diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-10-06 16:42:01 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-10-06 16:42:01 +0800 |
commit | bc106fe94511de2344682dfb7f0504d7267fa981 (patch) | |
tree | 6d7a8ce420b5eb164d82fc11ca8017c185c08c12 /mail | |
parent | e861b5eae3c787fa264db2ac52a103ff47fd6d46 (diff) | |
download | freebsd-ports-gnome-bc106fe94511de2344682dfb7f0504d7267fa981.tar.gz freebsd-ports-gnome-bc106fe94511de2344682dfb7f0504d7267fa981.tar.zst freebsd-ports-gnome-bc106fe94511de2344682dfb7f0504d7267fa981.zip |
- remove rfc-ignorant
rfc-ignorant: all entrieys will be marked as deprecated starting on 2012-09-30
http://rfc-ignorant.org/endofanera.php
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-policyd-weight/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/mail/postfix-policyd-weight/Makefile b/mail/postfix-policyd-weight/Makefile index 111fb4fd60fd..225faf7c7df9 100644 --- a/mail/postfix-policyd-weight/Makefile +++ b/mail/postfix-policyd-weight/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: postfix-policyd-weight -# Date created: 25 Apr 2005 -# Whom: Robert Felber <robtone@ek-muc.de> -# +# Created by: Robert Felber <robtone@ek-muc.de> # $FreeBSD$ -# PORTNAME= policyd-weight PORTVERSION= 0.1.15.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.policyd-weight.org/releases/ \ LOCAL/ohauer @@ -37,8 +33,10 @@ MAN5+= policyd-weight.conf.5 post-patch: # really remove dead lists # SFNET bug ID: 2765629, 3400804 - @${REINPLACE_CMD} -e '/DSBL_ORG/d' -e '/IPv6_RBL/d' -e '/IX_MANITU/ s/,$$//' \ - ${WRKSRC}/policyd-weight ${WRKSRC}/policyd-weight.conf.sample +# rfc-ignorant: all entrieys will be marked as deprecated starting on 2012-09-30 + @${REINPLACE_CMD} -e '/DSBL_ORG/d' -e '/IPv6_RBL/d' -e '/rfc-ignorant/d' \ + -e '/IX_MANITU/ s/,$$//' -e '/AHBL/ s/,$$//' \ + ${WRKSRC}/policyd-weight ${WRKSRC}/policyd-weight.conf.sample do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ |