diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-05 10:41:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-05 10:41:11 +0800 |
commit | e26b963988ecee114ee08e98d3bafb11e52287b5 (patch) | |
tree | 0e6286100864b41409bc57accf5e68f2bce8fd8d /mail/evolution-exchange/Makefile | |
parent | 695ccbe7a76590ea9b6c2bc115ca0e35f0ada1a7 (diff) | |
download | marcuscom-ports-e26b963988ecee114ee08e98d3bafb11e52287b5.tar marcuscom-ports-e26b963988ecee114ee08e98d3bafb11e52287b5.tar.gz marcuscom-ports-e26b963988ecee114ee08e98d3bafb11e52287b5.tar.bz2 marcuscom-ports-e26b963988ecee114ee08e98d3bafb11e52287b5.tar.lz marcuscom-ports-e26b963988ecee114ee08e98d3bafb11e52287b5.tar.xz marcuscom-ports-e26b963988ecee114ee08e98d3bafb11e52287b5.tar.zst marcuscom-ports-e26b963988ecee114ee08e98d3bafb11e52287b5.zip |
Update to 2.9.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7986 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange/Makefile')
-rw-r--r-- | mail/evolution-exchange/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 445e9957b..fa6b8e58a 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,12 +3,11 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.74 2006/10/20 19:53:53 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.75 2006/11/21 07:05:25 marcus Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.9.3 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -34,8 +33,11 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --disable-compile-warnings EVO_VERSION= 2.10 -PLIST_SUB= VERSION="2.10" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \ - OLDDOCSDIR="share/doc/ximian-connector" +VERSION= 2.10 +PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ + EDS_VERSION="1.2" OLDDOCSDIR="share/doc/ximian-connector" + +GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas .include <bsd.port.pre.mk> |