aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-postfwd/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-19 16:57:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-19 16:57:15 +0000
commite2ebb4e08e0aa3c036806cb1a5f8dfaf678ea62f (patch)
tree43b905411aca2ee16428f0fd46efc37061835ad9 /mail/postfix-postfwd/Makefile
parent11e7499c71e5da004d7a92bb82bf3aaed64fec9f (diff)
downloadports-e2ebb4e08e0aa3c036806cb1a5f8dfaf678ea62f.tar.gz
ports-e2ebb4e08e0aa3c036806cb1a5f8dfaf678ea62f.zip
Notes
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>