Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 17:05:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358607 - head/net/p5-Test-URI
Message-ID:  <201406201705.s5KH5jC8015782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 20 17:05:45 2014
New Revision: 358607
URL: http://svnweb.freebsd.org/changeset/ports/358607
QAT: https://qat.redports.org/buildarchive/r358607/

Log:
  - Fix *_DEPENDS: Test::More is already in all supported Perl releases
  - Add LICENSE
  - Update COMMENT
  - Remove unnecessary MASTER_SITE_SUBDIR
  - Update pkg-descr
  - Bump PORTREVISION for dependency change

Modified:
  head/net/p5-Test-URI/Makefile
  head/net/p5-Test-URI/pkg-descr

Modified: head/net/p5-Test-URI/Makefile
==============================================================================
--- head/net/p5-Test-URI/Makefile	Fri Jun 20 17:05:40 2014	(r358606)
+++ head/net/p5-Test-URI/Makefile	Fri Jun 20 17:05:45 2014	(r358607)
@@ -3,20 +3,21 @@
 
 PORTNAME=	Test-URI
 PORTVERSION=	1.08
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Test
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Perl module for check URI
+COMMENT=	Check Uniform Resource Identifiers
 
-RUN_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI	\
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI	\
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/net/p5-Test-URI/pkg-descr
==============================================================================
--- head/net/p5-Test-URI/pkg-descr	Fri Jun 20 17:05:40 2014	(r358606)
+++ head/net/p5-Test-URI/pkg-descr	Fri Jun 20 17:05:45 2014	(r358607)
@@ -1,3 +1,3 @@
-Perl module for check various parts of Uniform Resource Locators.
+Test::URI checks various parts of Uniform Resource Locators.
 
 WWW: http://search.cpan.org/dist/Test-URI/



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