svn commit: r470367 - head/devel/p5-MooseX-Types-Path-Tiny

Jochen Neumeister joneum at FreeBSD.org
Sat May 19 07:54:22 UTC 2018


Author: joneum
Date: Sat May 19 07:54:21 2018
New Revision: 470367
URL: https://svnweb.freebsd.org/changeset/ports/470367

Log:
  devel/p5-MooseX-Types-Path-Tiny: Update to 0.012
  
  Changelog: http://cpansearch.perl.org/src/ETHER/MooseX-Types-Path-Tiny-0.012/Changes
  
  PR:		224006
  Submitted by:	Sergei Vyshenski <svysh.fbsd at gmail.com>
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/devel/p5-MooseX-Types-Path-Tiny/Makefile
  head/devel/p5-MooseX-Types-Path-Tiny/distinfo

Modified: head/devel/p5-MooseX-Types-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-Path-Tiny/Makefile	Sat May 19 07:48:14 2018	(r470366)
+++ head/devel/p5-MooseX-Types-Path-Tiny/Makefile	Sat May 19 07:54:21 2018	(r470367)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	MooseX-Types-Path-Tiny
-PORTVERSION=	0.011
-PORTREVISION=	1
+PORTVERSION=	0.012
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,18 +10,17 @@ MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension of Path::Tiny types and coercions for Moose
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
-RUN_DEPENDS=	\
-	p5-Moose>=2:devel/p5-Moose \
-	p5-MooseX-Types>0:devel/p5-MooseX-Types \
-	p5-MooseX-Types-Stringlike>=0:devel/p5-MooseX-Types-Stringlike \
-	p5-Path-Tiny>0:devel/p5-Path-Tiny
+RUN_DEPENDS=	p5-Moose>=2:devel/p5-Moose \
+				p5-MooseX-Types>0:devel/p5-MooseX-Types \
+				p5-MooseX-Types-Stringlike>=0:devel/p5-MooseX-Types-Stringlike \
+				p5-Path-Tiny>0:devel/p5-Path-Tiny
 BUILD_DEPENDS=	${RUN_DEPENDS}
-TEST_DEPENDS=	\
-	p5-File-pushd>0:devel/p5-File-pushd \
-	p5-Test-Fatal>0:devel/p5-Test-Fatal
+TEST_DEPENDS=	p5-File-pushd>0:devel/p5-File-pushd \
+				p5-Test-Fatal>0:devel/p5-Test-Fatal
 
-USES=	perl5
+USES=		perl5
 USE_PERL5=	modbuildtiny
 NO_ARCH=	YES
 

Modified: head/devel/p5-MooseX-Types-Path-Tiny/distinfo
==============================================================================
--- head/devel/p5-MooseX-Types-Path-Tiny/distinfo	Sat May 19 07:48:14 2018	(r470366)
+++ head/devel/p5-MooseX-Types-Path-Tiny/distinfo	Sat May 19 07:54:21 2018	(r470367)
@@ -1,2 +1,3 @@
-SHA256 (MooseX-Types-Path-Tiny-0.011.tar.gz) = 668ea48c99bc4a61cbdd87c39cfa0cb6c1e9c1b0c9f221a25a976bb4bccc6f00
-SIZE (MooseX-Types-Path-Tiny-0.011.tar.gz) = 25140
+TIMESTAMP = 1526714695
+SHA256 (MooseX-Types-Path-Tiny-0.012.tar.gz) = 19eede02dd654e70f73e34cd7af0063765173bcaefeeff1bdbe21318ecfd9158
+SIZE (MooseX-Types-Path-Tiny-0.012.tar.gz) = 28898


More information about the svn-ports-all mailing list