Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 18:44:25 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        freebsd-ports@t-b-o-h.net
Subject:   ports/186815: [PATCH] net-mgmt/p5-Data-Validate-IP: update to 0.22
Message-ID:  <20140216104425.F37C6481A@sunpoet.net>
Resent-Message-ID: <201402161050.s1GAo0LZ021562@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186815
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-Data-Validate-IP: update to 0.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 16 10:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-STABLE FreeBSD 10.0-STABLE #0 r261402: Mon Feb  3 22:35:15
>Description:
- Update to 0.22
- Add LICENSE
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Data-Validate-IP/Changes

Port maintainer (freebsd-ports@t-b-o-h.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-Data-Validate-IP-0.22.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 344526)
+++ Makefile	(working copy)
@@ -2,18 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	Data-Validate-IP
-PORTVERSION=	0.14
+PORTVERSION=	0.22
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:NEELY
+MASTER_SITE_SUBDIR=	CPAN:DROLSKY
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	freebsd-ports@t-b-o-h.net
 COMMENT=	Common data validation methods for IPs
 
-BUILD_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
-RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
+		p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint
+
 USES=		perl5
 USE_PERL5=	configure
 
Index: distinfo
===================================================================
--- distinfo	(revision 344526)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Data-Validate-IP-0.14.tar.gz) = 992b5940df192ff0c7faf9a7a865494861086a4b85596c986a85284aa8449374
-SIZE (Data-Validate-IP-0.14.tar.gz) = 8333
+SHA256 (Data-Validate-IP-0.22.tar.gz) = 08571592c5b6a2956490da00950dd955917bac8c23b9a85b7ffcd1381a2259a5
+SIZE (Data-Validate-IP-0.22.tar.gz) = 21112
--- p5-Data-Validate-IP-0.22.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140216104425.F37C6481A>