diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-24 04:05:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-24 04:05:08 +0800 |
commit | 9c63ee92cf34f7fea72d9420a023dbda939b5e4b (patch) | |
tree | 8b7091972aa32e42a6ec2adcd2b95a2e9ca406d4 /mail | |
parent | 38cb2214bbf686e07072c1f21af2221f7ab77b38 (diff) | |
download | freebsd-ports-gnome-9c63ee92cf34f7fea72d9420a023dbda939b5e4b.tar.gz freebsd-ports-gnome-9c63ee92cf34f7fea72d9420a023dbda939b5e4b.tar.zst freebsd-ports-gnome-9c63ee92cf34f7fea72d9420a023dbda939b5e4b.zip |
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')
-rw-r--r-- | mail/evolution-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/evolution/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index a8e644b28b2b..b14afd5993fe 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/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 \ diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index a8e644b28b2b..b14afd5993fe 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 \ |