diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:15:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:15:27 +0000 |
commit | 0bc0f42fa4a249a94c2eb800e28b5a5ad5a5856a (patch) | |
tree | 27ed8cbd2a61fd62a4a82b17d6ea398213d4c3cd /dns | |
parent | f75696075f1b8b42c911fc8c7ed97204293ab76e (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=352350
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNSBL-MultiDaemon/Makefile | 8 | ||||
-rw-r--r-- | dns/p5-Net-DNSBL-MultiDaemon/distinfo | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dns/p5-Net-DNSBL-MultiDaemon/Makefile b/dns/p5-Net-DNSBL-MultiDaemon/Makefile index 91f93154f8a8..70ca4b65166f 100644 --- a/dns/p5-Net-DNSBL-MultiDaemon/Makefile +++ b/dns/p5-Net-DNSBL-MultiDaemon/Makefile @@ -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:${PORTSDIR}/devel/p5-File-SafeDO \ 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 diff --git a/dns/p5-Net-DNSBL-MultiDaemon/distinfo b/dns/p5-Net-DNSBL-MultiDaemon/distinfo index 50d83f0dd466..62344b745933 100644 --- a/dns/p5-Net-DNSBL-MultiDaemon/distinfo +++ b/dns/p5-Net-DNSBL-MultiDaemon/distinfo @@ -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 |