summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-20 20:06:29 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-20 20:06:29 +0800
commitc1de404f3d0d233227f3332195a2f68d0f4dd1f2 (patch)
treecbb141bb8c291be9fd11a99819ee9da0aa8215c5 /databases/evolution-data-server3/Makefile
parent93a7e81a6acd2d139a89d4a2faa95dc4e48a8f71 (diff)
downloadmarcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar
marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.gz
marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.bz2
marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.lz
marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.xz
marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.tar.zst
marcuscom-ports-c1de404f3d0d233227f3332195a2f68d0f4dd1f2.zip
Update to 3.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server3/Makefile')
-rw-r--r--databases/evolution-data-server3/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile
index 5671eb311..55d613329 100644
--- a/databases/evolution-data-server3/Makefile
+++ b/databases/evolution-data-server3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.23 2011/11/17 00:57:21 kwm Exp $
+# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.24 2012/01/22 11:18:35 kwm Exp $
#
PORTNAME= evolution-data-server
-PORTVERSION= 3.2.3
+PORTVERSION= 3.4.2
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -44,10 +44,13 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static \
--with-openldap=yes \
--with-libdb=${LOCALBASE}
-CPPFLAGS= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-PLIST_SUB= VERSION="3.2" EVO_VERSION="1.2"
+GLIB_SCHEMAS= org.gnome.evolution.eds-shell.gschema.xml \
+ org.gnome.evolution.shell.network-config.gschema.xml
+
+PLIST_SUB= VERSION="3.4" EVO_VERSION="1.2"
#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off
OPTIONS+= WEATHER "Enable weather calendar backend" on \