From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 07:04:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3A89299; Fri, 6 Sep 2013 07:04:57 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76C372E9A; Fri, 6 Sep 2013 07:04:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8674vg2068122; Fri, 6 Sep 2013 07:04:57 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8674uEV068119; Fri, 6 Sep 2013 07:04:56 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309060704.r8674uEV068119@svn.freebsd.org> From: Frederic Culot Date: Fri, 6 Sep 2013 07:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326469 - head/net/p5-Net-Whois-IP 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.14 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: Fri, 06 Sep 2013 07:04:57 -0000 Author: culot Date: Fri Sep 6 07:04:56 2013 New Revision: 326469 URL: http://svnweb.freebsd.org/changeset/ports/326469 Log: - Update to 1.12 - Trim Makefile's header - Convert to new Uses/perl5.mk framework - Pet portlint(1) Modified: head/net/p5-Net-Whois-IP/Makefile head/net/p5-Net-Whois-IP/distinfo head/net/p5-Net-Whois-IP/pkg-descr Modified: head/net/p5-Net-Whois-IP/Makefile ============================================================================== --- head/net/p5-Net-Whois-IP/Makefile Fri Sep 6 07:00:15 2013 (r326468) +++ head/net/p5-Net-Whois-IP/Makefile Fri Sep 6 07:04:56 2013 (r326469) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-Whois-IP -# Date created: 25 May 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Net-Whois-IP -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Perl extension for looking up the whois information for IP addresses -MAN3= Net::Whois::IP.3 +BUILD_DEPENDS= p5-Regexp-IPv6>=0.02:${PORTSDIR}/textproc/p5-Regexp-IPv6 +RUN_DEPENDS+= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +MAN3= Net::Whois::IP.3 + +USES= perl5 +USE_PERL5= configure .include Modified: head/net/p5-Net-Whois-IP/distinfo ============================================================================== --- head/net/p5-Net-Whois-IP/distinfo Fri Sep 6 07:00:15 2013 (r326468) +++ head/net/p5-Net-Whois-IP/distinfo Fri Sep 6 07:04:56 2013 (r326469) @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-IP-1.10.tar.gz) = f6fcf44ebc3ad683cfa711e80f3eddfc41a9473d9963d095c43e40d5c79862ad -SIZE (Net-Whois-IP-1.10.tar.gz) = 25379 +SHA256 (Net-Whois-IP-1.12.tar.gz) = 8bba302d94021e79c9355791f270c85fe4e207dcc5567cda7b5f4fcfcb1036fc +SIZE (Net-Whois-IP-1.12.tar.gz) = 24897 Modified: head/net/p5-Net-Whois-IP/pkg-descr ============================================================================== --- head/net/p5-Net-Whois-IP/pkg-descr Fri Sep 6 07:00:15 2013 (r326468) +++ head/net/p5-Net-Whois-IP/pkg-descr Fri Sep 6 07:04:56 2013 (r326469) @@ -3,4 +3,4 @@ recursively query the various whois prov detailed information including either TechPhone or OrgTechPhone by default; however, this is overrideable. -WWW: http://search.cpan.org/dist/Net-Whois-IP +WWW: http://search.cpan.org/dist/Net-Whois-IP/