svn commit: r363554 - head/dns/p5-Net-RBLClient
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 10:05:16 UTC 2014
Author: sunpoet
Date: Thu Jul 31 10:05:15 2014
New Revision: 363554
URL: http://svnweb.freebsd.org/changeset/ports/363554
QAT: https://qat.redports.org/buildarchive/r363554/
Log:
- Add LICENSE
- Fix *_DEPENDS: Time::HiRes is already in all supported Perl releases
- Sort PLIST
- Bump PORTREVISION for dependency change
- Reformat pkg-descr
- Remove Author line
- Use single space after WWW:
Modified:
head/dns/p5-Net-RBLClient/Makefile
head/dns/p5-Net-RBLClient/pkg-descr
head/dns/p5-Net-RBLClient/pkg-plist
Modified: head/dns/p5-Net-RBLClient/Makefile
==============================================================================
--- head/dns/p5-Net-RBLClient/Makefile Thu Jul 31 10:05:10 2014 (r363553)
+++ head/dns/p5-Net-RBLClient/Makefile Thu Jul 31 10:05:15 2014 (r363554)
@@ -3,6 +3,7 @@
PORTNAME= Net-RBLClient
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,13 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Queries multiple Realtime Blackhole Lists in parallel
-BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
- p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
-WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
+BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
+
+WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
.include <bsd.port.mk>
Modified: head/dns/p5-Net-RBLClient/pkg-descr
==============================================================================
--- head/dns/p5-Net-RBLClient/pkg-descr Thu Jul 31 10:05:10 2014 (r363553)
+++ head/dns/p5-Net-RBLClient/pkg-descr Thu Jul 31 10:05:15 2014 (r363554)
@@ -1,12 +1,10 @@
-This module is used to discover what RBL's are listing a particular
-IP address. It parallelizes requests for fast response.
+This module is used to discover what RBL's are listing a particular IP address.
+It parallelizes requests for fast response.
-An RBL, or Realtime Blackhole List, is a list of IP addresses meeting
-some criteria such as involvement in Unsolicited Bulk Email. Each RBL
-has its own criteria for addition and removal of addresses. If you
-want to block email or other traffic to/from your network based on one
-or more RBL's, you should carefully study the behavior of those RBL's
-before and during such blocking.
+An RBL, or Realtime Blackhole List, is a list of IP addresses meeting some
+criteria such as involvement in Unsolicited Bulk Email. Each RBL has its own
+criteria for addition and removal of addresses. If you want to block email or
+other traffic to/from your network based on one or more RBL's, you should
+carefully study the behavior of those RBL's before and during such blocking.
-Author: Asher Blum <asher at wildspark.com>
-WWW: http://search.cpan.org/dist/Net-RBLClient/
+WWW: http://search.cpan.org/dist/Net-RBLClient/
Modified: head/dns/p5-Net-RBLClient/pkg-plist
==============================================================================
--- head/dns/p5-Net-RBLClient/pkg-plist Thu Jul 31 10:05:10 2014 (r363553)
+++ head/dns/p5-Net-RBLClient/pkg-plist Thu Jul 31 10:05:15 2014 (r363554)
@@ -1,8 +1,8 @@
bin/spamalyze
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient/.packlist
%%SITE_PERL%%/Net/RBLClient.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient/.packlist
%%PERL5_MAN3%%/Net::RBLClient.3.gz
man/man1/spamalyze.1.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net
More information about the svn-ports-all
mailing list