aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-postfwd/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-20 00:57:15 +0800
committermiwi <miwi@FreeBSD.org>2009-09-20 00:57:15 +0800
commit71f18b57749e66d137f7fbe15946ce8a86aae918 (patch)
tree3cee343231deed480d6ff3d9c51e98dc5460c9b2 /mail/postfix-postfwd/Makefile
parentcfa84f408f2fa1048317b3fbee665b694209a018 (diff)
downloadfreebsd-ports-gnome-71f18b57749e66d137f7fbe15946ce8a86aae918.tar.gz
freebsd-ports-gnome-71f18b57749e66d137f7fbe15946ce8a86aae918.tar.zst
freebsd-ports-gnome-71f18b57749e66d137f7fbe15946ce8a86aae918.zip
- Update to 1.16
Changelog: http://nopaste.unixfreunde.de/3840 PR: 138520 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Feature safe: yes
Diffstat (limited to 'mail/postfix-postfwd/Makefile')
-rw-r--r--mail/postfix-postfwd/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile
index 95d7687eac63..9d8383486f02 100644
--- a/mail/postfix-postfwd/Makefile
+++ b/mail/postfix-postfwd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfwd
-PORTVERSION= 1.14
+PORTVERSION= 1.16
CATEGORIES= mail
MASTER_SITES= http://www.${PORTNAME}.org/old/
PKGNAMEPREFIX= postfix-
@@ -29,14 +29,8 @@ NO_BUILD= yes
MAN8= ${PORTNAME}.8
-OPTIONS= MRCPT "Sahil's patch for max recipients per time window" off
-
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_MRCPT)
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-sbin-postfwd
-.endif
-
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/sbin/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.cf.sample ${PREFIX}/etc/${PORTNAME}.conf.sample
@@ -52,18 +46,5 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/tools/${PORTEXAMPLES} ${EXAMPLESDIR}
.endif
@${CAT} ${PKGMESSAGE}
-.if !defined(WITHOUT_MRCPT)
- @${ECHO_MSG}
- @${ECHO_MSG} The mrcpt\(\) command works like the rate\(\) command,
- @${ECHO_MSG} except that the rate counter is incremented by the
- @${ECHO_MSG} request\'s recipient_count. To do this reliably,
- @${ECHO_MSG} call postfwd from smtpd_data_restrictions.
- @${ECHO_MSG}
- @${ECHO_MSG} Example:
- @${ECHO_MSG} " id=MAX_RECIPIENTS; protocol_state=DATA; \\ "
- @${ECHO_MSG} " client_address==192.168.1.1; \\ "
- @${ECHO_MSG} " action==mrcpt(\$$\$$client_address/5/3600/450 4.7.1 max 5 recip/hour) "
- @${ECHO_MSG}
-.endif
.include <bsd.port.post.mk>