Date: Wed, 19 Apr 2017 14:38:49 +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: r438848 - head/devel/p5-File-Util Message-ID: <201704191438.v3JEcnMx031329@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Apr 19 14:38:49 2017 New Revision: 438848 URL: https://svnweb.freebsd.org/changeset/ports/438848 Log: Update to 4.161950 - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/File-Util/Changes PR: 218355 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Modified: head/devel/p5-File-Util/Makefile head/devel/p5-File-Util/distinfo head/devel/p5-File-Util/pkg-plist Modified: head/devel/p5-File-Util/Makefile ============================================================================== --- head/devel/p5-File-Util/Makefile Wed Apr 19 14:38:43 2017 (r438847) +++ head/devel/p5-File-Util/Makefile Wed Apr 19 14:38:49 2017 (r438848) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-Util -PORTVERSION= 3.27 -PORTREVISION= 2 +PORTVERSION= 4.161950 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeffhung@mail2000.com.tw COMMENT= Perl5 module for easy, versatile, portable file handling -RUN_DEPENDS= p5-Class-OOorNO>=0.01:devel/p5-Class-OOorNO \ - p5-Exception-Handler>=1:devel/p5-Exception-Handler -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-File-Util/distinfo ============================================================================== --- head/devel/p5-File-Util/distinfo Wed Apr 19 14:38:43 2017 (r438847) +++ head/devel/p5-File-Util/distinfo Wed Apr 19 14:38:49 2017 (r438848) @@ -1,2 +1,3 @@ -SHA256 (File-Util-3.27.tar.gz) = f4a5ae6111861f9b40b46eddd8e267429f56d45d183f9a55f67fcc8df67acf6d -SIZE (File-Util-3.27.tar.gz) = 44623 +TIMESTAMP = 1479742617 +SHA256 (File-Util-4.161950.tar.gz) = 88507b19da580d595b5c25fe6ba75bbd6096b4359e389ead067a216f766c20ee +SIZE (File-Util-4.161950.tar.gz) = 129909 Modified: head/devel/p5-File-Util/pkg-plist ============================================================================== --- head/devel/p5-File-Util/pkg-plist Wed Apr 19 14:38:43 2017 (r438847) +++ head/devel/p5-File-Util/pkg-plist Wed Apr 19 14:38:49 2017 (r438848) @@ -1,32 +1,20 @@ %%SITE_PERL%%/File/Util.pm -%%SITE_PERL%%/File/Util.pod -%%SITE_PERL%%/auto/File/Util/_errors.al -%%SITE_PERL%%/auto/File/Util/_throw.al -%%SITE_PERL%%/auto/File/Util/autosplit.ix -%%SITE_PERL%%/auto/File/Util/bitmask.al -%%SITE_PERL%%/auto/File/Util/can_flock.al -%%SITE_PERL%%/auto/File/Util/can_read.al -%%SITE_PERL%%/auto/File/Util/can_write.al -%%SITE_PERL%%/auto/File/Util/created.al -%%SITE_PERL%%/auto/File/Util/ebcdic.al -%%SITE_PERL%%/auto/File/Util/escape_filename.al -%%SITE_PERL%%/auto/File/Util/existent.al -%%SITE_PERL%%/auto/File/Util/file_type.al -%%SITE_PERL%%/auto/File/Util/flock_rules.al -%%SITE_PERL%%/auto/File/Util/isbin.al -%%SITE_PERL%%/auto/File/Util/last_access.al -%%SITE_PERL%%/auto/File/Util/last_changed.al -%%SITE_PERL%%/auto/File/Util/last_modified.al -%%SITE_PERL%%/auto/File/Util/load_dir.al -%%SITE_PERL%%/auto/File/Util/make_dir.al -%%SITE_PERL%%/auto/File/Util/max_dives.al -%%SITE_PERL%%/auto/File/Util/needs_binmode.al -%%SITE_PERL%%/auto/File/Util/open_handle.al -%%SITE_PERL%%/auto/File/Util/readlimit.al -%%SITE_PERL%%/auto/File/Util/return_path.al -%%SITE_PERL%%/auto/File/Util/size.al -%%SITE_PERL%%/auto/File/Util/touch.al -%%SITE_PERL%%/auto/File/Util/trunc.al -%%SITE_PERL%%/auto/File/Util/unlock_open_handle.al -%%SITE_PERL%%/auto/File/Util/use_flock.al +%%SITE_PERL%%/File/Util/Cookbook.pod +%%SITE_PERL%%/File/Util/Definitions.pm +%%SITE_PERL%%/File/Util/Exception.pm +%%SITE_PERL%%/File/Util/Exception/Diagnostic.pm +%%SITE_PERL%%/File/Util/Exception/Standard.pm +%%SITE_PERL%%/File/Util/Interface/Classic.pm +%%SITE_PERL%%/File/Util/Interface/Modern.pm +%%SITE_PERL%%/File/Util/Manual.pod +%%SITE_PERL%%/File/Util/Manual/Examples.pod %%PERL5_MAN3%%/File::Util.3.gz +%%PERL5_MAN3%%/File::Util::Cookbook.3.gz +%%PERL5_MAN3%%/File::Util::Definitions.3.gz +%%PERL5_MAN3%%/File::Util::Exception.3.gz +%%PERL5_MAN3%%/File::Util::Exception::Diagnostic.3.gz +%%PERL5_MAN3%%/File::Util::Exception::Standard.3.gz +%%PERL5_MAN3%%/File::Util::Interface::Classic.3.gz +%%PERL5_MAN3%%/File::Util::Interface::Modern.3.gz +%%PERL5_MAN3%%/File::Util::Manual.3.gz +%%PERL5_MAN3%%/File::Util::Manual::Examples.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704191438.v3JEcnMx031329>