Date: Wed, 25 Dec 2013 20:16:33 +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: r337452 - head/dns/p5-Net-DNSBL-MultiDaemon Message-ID: <201312252016.rBPKGX6k089824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 25 20:16:33 2013 New Revision: 337452 URL: http://svnweb.freebsd.org/changeset/ports/337452 Log: - Update to 0.37 - Pass maintainership to submitter - While I'm here: - Fix LICENSE - Update and sort *_DEPENDS - Fix shebang Changes: http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes PR: ports/184958 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile head/dns/p5-Net-DNSBL-MultiDaemon/distinfo (contents, props changed) Modified: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile ============================================================================== --- head/dns/p5-Net-DNSBL-MultiDaemon/Makefile Wed Dec 25 20:16:28 2013 (r337451) +++ head/dns/p5-Net-DNSBL-MultiDaemon/Makefile Wed Dec 25 20:16:33 2013 (r337452) @@ -2,23 +2,29 @@ # $FreeBSD$ PORTNAME= Net-DNSBL-MultiDaemon -PORTVERSION= 0.29 +PORTVERSION= 0.37 CATEGORIES= dns mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Net::DNSBL::MultiDaemon - multi DNSBL prioritization -BUILD_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ - p5-Geo-IP-PurePerl>=0:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ - p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ - p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \ - p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO +LICENSE= ART10 GPLv1 GPLv2 GPLv3 +LICENSE_COMB= dual -USES= perl5 +BUILD_DEPENDS= p5-File-SafeDO>=0.12:${PORTSDIR}/devel/p5-File-SafeDO \ + p5-Geo-IP-PurePerl>=1.10:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ + p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \ + p5-Net-DNS-ToolKit>=0.47:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \ + p5-Net-NBsocket>=0.23:${PORTSDIR}/net/p5-Net-NBsocket \ + p5-NetAddr-IP>=4.067:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ + p5-Unix-Syslog>=0.97:${PORTSDIR}/sysutils/p5-Unix-Syslog +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= MultiDaemon.pm lib/Net/DNSBL/Utilities.pm + .include <bsd.port.mk> Modified: head/dns/p5-Net-DNSBL-MultiDaemon/distinfo ============================================================================== --- head/dns/p5-Net-DNSBL-MultiDaemon/distinfo Wed Dec 25 20:16:28 2013 (r337451) +++ head/dns/p5-Net-DNSBL-MultiDaemon/distinfo Wed Dec 25 20:16:33 2013 (r337452) @@ -1,2 +1,2 @@ -SHA256 (Net-DNSBL-MultiDaemon-0.29.tar.gz) = a91adfd445e179c32566444fce337db479196e1735fdeb8eec42c1cb1a7fd8b4 -SIZE (Net-DNSBL-MultiDaemon-0.29.tar.gz) = 54072 +SHA256 (Net-DNSBL-MultiDaemon-0.37.tar.gz) = d94bcb353e08b83af6038144f8c8c3bfc206de4b4e4ca4849a047093975ed8d9 +SIZE (Net-DNSBL-MultiDaemon-0.37.tar.gz) = 108718
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312252016.rBPKGX6k089824>