Date: Wed, 23 Nov 2016 19:11:54 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426959 - in head/dns/rbllookup-ng: . files Message-ID: <201611231911.uANJBskA097815@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 23 19:11:54 2016 New Revision: 426959 URL: https://svnweb.freebsd.org/changeset/ports/426959 Log: - Add LICENSE - Remove unneeded perl module - Fix depends (these are runtime, not build depends) - Add NO_ARCH - Silence patching - Regenerate patches Modified: head/dns/rbllookup-ng/Makefile head/dns/rbllookup-ng/files/patch-rbllookup.conf head/dns/rbllookup-ng/files/patch-rbllookup.pl Modified: head/dns/rbllookup-ng/Makefile ============================================================================== --- head/dns/rbllookup-ng/Makefile Wed Nov 23 19:11:00 2016 (r426958) +++ head/dns/rbllookup-ng/Makefile Wed Nov 23 19:11:54 2016 (r426959) @@ -3,29 +3,32 @@ PORTNAME= rbllookup-ng PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns mail MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Check given IP/Host presence in RBLs -BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ - p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS -NO_BUILD= yes USES= perl5 shebangfix +SHEBANG_FILES= rbllookup.pl getmoensted.pl +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/rbllookup bin/getmoensted "@sample etc/rbllookup.conf.sample" PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc -SHEBANG_FILES= rbllookup.pl getmoensted.pl CONFLICTS= rbllookup-0.* OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/rbllookup.pl do-install: Modified: head/dns/rbllookup-ng/files/patch-rbllookup.conf ============================================================================== --- head/dns/rbllookup-ng/files/patch-rbllookup.conf Wed Nov 23 19:11:00 2016 (r426958) +++ head/dns/rbllookup-ng/files/patch-rbllookup.conf Wed Nov 23 19:11:54 2016 (r426959) @@ -1,6 +1,6 @@ ---- rbllookup.conf.orig Thu Dec 20 08:43:16 2007 -+++ rbllookup.conf Thu Dec 20 08:43:23 2007 -@@ -8,7 +8,6 @@ +--- rbllookup.conf.orig 2006-11-13 13:07:37 UTC ++++ rbllookup.conf +@@ -8,7 +8,6 @@ sbl.spamhaus.org blacklist.spambag.org blackholes.five-ten-sg.com blackholes.intersil.net Modified: head/dns/rbllookup-ng/files/patch-rbllookup.pl ============================================================================== --- head/dns/rbllookup-ng/files/patch-rbllookup.pl Wed Nov 23 19:11:00 2016 (r426958) +++ head/dns/rbllookup-ng/files/patch-rbllookup.pl Wed Nov 23 19:11:54 2016 (r426959) @@ -1,6 +1,6 @@ ---- rbllookup.pl.orig Mon Nov 13 23:55:52 2006 -+++ rbllookup.pl Tue Nov 14 00:04:11 2006 -@@ -39,7 +39,7 @@ +--- rbllookup.pl.orig 2014-05-11 10:08:39 UTC ++++ rbllookup.pl +@@ -39,7 +39,7 @@ print "\n"; # Reading configuration
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231911.uANJBskA097815>