svn commit: r305769 - head/net/p5-Net-Patricia
Frederic Culot
culot at FreeBSD.org
Fri Oct 12 09:45:57 UTC 2012
Author: culot
Date: Fri Oct 12 09:45:56 2012
New Revision: 305769
URL: http://svn.freebsd.org/changeset/ports/305769
Log:
- Update to 1.20 [1]
- Remove dependency on p5-version (already in core)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Net-Patricia/Changes
PR: ports/172580 [1]
Submitted by: Nick Hilliard <nick at foobar.org>
Feature safe: yes
Modified:
head/net/p5-Net-Patricia/Makefile
head/net/p5-Net-Patricia/distinfo
Modified: head/net/p5-Net-Patricia/Makefile
==============================================================================
--- head/net/p5-Net-Patricia/Makefile Fri Oct 12 09:21:48 2012 (r305768)
+++ head/net/p5-Net-Patricia/Makefile Fri Oct 12 09:45:56 2012 (r305769)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Net-Patricia
-# Date created: Di 13 Mär 2001 19:37:25 CET
-# Whom: Andreas Klemm <andreas at klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas at klemm.gtn.com>
# $FreeBSD$
-#
PORTNAME= Net-Patricia
-PORTVERSION= 1.19
+PORTVERSION= 1.20
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,12 +10,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module for fast IP address lookups
-RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version \
- p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
- p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
+BUILD_DEPENDS= p5-Net-CIDR-Lite>=0.20:${PORTSDIR}/net/p5-Net-CIDR-Lite
+RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
PERL_CONFIGURE= YES
MAN3= Net::Patricia.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/net/p5-Net-Patricia/distinfo
==============================================================================
--- head/net/p5-Net-Patricia/distinfo Fri Oct 12 09:21:48 2012 (r305768)
+++ head/net/p5-Net-Patricia/distinfo Fri Oct 12 09:45:56 2012 (r305769)
@@ -1,2 +1,2 @@
-SHA256 (Net-Patricia-1.19.tar.gz) = c378a73280fb458210664e933ce67b281cab49b326840aee065ef95308054d5a
-SIZE (Net-Patricia-1.19.tar.gz) = 25387
+SHA256 (Net-Patricia-1.20.tar.gz) = bbec37f44384346b53daf2599bf1a3dd0726cde946e7cff56f3f6ac0ace072ef
+SIZE (Net-Patricia-1.20.tar.gz) = 27271
More information about the svn-ports-head
mailing list