diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-21 03:53:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-21 03:53:53 +0800 |
commit | fc91c423c0f00a69f0a2c4c81782ea072057139a (patch) | |
tree | dc2fc49f7018679dac40195a03fa3656ab793df4 /mail/evolution-exchange | |
parent | abd1042d5ae9324de8516776b4d7adf258c60516 (diff) | |
download | marcuscom-ports-fc91c423c0f00a69f0a2c4c81782ea072057139a.tar marcuscom-ports-fc91c423c0f00a69f0a2c4c81782ea072057139a.tar.gz marcuscom-ports-fc91c423c0f00a69f0a2c4c81782ea072057139a.tar.bz2 marcuscom-ports-fc91c423c0f00a69f0a2c4c81782ea072057139a.tar.lz marcuscom-ports-fc91c423c0f00a69f0a2c4c81782ea072057139a.tar.xz marcuscom-ports-fc91c423c0f00a69f0a2c4c81782ea072057139a.tar.zst marcuscom-ports-fc91c423c0f00a69f0a2c4c81782ea072057139a.zip |
Replace one more instance of 2.8 with 2.10.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7832 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 5fc7cddfd..ee0791aae 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: ports/mail/evolution-exchange/Makefile,v 1.22 2006/10/14 08:35:18 marcus Exp $ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.72 2006/10/20 16:00:44 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.73 2006/10/20 18:07:04 marcus Exp $ # PORTNAME= evolution-exchange PORTVERSION= 2.8.1 -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/} @@ -34,7 +34,7 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --disable-compile-warnings EVO_VERSION= 2.10 -PLIST_SUB= VERSION="2.8" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \ +PLIST_SUB= VERSION="2.10" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \ OLDDOCSDIR="share/doc/ximian-connector" .include <bsd.port.pre.mk> |