Bug 184958 - [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership
Summary: [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 10:10 UTC by Muhammad Moinur Rahman
Modified: 2013-12-25 20:20 UTC (History)
0 users

See Also:


Attachments
p5-Net-DNSBL-MultiDaemon-0.37.patch (1.93 KB, patch)
2013-12-18 10:10 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-18 10:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-25 20:16:43 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-25 20:17:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!