diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-07 12:38:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-07 12:38:26 +0800 |
commit | a674ef71c468b1436c1085165d48a636bc0d49e8 (patch) | |
tree | 6d86cb3088104bb1bd1b7b9df89eaab15397c0fc /mail/evolution-exchange | |
parent | f50208ceaffb4e79634f7475af42d8b83dfc937f (diff) | |
download | marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar.gz marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar.zst marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.zip |
Chase with the evolution update. No longer has version number in the name of
binary (ie: evolution-2.12). Bump these ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8999 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 7358e45fc..863c3cfe0 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,12 +3,12 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.87 2007/05/15 19:56:50 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.88 2007/05/19 21:36:13 marcus Exp $ # PORTNAME= evolution-exchange PORTVERSION= 2.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,8 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution plugin to connect to Microsoft Exchange servers -BUILD_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution +BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution +RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution USE_BZIP2= yes USE_GETTEXT= yes |