summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-11-23 19:11:54 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-11-23 19:11:54 +0000
commit0b9ff8c50ca183378a94320d5d59ad0f4871d70e (patch)
tree4d4e7705f8b0a2c01f68e8b003d1f4a0faa44674
parentd52998042202dd1fca31f9c995031f5f52eb8823 (diff)
downloadFreeBSD-ports-0b9ff8c50ca183378a94320d5d59ad0f4871d70e.zip
FreeBSD-ports-0b9ff8c50ca183378a94320d5d59ad0f4871d70e.tar.gz
- Add LICENSE
- Remove unneeded perl module - Fix depends (these are runtime, not build depends) - Add NO_ARCH - Silence patching - Regenerate patches
-rw-r--r--dns/rbllookup-ng/Makefile15
-rw-r--r--dns/rbllookup-ng/files/patch-rbllookup.conf6
-rw-r--r--dns/rbllookup-ng/files/patch-rbllookup.pl6
3 files changed, 15 insertions, 12 deletions
diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile
index 5c629e4..d98b173 100644
--- a/dns/rbllookup-ng/Makefile
+++ b/dns/rbllookup-ng/Makefile
@@ -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:
diff --git a/dns/rbllookup-ng/files/patch-rbllookup.conf b/dns/rbllookup-ng/files/patch-rbllookup.conf
index 6c3385f..fcfec58 100644
--- a/dns/rbllookup-ng/files/patch-rbllookup.conf
+++ b/dns/rbllookup-ng/files/patch-rbllookup.conf
@@ -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
diff --git a/dns/rbllookup-ng/files/patch-rbllookup.pl b/dns/rbllookup-ng/files/patch-rbllookup.pl
index 4265cbe..9af1673 100644
--- a/dns/rbllookup-ng/files/patch-rbllookup.pl
+++ b/dns/rbllookup-ng/files/patch-rbllookup.pl
@@ -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
OpenPOWER on IntegriCloud