From owner-svn-ports-all@freebsd.org Wed Apr 19 14:38:51 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 1C2A5D45729; Wed, 19 Apr 2017 14:38:51 +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 EA71D1F92; Wed, 19 Apr 2017 14:38:50 +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 v3JEco9U031332; Wed, 19 Apr 2017 14:38:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3JEcnMx031329; Wed, 19 Apr 2017 14:38:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704191438.v3JEcnMx031329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 19 Apr 2017 14:38:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438848 - head/devel/p5-File-Util X-SVN-Group: ports-head 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.23 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: Wed, 19 Apr 2017 14:38:51 -0000 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