From owner-svn-ports-all@freebsd.org Sat Dec 30 18:16:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2B0EEA5A2D; Sat, 30 Dec 2017 18:16:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4488C654FC; Sat, 30 Dec 2017 18:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBUIGRYl058859; Sat, 30 Dec 2017 18:16:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBUIGQVE058856; Sat, 30 Dec 2017 18:16:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712301816.vBUIGQVE058856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Dec 2017 18:16:26 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-File-Copy-Recursive X-SVN-Commit-Revision: 457610 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 18:16:30 -0000 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