svn commit: r406336 - head/devel/p5-Test-TempDir-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 17 13:09:56 UTC 2016


Author: sunpoet
Date: Sun Jan 17 13:09:55 2016
New Revision: 406336
URL: https://svnweb.freebsd.org/changeset/ports/406336

Log:
  - Update to 0.010
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Test-TempDir-Tiny/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/p5-Test-TempDir-Tiny/Makefile
  head/devel/p5-Test-TempDir-Tiny/distinfo

Modified: head/devel/p5-Test-TempDir-Tiny/Makefile
==============================================================================
--- head/devel/p5-Test-TempDir-Tiny/Makefile	Sun Jan 17 13:09:50 2016	(r406335)
+++ head/devel/p5-Test-TempDir-Tiny/Makefile	Sun Jan 17 13:09:55 2016	(r406336)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-TempDir-Tiny
-PORTVERSION=	0.004
+PORTVERSION=	0.010
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,9 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Temporary directories that stick around when tests fail
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 

Modified: head/devel/p5-Test-TempDir-Tiny/distinfo
==============================================================================
--- head/devel/p5-Test-TempDir-Tiny/distinfo	Sun Jan 17 13:09:50 2016	(r406335)
+++ head/devel/p5-Test-TempDir-Tiny/distinfo	Sun Jan 17 13:09:55 2016	(r406336)
@@ -1,2 +1,2 @@
-SHA256 (Test-TempDir-Tiny-0.004.tar.gz) = fa23375b765763c3bea7ff8a3f15e1f3204543512758cefc2a1ee6caeb000c58
-SIZE (Test-TempDir-Tiny-0.004.tar.gz) = 17556
+SHA256 (Test-TempDir-Tiny-0.010.tar.gz) = 78b46988f963bb9975f90404789d65ede97008c6e716ecf8df16632e3dde6c76
+SIZE (Test-TempDir-Tiny-0.010.tar.gz) = 20128


More information about the svn-ports-head mailing list