diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-06 01:40:20 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-06 01:40:20 +0800 |
commit | 6423740b7fef28ea37dd09c25c03d31c86366688 (patch) | |
tree | bd31c4c82080c934475ee0928a67ced6eb9c7a67 /mail/evolution/Makefile | |
parent | c8045fdac069f808a81225e33ee439f017d4cb9c (diff) | |
download | marcuscom-ports-6423740b7fef28ea37dd09c25c03d31c86366688.tar.gz marcuscom-ports-6423740b7fef28ea37dd09c25c03d31c86366688.tar.zst marcuscom-ports-6423740b7fef28ea37dd09c25c03d31c86366688.zip |
Update to 2.11.3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8978 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index b1e18e019..52a1e916d 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.138 2007/05/15 17:48:29 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.139 2007/05/19 21:36:13 marcus Exp $ # PORTNAME= evolution -PORTVERSION= 2.11.2 -PORTREVISION= 1 +PORTVERSION= 2.11.3 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -38,11 +37,12 @@ CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= apps_evolution_addressbook-${EVO_VERSION}.schemas \ - apps_evolution_calendar-${EVO_VERSION}.schemas \ - apps-evolution-mail-prompts-checkdefault-${EVO_VERSION}.schemas \ - apps_evolution_shell-${EVO_VERSION}.schemas \ - evolution-mail-${EVO_VERSION}.schemas +GCONF_SCHEMAS= apps-evolution-mail-notification.schemas \ + apps-evolution-mail-prompts-checkdefault.schemas \ + apps_evolution_addressbook.schemas \ + apps_evolution_calendar.schemas \ + apps_evolution_shell.schemas \ + evolution-mail.schemas EVO_VERSION= 2.12 PLIST_SUB= VERSION=${EVO_VERSION} \ |