svn commit: r467928 - head/devel/p5-Types-Path-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 22 08:47:30 UTC 2018


Author: sunpoet
Date: Sun Apr 22 08:47:26 2018
New Revision: 467928
URL: https://svnweb.freebsd.org/changeset/ports/467928

Log:
  Update to 0.006
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Types-Path-Tiny/Changes

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

Modified: head/devel/p5-Types-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-Types-Path-Tiny/Makefile	Sun Apr 22 08:47:21 2018	(r467927)
+++ head/devel/p5-Types-Path-Tiny/Makefile	Sun Apr 22 08:47:26 2018	(r467928)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Types-Path-Tiny
-PORTVERSION=	0.005
-PORTREVISION=	1
+PORTVERSION=	0.006
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
@@ -13,12 +12,14 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Path::Tiny types and coercions for Moose and Moo
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Path-Tiny>=0:devel/p5-Path-Tiny \
 		p5-Type-Tiny>=0.008:devel/p5-Type-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-File-pushd>=0:devel/p5-File-pushd
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-Types-Path-Tiny/distinfo
==============================================================================
--- head/devel/p5-Types-Path-Tiny/distinfo	Sun Apr 22 08:47:21 2018	(r467927)
+++ head/devel/p5-Types-Path-Tiny/distinfo	Sun Apr 22 08:47:26 2018	(r467928)
@@ -1,2 +1,3 @@
-SHA256 (Types-Path-Tiny-0.005.tar.gz) = f702772c56695696d520313b7f9bb4c1f4f6c7e5d47f08917c9944ad8f09ce26
-SIZE (Types-Path-Tiny-0.005.tar.gz) = 12834
+TIMESTAMP = 1524296744
+SHA256 (Types-Path-Tiny-0.006.tar.gz) = 593fc9faedbc69280659c0cce85168f8e7a1714cacdf8e9e6b7489be18dfe280
+SIZE (Types-Path-Tiny-0.006.tar.gz) = 15614


More information about the svn-ports-head mailing list