From owner-svn-ports-head@FreeBSD.ORG Fri Oct 12 09:45:57 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AD2D2ED; Fri, 12 Oct 2012 09:45:57 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2B15F8FC0A; Fri, 12 Oct 2012 09:45:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9C9jvaI078603; Fri, 12 Oct 2012 09:45:57 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9C9ju4R078600; Fri, 12 Oct 2012 09:45:56 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201210120945.q9C9ju4R078600@svn.freebsd.org> From: Frederic Culot Date: Fri, 12 Oct 2012 09:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305769 - head/net/p5-Net-Patricia 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, 12 Oct 2012 09:45:57 -0000 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 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 -# +# Created by: Andreas Klemm # $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 +.include + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include 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