svn commit: r446681 - head/net/p5-URI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 26 18:20:43 UTC 2017


Author: sunpoet
Date: Wed Jul 26 18:20:41 2017
New Revision: 446681
URL: https://svnweb.freebsd.org/changeset/ports/446681

Log:
  Update to 1.72
  
  - Add TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/URI/Changes

Modified:
  head/net/p5-URI/Makefile
  head/net/p5-URI/distinfo

Modified: head/net/p5-URI/Makefile
==============================================================================
--- head/net/p5-URI/Makefile	Wed Jul 26 18:20:36 2017	(r446680)
+++ head/net/p5-URI/Makefile	Wed Jul 26 18:20:41 2017	(r446681)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	URI
-PORTVERSION=	1.71
+PORTVERSION=	1.72
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,8 @@ COMMENT=	Perl5 interface to Uniform Resource Identifie
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Needs>=0:devel/p5-Test-Needs
 
 NO_ARCH=	yes
 USES=		perl5

Modified: head/net/p5-URI/distinfo
==============================================================================
--- head/net/p5-URI/distinfo	Wed Jul 26 18:20:36 2017	(r446680)
+++ head/net/p5-URI/distinfo	Wed Jul 26 18:20:41 2017	(r446681)
@@ -1,2 +1,3 @@
-SHA256 (URI-1.71.tar.gz) = 9c8eca0d7f39e74bbc14706293e653b699238eeb1a7690cc9c136fb8c2644115
-SIZE (URI-1.71.tar.gz) = 100141
+TIMESTAMP = 1501085763
+SHA256 (URI-1.72.tar.gz) = 35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32
+SIZE (URI-1.72.tar.gz) = 106616


More information about the svn-ports-all mailing list