Date: Fri, 12 Oct 2012 09:45:56 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305769 - head/net/p5-Net-Patricia Message-ID: <201210120945.q9C9ju4R078600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@klemm.gtn.com> -# +# Created by: Andreas Klemm <andreas@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210120945.q9C9ju4R078600>