svn commit: r508182 - head/devel/p5-Role-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 5 15:42:35 UTC 2019


Author: sunpoet
Date: Mon Aug  5 15:42:34 2019
New Revision: 508182
URL: https://svnweb.freebsd.org/changeset/ports/508182

Log:
  Update to 2.000008
  
  - Add LICENSE_FILE
  
  Changes:	https://metacpan.org/changes/distribution/Role-Tiny

Modified:
  head/devel/p5-Role-Tiny/Makefile
  head/devel/p5-Role-Tiny/distinfo

Modified: head/devel/p5-Role-Tiny/Makefile
==============================================================================
--- head/devel/p5-Role-Tiny/Makefile	Mon Aug  5 15:42:29 2019	(r508181)
+++ head/devel/p5-Role-Tiny/Makefile	Mon Aug  5 15:42:34 2019	(r508182)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Role-Tiny
-PORTVERSION=	2.000006
+PORTVERSION=	2.000008
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:HAARG
@@ -13,12 +13,14 @@ COMMENT=	Roles, like a nouvelle cusine portion size sl
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Class-Method-Modifiers>=1.05:devel/p5-Class-Method-Modifiers
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Role-Tiny/distinfo
==============================================================================
--- head/devel/p5-Role-Tiny/distinfo	Mon Aug  5 15:42:29 2019	(r508181)
+++ head/devel/p5-Role-Tiny/distinfo	Mon Aug  5 15:42:34 2019	(r508182)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510152847
-SHA256 (Role-Tiny-2.000006.tar.gz) = cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382
-SIZE (Role-Tiny-2.000006.tar.gz) = 21556
+TIMESTAMP = 1565012806
+SHA256 (Role-Tiny-2.000008.tar.gz) = b1541fc5e3e0eb2dbd55b25c432293c197e0153c2c9f7747deba4df72c27146a
+SIZE (Role-Tiny-2.000008.tar.gz) = 28609


More information about the svn-ports-head mailing list