diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-23 20:05:08 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-23 20:05:08 +0000 |
commit | 9c63ee92cf34f7fea72d9420a023dbda939b5e4b (patch) | |
tree | 8b7091972aa32e42a6ec2adcd2b95a2e9ca406d4 /mail/evolution | |
parent | 38cb2214bbf686e07072c1f21af2221f7ab77b38 (diff) | |
download | FreeBSD-ports-9c63ee92cf34f7fea72d9420a023dbda939b5e4b.zip FreeBSD-ports-9c63ee92cf34f7fea72d9420a023dbda939b5e4b.tar.gz |
New feature: allow per-profile configuration of reply-to address. Bump
PORTREVISION. The patch was submitted to the vendor for integration into
the next release.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index a8e644b..b14afd5 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/:db \ ${MASTER_SITE_GNOME} @@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= stable/sources/evolution DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ db-3.1.17.tar.gz:db +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= sobomax +PATCHFILES= evolution-${PORTVERSION}-reply-to.diff.gz + MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ |