aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-filter-regex
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2016-06-23 12:00:36 +0000
committerDima Panov <fluffy@FreeBSD.org>2016-06-23 12:00:36 +0000
commitebb204098f3a08058e4aa2710f13135c2cb8e12c (patch)
tree7c45c7d01f65467d8c288532cf64eb876ce20c16 /mail/opensmtpd-extras-filter-regex
parent4c8a71a80e398edb6a60c00fbd7cef21c0977c71 (diff)
downloadports-ebb204098f3a08058e4aa2710f13135c2cb8e12c.tar.gz
ports-ebb204098f3a08058e4aa2710f13135c2cb8e12c.zip
- Update OpenSMTPD-extras to 201606230001 snapshot
- Consolidate all -extras under one maintainership NOTE: Author still warning everyone about experimental status of filters. All --with-filter-XXX replaced with --with-experimental-filter-XXX Approved by: adamw
Notes
Notes: svn path=/head/; revision=417368
Diffstat (limited to 'mail/opensmtpd-extras-filter-regex')
-rw-r--r--mail/opensmtpd-extras-filter-regex/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/opensmtpd-extras-filter-regex/Makefile b/mail/opensmtpd-extras-filter-regex/Makefile
index 5d365f1dbd22..a8b810f1f470 100644
--- a/mail/opensmtpd-extras-filter-regex/Makefile
+++ b/mail/opensmtpd-extras-filter-regex/Makefile
@@ -5,9 +5,8 @@ PKGNAMESUFFIX= -filter-regex
PORTREVISION= 0
COMMENT= Regular expression filter for OpenSMTPD
-MAINTAINER= adamw@FreeBSD.org
-CONFIGURE_ARGS+= --with-filter-regex
+CONFIGURE_ARGS+= --with-experimental-filter-regex
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
@@ -15,7 +14,7 @@ SLAVE_PORT= yes
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
- ${INSTALL_DATA} ${WRKSRC}/extras/wip/filters/filter-regex/filter-regex.conf \
+ ${INSTALL_DATA} ${WRKSRC}/extras/filters/filter-regex/filter-regex.conf \
${STAGEDIR}${PREFIX}/etc/mail/filter-regex.conf.sample
.include "${MASTERDIR}/Makefile"