diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-11 14:48:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-11 14:48:01 +0800 |
commit | 1b0a5dc2058b5e94ba0543fc5943319023a2cea8 (patch) | |
tree | b175142119a99721ba427313c26b12883ac22a4d /mail | |
parent | 517e4437dc7fb42d92fbd1c7fd2479a0012726b0 (diff) | |
download | marcuscom-ports-1b0a5dc2058b5e94ba0543fc5943319023a2cea8.tar marcuscom-ports-1b0a5dc2058b5e94ba0543fc5943319023a2cea8.tar.gz marcuscom-ports-1b0a5dc2058b5e94ba0543fc5943319023a2cea8.tar.bz2 marcuscom-ports-1b0a5dc2058b5e94ba0543fc5943319023a2cea8.tar.lz marcuscom-ports-1b0a5dc2058b5e94ba0543fc5943319023a2cea8.tar.xz marcuscom-ports-1b0a5dc2058b5e94ba0543fc5943319023a2cea8.tar.zst marcuscom-ports-1b0a5dc2058b5e94ba0543fc5943319023a2cea8.zip |
Fix the EVO_VERSION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12302 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 61a35a082..02d23fb7a 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom$ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.135 2009/05/06 17:38:45 kwm Exp $ # PORTNAME= evolution-exchange PORTVERSION= 2.27.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -32,7 +33,7 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --disable-compile-warnings \ --with-libdb=${LOCALBASE} -EVO_VERSION= 2.26 +EVO_VERSION= 2.28 VERSION= 2.28 PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ EDS_VERSION="1.2" |