diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-19 03:34:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-19 03:34:15 +0800 |
commit | 8dfc865c44b768059d7f8a3f1a20e2f1a035d476 (patch) | |
tree | bded7a48789191fdc7ecfcec0d92d3867d3e9d5f /databases/evolution-data-server/Makefile | |
parent | e17d442b0201d768cfc1b2ef4583fdfe7b28d0cb (diff) | |
download | marcuscom-ports-8dfc865c44b768059d7f8a3f1a20e2f1a035d476.tar marcuscom-ports-8dfc865c44b768059d7f8a3f1a20e2f1a035d476.tar.gz marcuscom-ports-8dfc865c44b768059d7f8a3f1a20e2f1a035d476.tar.bz2 marcuscom-ports-8dfc865c44b768059d7f8a3f1a20e2f1a035d476.tar.lz marcuscom-ports-8dfc865c44b768059d7f8a3f1a20e2f1a035d476.tar.xz marcuscom-ports-8dfc865c44b768059d7f8a3f1a20e2f1a035d476.tar.zst marcuscom-ports-8dfc865c44b768059d7f8a3f1a20e2f1a035d476.zip |
Update to 1.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3988 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index e7ca47719..c25a3a9ef 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution-data-server -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 @@ -41,7 +41,7 @@ PLIST_SUB= VERSION="1.4" EVO_VERSION="1.2" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600012 +.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c .endif |