svn commit: r326469 - head/net/p5-Net-Whois-IP
Frederic Culot
culot at FreeBSD.org
Fri Sep 6 07:04:57 UTC 2013
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 <aaron at FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron at FreeBSD.org>
# $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 at 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 <bsd.port.mk>
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/
More information about the svn-ports-head
mailing list