svn commit: r457581 - head/devel/p5-Tree-Simple-View

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 30 06:42:20 UTC 2017


Author: sunpoet
Date: Sat Dec 30 06:42:18 2017
New Revision: 457581
URL: https://svnweb.freebsd.org/changeset/ports/457581

Log:
  Update to 0.19
  
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/Tree-Simple-View/Changes

Modified:
  head/devel/p5-Tree-Simple-View/Makefile
  head/devel/p5-Tree-Simple-View/distinfo

Modified: head/devel/p5-Tree-Simple-View/Makefile
==============================================================================
--- head/devel/p5-Tree-Simple-View/Makefile	Sat Dec 30 06:42:13 2017	(r457580)
+++ head/devel/p5-Tree-Simple-View/Makefile	Sat Dec 30 06:42:18 2017	(r457581)
@@ -2,27 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	Tree-Simple-View
-PORTVERSION=	0.18.0002
+PORTVERSION=	0.19
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:MZIESCHA
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Set of classes for viewing Tree::Simple hierarchies
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Class-Throwable>=0.10:devel/p5-Class-Throwable \
-		p5-Tree-Simple>=1.07:devel/p5-Tree-Simple
+		p5-Tree-Simple>=1.31:devel/p5-Tree-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0.15:devel/p5-Test-Exception \
 		p5-Test-LongString>=0:devel/p5-Test-LongString
 
 NO_ARCH=	yes
-USES=		perl5
+USES=		perl5 tar:tgz
 USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Tree-Simple-View/distinfo
==============================================================================
--- head/devel/p5-Tree-Simple-View/distinfo	Sat Dec 30 06:42:13 2017	(r457580)
+++ head/devel/p5-Tree-Simple-View/distinfo	Sat Dec 30 06:42:18 2017	(r457581)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493376842
-SHA256 (Tree-Simple-View-0.180002.tar.gz) = 4b97ff3f76b0882a74870311dbdb23e7061db0d8335539d2fd5ae7ea47dc5341
-SIZE (Tree-Simple-View-0.180002.tar.gz) = 34619
+TIMESTAMP = 1503788670
+SHA256 (Tree-Simple-View-0.19.tgz) = 942566b48f1856bea8676a624f49fd527bfb7030e2e4d6e4af1fee6f29f54773
+SIZE (Tree-Simple-View-0.19.tgz) = 35545


More information about the svn-ports-all mailing list