diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 04:30:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 04:30:54 +0800 |
commit | fd3352ea7d1f72ce47f4d89382d42723f525fe22 (patch) | |
tree | ba429744f565f15aee2829b26357cafb4bac97fe /mail | |
parent | 5d66c3696e3965043367526e10e352bd7ee087c7 (diff) | |
download | marcuscom-ports-fd3352ea7d1f72ce47f4d89382d42723f525fe22.tar marcuscom-ports-fd3352ea7d1f72ce47f4d89382d42723f525fe22.tar.gz marcuscom-ports-fd3352ea7d1f72ce47f4d89382d42723f525fe22.tar.bz2 marcuscom-ports-fd3352ea7d1f72ce47f4d89382d42723f525fe22.tar.lz marcuscom-ports-fd3352ea7d1f72ce47f4d89382d42723f525fe22.tar.xz marcuscom-ports-fd3352ea7d1f72ce47f4d89382d42723f525fe22.tar.zst marcuscom-ports-fd3352ea7d1f72ce47f4d89382d42723f525fe22.zip |
Update to 3.2.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16441 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange3/Makefile | 13 | ||||
-rw-r--r-- | mail/evolution-exchange3/distinfo | 4 | ||||
-rw-r--r-- | mail/evolution-exchange3/pkg-plist | 1 |
3 files changed, 10 insertions, 8 deletions
diff --git a/mail/evolution-exchange3/Makefile b/mail/evolution-exchange3/Makefile index 082168dfe..23acb9078 100644 --- a/mail/evolution-exchange3/Makefile +++ b/mail/evolution-exchange3/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange3/Makefile,v 1.13 2011/09/16 19:13:30 kwm Exp $ +# $MCom: ports/mail/evolution-exchange3/Makefile,v 1.14 2011/09/19 21:41:48 kwm Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 3.1.92 +PORTVERSION= 3.2.1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,11 +15,12 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution plugin to connect to Microsoft Exchange servers -BUILD_DEPENDS= evolution>=3.1.0:${PORTSDIR}/mail/evolution3 -RUN_DEPENDS= evolution>=3.1.0:${PORTSDIR}/mail/evolution3 +BUILD_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 +RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 CONFLICTS= evolution-exchange-2.[0-9]* +EVO_VER= 3.2.1 LATEST_LINK= evolution-exchange3 USE_XZ= yes USE_GETTEXT= yes @@ -28,8 +29,8 @@ USE_GMAKE= yes USE_BDB= 41 USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack -CPPFLAGS= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no \ --with-libdb=${LOCALBASE} diff --git a/mail/evolution-exchange3/distinfo b/mail/evolution-exchange3/distinfo index a1efbfa17..0b50ba219 100644 --- a/mail/evolution-exchange3/distinfo +++ b/mail/evolution-exchange3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-exchange-3.1.92.tar.xz) = cf086ddb2439ea4e66b58c28fb65c441b311dfcbd01199bcf16d98e420961320 -SIZE (gnome3/evolution-exchange-3.1.92.tar.xz) = 1120428 +SHA256 (gnome3/evolution-exchange-3.2.1.tar.xz) = d9bebd1ab252e8568409fb1c50ba5a8f0c8236a8abf72ba697c95f9134d4cd9c +SIZE (gnome3/evolution-exchange-3.2.1.tar.xz) = 1138816 diff --git a/mail/evolution-exchange3/pkg-plist b/mail/evolution-exchange3/pkg-plist index 4e07401f1..ea57db780 100644 --- a/mail/evolution-exchange3/pkg-plist +++ b/mail/evolution-exchange3/pkg-plist @@ -60,6 +60,7 @@ lib/evolution-data-server/camel-providers/libcamelexchange.urls %%DOCSDIR%%/evolution-exchange-xntlm-des.html %%DOCSDIR%%/evolution-exchange-xntlm-md4.html %%DOCSDIR%%/evolution-exchange-xntlm.html +%%DOCSDIR%%/evolution-exchange.devhelp %%DOCSDIR%%/evolution-exchange.devhelp2 %%DOCSDIR%%/home.png %%DOCSDIR%%/index.html |