From root@bofh.1asiacom.net  Wed Dec 18 10:05:57 2013
Return-Path: <root@bofh.1asiacom.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 7D71CCF3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Dec 2013 10:05:57 +0000 (UTC)
Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.109.98])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9EB531DF0
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Dec 2013 10:05:56 +0000 (UTC)
Received: from bofh.1asiacom.net (localhost [127.0.0.1])
	by bofh.1asiacom.net (8.14.7/8.14.7) with ESMTP id rBI9cZ8p052363
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Dec 2013 15:38:35 +0600 (BDT)
	(envelope-from root@bofh.1asiacom.net)
Received: (from root@localhost)
	by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rBI9cZiD052362;
	Wed, 18 Dec 2013 15:38:35 +0600 (BDT)
	(envelope-from root)
Message-Id: <201312180938.rBI9cZiD052362@bofh.1asiacom.net>
Date: Wed, 18 Dec 2013 15:38:35 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 18 10:10:00 UTC 2013
>Closed-Date:    Wed Dec 25 20:17:07 UTC 2013
>Last-Modified:  Wed Dec 25 20:20:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Dec 18 10:10:08 UTC 2013 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184958 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed Dec 25 20:17:07 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184958 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184958: commit references a PR
Date: Wed, 25 Dec 2013 20:16:43 +0000 (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"
 
>Unformatted:
