diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-05 12:42:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-05 12:42:15 +0800 |
commit | 035ca014a970e16e202ffd4fe6588aa51e809cf4 (patch) | |
tree | a30004d555e943a8fb8276d5f2c78dc970626192 /mail/evolution/Makefile | |
parent | 732710e978cc17c4456c900f5b3af2060a9c40af (diff) | |
download | marcuscom-ports-035ca014a970e16e202ffd4fe6588aa51e809cf4.tar.gz marcuscom-ports-035ca014a970e16e202ffd4fe6588aa51e809cf4.tar.zst marcuscom-ports-035ca014a970e16e202ffd4fe6588aa51e809cf4.zip |
Update to 2.11.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8815 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 9f20c4b30..99bb96891 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,12 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.134 2007/03/13 05:41:38 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.136 2007/04/28 07:42:59 marcus Exp $ # PORTNAME= evolution -PORTVERSION= 2.10.1 -PORTREVISION= 1 +PORTVERSION= 2.11.1.1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -44,9 +43,9 @@ GCONF_SCHEMAS= apps_evolution_addressbook-${EVO_VERSION}.schemas \ apps_evolution_shell-${EVO_VERSION}.schemas \ evolution-mail-${EVO_VERSION}.schemas -EVO_VERSION= 2.10 +EVO_VERSION= 2.12 PLIST_SUB= VERSION=${EVO_VERSION} \ - PORTVERSION=2.10 + PORTVERSION=2.12 OPTIONS= PILOT "Enable Palm Pilot sync support" off \ LDAP "Enable LDAP support" on \ @@ -107,6 +106,8 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|stdlib.n|stdlib.h|' \ + ${WRKSRC}/iconv-detect.c post-install: install-ldconfig-file ${MKDIR} ${PREFIX}/include/evolution-${EVO_VERSION}/composer |