Diff to update unison:
- Enable Gtk+2 gui instead if Gtk+ (it needs x11/lablgtk2)
- ReEnable snapshot version
- Take maintainership
 Ok ? Comments ?
  Cheers
    Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/unison/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    13 Feb 2008 23:13:52 -0000      1.6
+++ Makefile    28 May 2009 09:54:06 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.6 2008/02/13 23:13:52 okan Exp $
 
-# SUBDIR+=     snapshot
-# SUBDIR+=     snapshot,no_x11
+SUBDIR+=       snapshot
+SUBDIR+=       snapshot,no_x11
 SUBDIR+=       stable
 SUBDIR+=       stable,no_x11
 
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/net/unison/Makefile.inc,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile.inc
--- Makefile.inc        3 Dec 2008 23:44:44 -0000       1.7
+++ Makefile.inc        28 May 2009 09:54:06 -0000
@@ -4,8 +4,9 @@ DISTNAME=       unison-$V
 CATEGORIES=    net
 
 HOMEPAGE=      http://www.cis.upenn.edu/~bcpierce/unison/
+MAINTAINER=    Giovanni Bechis <giova...@openbsd.org>
 
-# GPL
+# GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
@@ -22,11 +23,15 @@ FLAVOR?=
 .if ${FLAVOR:L:Mno_x11}
 MAKE_FLAGS=    UISTYLE=text
 .else
-BUILD_DEPENDS+=        ::x11/lablgtk
-LIB_DEPENDS=   gtk.>=1.2,gdk.>=1.2::x11/gtk+
-MAKE_FLAGS=    UISTYLE=gtk
+BUILD_DEPENDS+=        ::x11/lablgtk2
+LIB_DEPENDS+=  gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
+MAKE_FLAGS=    UISTYLE=gtk2
 USE_X11=       Yes
-WANTLIB+=      X11 Xext Xi glib gmodule iconv intl
+WANTLIB+=      X11 Xext Xi
+WANTLIB+=      Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xinerama
+WANTLIB+=      Xrandr Xrender expat fontconfig freetype pixman-1 z
+WANTLIB+=      atk-1.0 cairo gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
+WANTLIB+=      iconv intl pango-1.0 pangocairo-1.0 pangoft2-1.0 png
 .endif
 
 # CFLAGS _must_ be empty.  This is an OCaml compiler.
Index: snapshot/Makefile
===================================================================
RCS file: /cvs/ports/net/unison/snapshot/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- snapshot/Makefile   3 Dec 2008 23:44:44 -0000       1.5
+++ snapshot/Makefile   28 May 2009 09:54:06 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       multi-platform file synchronization tool, beta version
 
-V=             2.27.57
-PKGNAME=       ${DISTNAME}p0
+V=             2.32.23
 
 MASTER_SITES=  ${HOMEPAGE}download/releases/beta/
 
Index: snapshot/distinfo
===================================================================
RCS file: /cvs/ports/net/unison/snapshot/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- snapshot/distinfo   13 Feb 2008 23:13:27 -0000      1.4
+++ snapshot/distinfo   28 May 2009 09:54:06 -0000
@@ -1,5 +1,5 @@
-MD5 (unison-2.27.57.tar.gz) = S6Cj5L9LStDAY/hjkTcfeA==
-RMD160 (unison-2.27.57.tar.gz) = FTiOPyubWTq6FAQWIWg3xJ5IAMA=
-SHA1 (unison-2.27.57.tar.gz) = mJJoDYvT48UAMUUcxud+tUMXaOo=
-SHA256 (unison-2.27.57.tar.gz) = SSmewUIWqEZ7LGuhSPgUW+wx+nh0M/nOOFHC1i8ANa4=
-SIZE (unison-2.27.57.tar.gz) = 617253
+MD5 (unison-2.32.23.tar.gz) = To1LKNv1mdOEmbO3tfHrXA==
+RMD160 (unison-2.32.23.tar.gz) = 5DQC0rBWW/tydKn0PK4nbTRFOc0=
+SHA1 (unison-2.32.23.tar.gz) = N//UKzSKOg2yaipg8nqQNJQUdQ4=
+SHA256 (unison-2.32.23.tar.gz) = 3XLfFFbT/qEH6/zy7Spf3Ppvo4Ikwld0QG3syJ0BwsA=
+SIZE (unison-2.32.23.tar.gz) = 691200
Index: snapshot/pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/unison/snapshot/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- snapshot/pkg/PLIST  22 May 2005 17:44:41 -0000      1.1.1.1
+++ snapshot/pkg/PLIST  28 May 2009 09:54:06 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/22 17:44:41 sturm Exp $
-bin/unison
+...@bin bin/unison
 share/doc/unison/
 share/doc/unison/BUGS.txt
 share/doc/unison/NEWS
Index: stable/Makefile
===================================================================
RCS file: /cvs/ports/net/unison/stable/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- stable/Makefile     3 Apr 2009 21:30:50 -0000       1.6
+++ stable/Makefile     28 May 2009 09:54:06 -0000
@@ -3,7 +3,7 @@
 COMMENT=       multi-platform file synchronization tool
 
 V=             2.27.57
-PKGNAME=       ${DISTNAME}p1
+PKGNAME=       ${DISTNAME}p2
 
 MASTER_SITES=  ${HOMEPAGE}download/releases/stable/
 
Index: stable/pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/unison/stable/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- stable/pkg/PLIST    22 May 2005 17:44:41 -0000      1.1.1.1
+++ stable/pkg/PLIST    28 May 2009 09:54:06 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/22 17:44:41 sturm Exp $
-bin/unison
+...@bin bin/unison
 share/doc/unison/
 share/doc/unison/BUGS.txt
 share/doc/unison/NEWS

Reply via email to