diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-29 11:02:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-29 11:02:16 +0800 |
commit | 6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc (patch) | |
tree | da1e0bccbfc2bed280cf3a7352dbbf8038673234 /mail/evolution-exchange | |
parent | 19e02e986b358c75167e52bdd98a8a5fd07c1855 (diff) | |
download | marcuscom-ports-6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc.tar marcuscom-ports-6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc.tar.gz marcuscom-ports-6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc.tar.bz2 marcuscom-ports-6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc.tar.lz marcuscom-ports-6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc.tar.xz marcuscom-ports-6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc.tar.zst marcuscom-ports-6d85bcc2fbe0db9e9f2125e4ac61000fc2c894dc.zip |
Update to 2.9.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 13 | ||||
-rw-r--r-- | mail/evolution-exchange/distinfo | 6 |
2 files changed, 11 insertions, 8 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 57e6c122f..e8e73a3a6 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.77 2006/12/19 03:14:07 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.78 2007/01/10 07:44:26 marcus Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.9.5 +PORTVERSION= 2.9.6 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,13 +24,15 @@ USE_GETTEXT= yes USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_BDB= 41 USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no \ - --disable-compile-warnings + --disable-compile-warnings \ + --with-libdb=${LOCALBASE} EVO_VERSION= 2.10 VERSION= 2.10 @@ -59,7 +61,8 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" post-patch: @${REINPLACE_CMD} -e 's|EVOLUTION_API_VERSION=2.8|EVOLUTION_API_VERSION=2.10| ; \ - s|EDS_BASE_VERSION=1.8|EDS_BASE_VERSION=1.10|' \ + s|EDS_BASE_VERSION=1.8|EDS_BASE_VERSION=1.10| ; \ + s|-ldb|-l${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure .include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index 2e13379a6..646d38555 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/evolution-exchange-2.9.5.tar.bz2) = 75dbcc3b797bd867e4fdf96d01b5d7e2 -SHA256 (gnome2/evolution-exchange-2.9.5.tar.bz2) = 27a8e67ebded6ee701702c63d3e1486e2a402772a8589ac0ee114fcfb55e35bd -SIZE (gnome2/evolution-exchange-2.9.5.tar.bz2) = 1037733 +MD5 (gnome2/evolution-exchange-2.9.6.tar.bz2) = 85b7ea82ca69333768dffef787390851 +SHA256 (gnome2/evolution-exchange-2.9.6.tar.bz2) = f5383edf0d0803d070408c6e0f31915018382299cbfceda3b130cce79da1173c +SIZE (gnome2/evolution-exchange-2.9.6.tar.bz2) = 1044294 |