Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2017 18:16:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457610 - head/devel/p5-File-Copy-Recursive
Message-ID:  <201712301816.vBUIGQVE058856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 30 18:16:26 2017
New Revision: 457610
URL: https://svnweb.freebsd.org/changeset/ports/457610

Log:
  Update to 0.39
  
  - Add LICENSE
  - Add TEST_DEPENDS
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/File-Copy-Recursive/Changes

Modified:
  head/devel/p5-File-Copy-Recursive/Makefile
  head/devel/p5-File-Copy-Recursive/distinfo
  head/devel/p5-File-Copy-Recursive/pkg-plist

Modified: head/devel/p5-File-Copy-Recursive/Makefile
==============================================================================
--- head/devel/p5-File-Copy-Recursive/Makefile	Sat Dec 30 18:16:21 2017	(r457609)
+++ head/devel/p5-File-Copy-Recursive/Makefile	Sat Dec 30 18:16:26 2017	(r457610)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	File-Copy-Recursive
-PORTVERSION=	0.38
-PORTREVISION=	1
+PORTVERSION=	0.39
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,6 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl extension for recursively copying files and directories
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-File-Slurp>=0:devel/p5-File-Slurp \
+		p5-Test-Deep>=0:devel/p5-Test-Deep \
+		p5-Test-Exception>=0:devel/p5-Test-Exception \
+		p5-Test-File>=0:devel/p5-Test-File \
+		p5-Test-Warn>=0:devel/p5-Test-Warn
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-File-Copy-Recursive/distinfo
==============================================================================
--- head/devel/p5-File-Copy-Recursive/distinfo	Sat Dec 30 18:16:21 2017	(r457609)
+++ head/devel/p5-File-Copy-Recursive/distinfo	Sat Dec 30 18:16:26 2017	(r457610)
@@ -1,2 +1,3 @@
-SHA256 (File-Copy-Recursive-0.38.tar.gz) = 84ccbddf3894a88a2c2b6be68ff6ef8960037803bb36aa228b31944cfdf6deeb
-SIZE (File-Copy-Recursive-0.38.tar.gz) = 10843
+TIMESTAMP = 1514652685
+SHA256 (File-Copy-Recursive-0.39.tar.gz) = 7adfdcf844dbc1d305dff5e1b66b6ebf32c506dd331eb427a496becfaf578d96
+SIZE (File-Copy-Recursive-0.39.tar.gz) = 16117

Modified: head/devel/p5-File-Copy-Recursive/pkg-plist
==============================================================================
--- head/devel/p5-File-Copy-Recursive/pkg-plist	Sat Dec 30 18:16:21 2017	(r457609)
+++ head/devel/p5-File-Copy-Recursive/pkg-plist	Sat Dec 30 18:16:26 2017	(r457610)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/File::Copy::Recursive.3.gz
 %%SITE_PERL%%/File/Copy/Recursive.pm
+%%PERL5_MAN3%%/File::Copy::Recursive.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712301816.vBUIGQVE058856>