svn commit: r430111 - head/devel/p5-Test-Version

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 31 13:34:04 UTC 2016


Author: sunpoet
Date: Sat Dec 31 13:34:02 2016
New Revision: 430111
URL: https://svnweb.freebsd.org/changeset/ports/430111

Log:
  - Update to 2.05
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Test-Version/Changes

Modified:
  head/devel/p5-Test-Version/Makefile
  head/devel/p5-Test-Version/distinfo

Modified: head/devel/p5-Test-Version/Makefile
==============================================================================
--- head/devel/p5-Test-Version/Makefile	Sat Dec 31 13:33:57 2016	(r430110)
+++ head/devel/p5-Test-Version/Makefile	Sat Dec 31 13:34:02 2016	(r430111)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Version
-PORTVERSION=	1.05000
+PORTVERSION=	2.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,18 +12,21 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Check to see that version in modules are sane
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=	p5-Test-Simple>=1.001014:devel/p5-Test-Simple
+BUILD_DEPENDS+=	p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata
+RUN_DEPENDS+=	p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/p5-Test-Version/distinfo
==============================================================================
--- head/devel/p5-Test-Version/distinfo	Sat Dec 31 13:33:57 2016	(r430110)
+++ head/devel/p5-Test-Version/distinfo	Sat Dec 31 13:34:02 2016	(r430111)
@@ -1,2 +1,3 @@
-SHA256 (Test-Version-1.05.tar.gz) = 9c79c5014a02f1af33f7c9cc4885a6ee342f2ce5bbb3836e2ca62fa13596ffda
-SIZE (Test-Version-1.05.tar.gz) = 19228
+TIMESTAMP = 1483190030
+SHA256 (Test-Version-2.05.tar.gz) = 39c0ec02663da0e56962bdafaef6790cf83d12b4d90e8a4cdc971d57d869d63f
+SIZE (Test-Version-2.05.tar.gz) = 22916


More information about the svn-ports-all mailing list