diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-27 06:27:10 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-27 06:27:10 +0800 |
commit | c8615d7677c011584274def15955b2877c7657b2 (patch) | |
tree | fc8f4b87b412d8861faa44a6c3f327ce30ecb344 /mail/evolution/Makefile | |
parent | bcf9373fa7a0717cdfb126855c6593648f38ef49 (diff) | |
download | marcuscom-ports-c8615d7677c011584274def15955b2877c7657b2.tar marcuscom-ports-c8615d7677c011584274def15955b2877c7657b2.tar.gz marcuscom-ports-c8615d7677c011584274def15955b2877c7657b2.tar.bz2 marcuscom-ports-c8615d7677c011584274def15955b2877c7657b2.tar.lz marcuscom-ports-c8615d7677c011584274def15955b2877c7657b2.tar.xz marcuscom-ports-c8615d7677c011584274def15955b2877c7657b2.tar.zst marcuscom-ports-c8615d7677c011584274def15955b2877c7657b2.zip |
Took a patch from Debian to fix the build with new pilot-link when build with
WITH_PILOT option. Bump the PORTREVISION.
NOTE: Untest on 1.8.x, so if there is any problem, then let me know for I can
remove this patch and disable WITH_PILOT option.
Reported by: backyard <backyard1454-bsd@yahoo.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7343 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 68f12a5f9..614c4eaa8 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,11 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.115 2006/08/25 19:29:39 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.116 2006/09/04 18:53:06 ahze Exp $ # PORTNAME= evolution PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |