diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-01 10:06:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-01 10:06:11 +0800 |
commit | fbbc7e2a2aa2494d49e56137a2d56135ae4e9007 (patch) | |
tree | 31c21895b392773107aeecdba5405709949b80f2 /databases/evolution-data-server/Makefile | |
parent | c3b1bd56753227e472ce30d4e53d85115efe68d8 (diff) | |
download | marcuscom-ports-fbbc7e2a2aa2494d49e56137a2d56135ae4e9007.tar marcuscom-ports-fbbc7e2a2aa2494d49e56137a2d56135ae4e9007.tar.gz marcuscom-ports-fbbc7e2a2aa2494d49e56137a2d56135ae4e9007.tar.bz2 marcuscom-ports-fbbc7e2a2aa2494d49e56137a2d56135ae4e9007.tar.lz marcuscom-ports-fbbc7e2a2aa2494d49e56137a2d56135ae4e9007.tar.xz marcuscom-ports-fbbc7e2a2aa2494d49e56137a2d56135ae4e9007.tar.zst marcuscom-ports-fbbc7e2a2aa2494d49e56137a2d56135ae4e9007.zip |
Update to 1.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3188 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r-- | databases/evolution-data-server/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 47c57a806..c3364dfca 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -6,8 +6,7 @@ # PORTNAME= evolution-data-server -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -30,7 +29,7 @@ CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="1.2" EVO_VERSION="1.5" +PLIST_SUB= VERSION="1.2" EVO_VERSION="1.2" .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes |