Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 08:42:01 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305345 - head/mail/postfix-policyd-weight
Message-ID:  <201210060842.q968g1LY029881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sat Oct  6 08:42:01 2012
New Revision: 305345
URL: http://svn.freebsd.org/changeset/ports/305345

Log:
  - remove rfc-ignorant
  
   rfc-ignorant: all entrieys will be marked as deprecated starting on 2012-09-30
   http://rfc-ignorant.org/endofanera.php

Modified:
  head/mail/postfix-policyd-weight/Makefile

Modified: head/mail/postfix-policyd-weight/Makefile
==============================================================================
--- head/mail/postfix-policyd-weight/Makefile	Sat Oct  6 08:28:25 2012	(r305344)
+++ head/mail/postfix-policyd-weight/Makefile	Sat Oct  6 08:42:01 2012	(r305345)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210060842.q968g1LY029881>