aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-05 00:57:59 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-05 00:57:59 +0800
commit5868658085b1ca8f14d2585e0ba0241b6874038c (patch)
tree8bd271c17a5dc00a612b493388851a8e7db46f65 /dns
parent38d8c04af0d36a370c6bd90d5a2afcc3bd0bc2b9 (diff)
downloadfreebsd-ports-gnome-5868658085b1ca8f14d2585e0ba0241b6874038c.tar.gz
freebsd-ports-gnome-5868658085b1ca8f14d2585e0ba0241b6874038c.tar.zst
freebsd-ports-gnome-5868658085b1ca8f14d2585e0ba0241b6874038c.zip
- Update to 0.13
- Add LICENSE - Reformat pkg-descr - Use single space after WWW: - Take maintainership Changes: http://search.cpan.org/dist/Net-DNSBL-Statistics/Changes
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNSBL-Statistics/Makefile17
-rw-r--r--dns/p5-Net-DNSBL-Statistics/distinfo4
-rw-r--r--dns/p5-Net-DNSBL-Statistics/pkg-descr4
3 files changed, 13 insertions, 12 deletions
diff --git a/dns/p5-Net-DNSBL-Statistics/Makefile b/dns/p5-Net-DNSBL-Statistics/Makefile
index 23f012ae7835..89de2bf1a830 100644
--- a/dns/p5-Net-DNSBL-Statistics/Makefile
+++ b/dns/p5-Net-DNSBL-Statistics/Makefile
@@ -2,22 +2,23 @@
# $FreeBSD$
PORTNAME= Net-DNSBL-Statistics
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= dns mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Gather DNSBL Statistics
-RUN_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
- p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
- p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
- p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
- p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
+ p5-Net-DNS-ToolKit>=0.41:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
+ p5-Net-DNSBL-MultiDaemon>=0.26:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
diff --git a/dns/p5-Net-DNSBL-Statistics/distinfo b/dns/p5-Net-DNSBL-Statistics/distinfo
index 71eb21c44ed7..c8166ed165d5 100644
--- a/dns/p5-Net-DNSBL-Statistics/distinfo
+++ b/dns/p5-Net-DNSBL-Statistics/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Net-DNSBL-Statistics-0.12.tar.gz) = ecee578bf54ca2b30bc21382eb3037176344d37fd5de1d6b1ba80b07fe031872
-SIZE (Net-DNSBL-Statistics-0.12.tar.gz) = 35837
+SHA256 (Net-DNSBL-Statistics-0.13.tar.gz) = 13a4a1395bf2fc0a8435521e0a93359fdc174c5c647d915485da23afba0e6601
+SIZE (Net-DNSBL-Statistics-0.13.tar.gz) = 35939
diff --git a/dns/p5-Net-DNSBL-Statistics/pkg-descr b/dns/p5-Net-DNSBL-Statistics/pkg-descr
index 9d845bfe6dc5..13425a3ad59d 100644
--- a/dns/p5-Net-DNSBL-Statistics/pkg-descr
+++ b/dns/p5-Net-DNSBL-Statistics/pkg-descr
@@ -1,5 +1,5 @@
Net::DNSBL::Statistics is the Perl module that collects statistics on the
-interrogation success for a list of IP addresses against a list of DNSBL's.
-The module is used to implement the reproting script dnsblstat.
+interrogation success for a list of IP addresses against a list of DNSBL's. The
+module is used to implement the reproting script dnsblstat.
WWW: http://search.cpan.org/dist/Net-DNSBL-Statistics/