Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 16:57:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342576 - head/dns/p5-Net-DNSBL-Statistics
Message-ID:  <201402041657.s14GvxhL057708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb  4 16:57:59 2014
New Revision: 342576
URL: http://svnweb.freebsd.org/changeset/ports/342576
QAT: https://qat.redports.org/buildarchive/r342576/

Log:
  - 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

Modified:
  head/dns/p5-Net-DNSBL-Statistics/Makefile
  head/dns/p5-Net-DNSBL-Statistics/distinfo
  head/dns/p5-Net-DNSBL-Statistics/pkg-descr

Modified: head/dns/p5-Net-DNSBL-Statistics/Makefile
==============================================================================
--- head/dns/p5-Net-DNSBL-Statistics/Makefile	Tue Feb  4 16:54:12 2014	(r342575)
+++ head/dns/p5-Net-DNSBL-Statistics/Makefile	Tue Feb  4 16:57:59 2014	(r342576)
@@ -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>

Modified: head/dns/p5-Net-DNSBL-Statistics/distinfo
==============================================================================
--- head/dns/p5-Net-DNSBL-Statistics/distinfo	Tue Feb  4 16:54:12 2014	(r342575)
+++ head/dns/p5-Net-DNSBL-Statistics/distinfo	Tue Feb  4 16:57:59 2014	(r342576)
@@ -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

Modified: head/dns/p5-Net-DNSBL-Statistics/pkg-descr
==============================================================================
--- head/dns/p5-Net-DNSBL-Statistics/pkg-descr	Tue Feb  4 16:54:12 2014	(r342575)
+++ head/dns/p5-Net-DNSBL-Statistics/pkg-descr	Tue Feb  4 16:57:59 2014	(r342576)
@@ -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/



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