From bofh@bofh.1asiacom.net  Mon Apr 14 12:51:46 2014
Return-Path: <bofh@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 645916A4
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2014 12:51:46 +0000 (UTC)
Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 92D01143C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2014 12:51:45 +0000 (UTC)
Received: from bofh.1asiacom.net (localhost [127.0.0.1])
	by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s3ECpgp9002993
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2014 18:51:42 +0600 (BDT)
	(envelope-from bofh@bofh.1asiacom.net)
Received: (from root@localhost)
	by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s3ECpgXx002992;
	Mon, 14 Apr 2014 18:51:42 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201404141251.s3ECpgXx002992@bofh.1asiacom.net>
Date: Mon, 14 Apr 2014 18:51:42 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] dns/p5-Net-DNSBL-MultiDaemon: update to 0.39
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188613
>Category:       ports
>Synopsis:       [MAINTAINER] dns/p5-Net-DNSBL-MultiDaemon: update to 0.39
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 14 13:00:00 UTC 2014
>Closed-Date:    Sat Apr 26 18:34:49 UTC 2014
>Last-Modified:  Sat Apr 26 18:34:49 UTC 2014
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Update to 0.39

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/100i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/100amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/110i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.39/110amd64-default.log

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

--- p5-Net-DNSBL-MultiDaemon-0.39.patch begins here ---
diff -ruN /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/Makefile ./Makefile
--- /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/Makefile	2014-02-05 00:28:54.000000000 +0600
+++ ./Makefile	2014-04-14 18:44:44.823578825 +0600
@@ -2,7 +2,7 @@
 # $FreeBSD: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile 342585 2014-02-04 18:28:54Z sunpoet $
 
 PORTNAME=	Net-DNSBL-MultiDaemon
-PORTVERSION=	0.38
+PORTVERSION=	0.39
 CATEGORIES=	dns mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,6 +22,11 @@
 		p5-Unix-Syslog>=0.97:${PORTSDIR}/sysutils/p5-Unix-Syslog
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+OPTIONS_DEFINE=	RHBL
+OPTIONS_DEFAULT=	RHBL
+RHBL_DESC=	RHBL checking of URBL domains
+RHBL_BUILD_DEPENDS=	p5-URBL-Prepare>=0.08:${PORTSDIR}/dns/p5-URBL-Prepare
+
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 
diff -ruN /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/distinfo ./distinfo
--- /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/distinfo	2014-02-05 00:28:54.000000000 +0600
+++ ./distinfo	2014-04-14 18:26:48.293651005 +0600
@@ -1,2 +1,2 @@
-SHA256 (Net-DNSBL-MultiDaemon-0.38.tar.gz) = d8e9302ba16cade11f0e388531299f90bb8c65ca2fc2be2d2561fa159ab219b6
-SIZE (Net-DNSBL-MultiDaemon-0.38.tar.gz) = 108805
+SHA256 (Net-DNSBL-MultiDaemon-0.39.tar.gz) = 3c2646b5a17d91e982e75ec74ad608ba0b1818a0a2aeb84e3c334aed56ff8e51
+SIZE (Net-DNSBL-MultiDaemon-0.39.tar.gz) = 108856
--- p5-Net-DNSBL-MultiDaemon-0.39.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 14 13:00:32 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188613: commit references a PR
Date: Sat, 26 Apr 2014 18:15:48 +0000 (UTC)

 Author: sunpoet
 Date: Sat Apr 26 18:15:27 2014
 New Revision: 352350
 URL: http://svnweb.freebsd.org/changeset/ports/352350
 QAT: https://qat.redports.org/buildarchive/r352350/
 
 Log:
   - Update to 0.39
   - Add RHBL option
   
   Changes:	http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes
   PR:		ports/188613
   Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
 
 Modified:
   head/dns/p5-Net-DNSBL-MultiDaemon/Makefile
   head/dns/p5-Net-DNSBL-MultiDaemon/distinfo
 
 Modified: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile
 ==============================================================================
 --- head/dns/p5-Net-DNSBL-MultiDaemon/Makefile	Sat Apr 26 18:15:22 2014	(r352349)
 +++ head/dns/p5-Net-DNSBL-MultiDaemon/Makefile	Sat Apr 26 18:15:27 2014	(r352350)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	Net-DNSBL-MultiDaemon
 -PORTVERSION=	0.38
 +PORTVERSION=	0.39
  CATEGORIES=	dns mail perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -22,6 +22,12 @@ BUILD_DEPENDS=	p5-File-SafeDO>=0.12:${PO
  		p5-Unix-Syslog>=0.97:${PORTSDIR}/sysutils/p5-Unix-Syslog
  RUN_DEPENDS:=	${BUILD_DEPENDS}
  
 +OPTIONS_DEFINE=	RHBL
 +OPTIONS_DEFAULT=RHBL
 +RHBL_DESC=	RHBL checking of URBL domains
 +RHBL_BUILD_DEPENDS=	p5-URBL-Prepare>=0.08:${PORTSDIR}/dns/p5-URBL-Prepare
 +RHBL_RUN_DEPENDS=	p5-URBL-Prepare>=0.08:${PORTSDIR}/dns/p5-URBL-Prepare
 +
  USES=		perl5 shebangfix
  USE_PERL5=	configure
  
 
 Modified: head/dns/p5-Net-DNSBL-MultiDaemon/distinfo
 ==============================================================================
 --- head/dns/p5-Net-DNSBL-MultiDaemon/distinfo	Sat Apr 26 18:15:22 2014	(r352349)
 +++ head/dns/p5-Net-DNSBL-MultiDaemon/distinfo	Sat Apr 26 18:15:27 2014	(r352350)
 @@ -1,2 +1,2 @@
 -SHA256 (Net-DNSBL-MultiDaemon-0.38.tar.gz) = d8e9302ba16cade11f0e388531299f90bb8c65ca2fc2be2d2561fa159ab219b6
 -SIZE (Net-DNSBL-MultiDaemon-0.38.tar.gz) = 108805
 +SHA256 (Net-DNSBL-MultiDaemon-0.39.tar.gz) = 3c2646b5a17d91e982e75ec74ad608ba0b1818a0a2aeb84e3c334aed56ff8e51
 +SIZE (Net-DNSBL-MultiDaemon-0.39.tar.gz) = 108856
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Apr 26 18:34:48 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188613 
>Unformatted:
