From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 10:05:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D721444; Thu, 31 Jul 2014 10:05:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0EC256D; Thu, 31 Jul 2014 10:05:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VA5GZO096253; Thu, 31 Jul 2014 10:05:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VA5FXS096248; Thu, 31 Jul 2014 10:05:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407311005.s6VA5FXS096248@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Jul 2014 10:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363554 - head/dns/p5-Net-RBLClient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 10:05:16 -0000 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@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 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 -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 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net