Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 15:38:35 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184958: [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership
Message-ID:  <201312180938.rBI9cZiD052362@bofh.1asiacom.net>
Resent-Message-ID: <201312181010.rBIAA0o6001963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184958
>Category:       ports
>Synopsis:       [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 18 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r257540: Tue Nov  5 18:47:37
>Description:
- Update to 0.37
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/10b3i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/10b3amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/11i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/11amd64-default.log

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-Net-DNSBL-MultiDaemon-0.37.patch begins here ---
diff -ruN /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/Makefile ./Makefile
--- /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/Makefile	2013-11-03 13:46:27.000000000 +0600
+++ ./Makefile	2013-12-17 16:32:42.000000000 +0600
@@ -1,22 +1,26 @@
 # Created by: Andrew Greenwood <greenwood.andy@gmail.com>
-# $FreeBSD: dns/p5-Net-DNSBL-MultiDaemon/Makefile 332593 2013-11-03 07:46:27Z vanilla $
+# $FreeBSD: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile 332593 2013-11-03 07:46:27Z vanilla $
 
 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
 
+LICENSE=	GPLv2 ART10
+LICENSE_COMB=	dual
+
 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
+		p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
+		p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO \
+		p5-Net-NBsocket>=0:${PORTSDIR}/net/p5-Net-NBsocket
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
diff -ruN /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/distinfo ./distinfo
--- /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/distinfo	2012-07-14 19:54:48.000000000 +0600
+++ ./distinfo	2013-12-17 16:33:02.000000000 +0600
@@ -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
--- p5-Net-DNSBL-MultiDaemon-0.37.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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