- 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)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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 Committed. Thanks!