diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 8 | ||||
-rw-r--r-- | mail/evolution/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 39f95e913..ed66989ed 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -6,11 +6,10 @@ # PORTNAME= evolution -PORTVERSION= 2.1.6 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -53,7 +52,8 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \ .include <bsd.port.pre.mk> -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) +.if exists(${X11BASE}/lib/libgstreamer-0.8.so.5) || \ + defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) WITH_GSTREAMER= yes .endif diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 7037fd98e..8455a3c93 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-2.1.6.tar.bz2) = 94f0e9d4486c86107033cd9cf24ef7e4 -SIZE (gnome2/evolution-2.1.6.tar.bz2) = 13367541 +MD5 (gnome2/evolution-2.2.0.tar.bz2) = a93991fb80c7fa88f6758661c8931f6b +SIZE (gnome2/evolution-2.2.0.tar.bz2) = 13344133 |