Bug 188613 - [MAINTAINER] dns/p5-Net-DNSBL-MultiDaemon: update to 0.39
Summary: [MAINTAINER] dns/p5-Net-DNSBL-MultiDaemon: update to 0.39
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: 2014-04-14 14:00 UTC by Muhammad Moinur Rahman
Modified: 2014-04-26 19:34 UTC (History)
0 users

See Also:


Attachments
p5-Net-DNSBL-MultiDaemon-0.39.patch (1.31 KB, patch)
2014-04-14 14:00 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 2014-04-14 14:00:32 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 2014-04-26 19:15:48 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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-26 19:34:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!