[Midnightbsd-cvs] mports: Makefile: Update to 2.22.0 Add evolution to the gnome2 list as

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 21 15:44:27 EDT 2008


Log Message:
-----------
Update to 2.22.0

Add evolution to the gnome2 list as we finally have a port

Modified Files:
--------------
    mports/x11/gnome2:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/gnome2/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L x11/gnome2/Makefile -L x11/gnome2/Makefile -u -r1.6 -r1.7
--- x11/gnome2/Makefile
+++ x11/gnome2/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnome2
-PORTVERSION=	2.20.3
+PORTVERSION=	2.22.0
 PORTREVISION?=	0
 CATEGORIES?=	x11 gnome
 MASTER_SITES=	# empty
@@ -23,7 +23,6 @@
 
 # Missing RUN DEPENDS:
 # gnect:${PORTSDIR}/games/gnome-games \
-# evolution:${PORTSDIR}/mail/evolution \
 # ${LOCALBASE}/libexec/evolution-webcal:${PORTSDIR}/www/evolution-webcal \
 # exchange-connector-setup-2.12:${PORTSDIR}/mail/evolution-exchange
 # ino-session:${PORTSDIR}/net/vino \
@@ -73,7 +72,8 @@
 		orca:${PORTSDIR}/accessibility/orca \
 		gnome-mount:${PORTSDIR}/sysutils/gnome-mount \
 		${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \
-		gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager
+		gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \
+		evolution:${PORTSDIR}/mail/evolution
 
 NO_BUILD=	yes
 
@@ -91,7 +91,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(GNOME_SLAVE)
-.if (${ARCH}!="sparc64" && ${ARCH}!="ia64")
+.if (${ARCH}!="sparc64")
 RUN_DEPENDS+=	yelp:${PORTSDIR}/x11/yelp \
 		epiphany:${PORTSDIR}/www/epiphany
 .endif


More information about the Midnightbsd-cvs mailing list