From owner-svn-ports-all@freebsd.org Thu Aug 10 18:24:11 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 B272BDD9B0E; Thu, 10 Aug 2017 18:24:11 +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 680546C31D; Thu, 10 Aug 2017 18:24:11 +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 v7AIOA5G031396; Thu, 10 Aug 2017 18:24:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AIOAvE031394; Thu, 10 Aug 2017 18:24:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708101824.v7AIOAvE031394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Aug 2017 18:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447708 - head/textproc/p5-Text-CSV-Encoded X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Text-CSV-Encoded X-SVN-Commit-Revision: 447708 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.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: Thu, 10 Aug 2017 18:24:11 -0000 Author: sunpoet Date: Thu Aug 10 18:24:10 2017 New Revision: 447708 URL: https://svnweb.freebsd.org/changeset/ports/447708 Log: Remove Perl core modules - While I'm here: - Add LICENSE_FILE - Sort PLIST - Bump PORTREVISION for dependency change With hat: perl Modified: head/textproc/p5-Text-CSV-Encoded/Makefile head/textproc/p5-Text-CSV-Encoded/pkg-plist Modified: head/textproc/p5-Text-CSV-Encoded/Makefile ============================================================================== --- head/textproc/p5-Text-CSV-Encoded/Makefile Thu Aug 10 18:24:05 2017 (r447707) +++ head/textproc/p5-Text-CSV-Encoded/Makefile Thu Aug 10 18:24:10 2017 (r447708) @@ -3,7 +3,7 @@ PORTNAME= Text-CSV-Encoded PORTVERSION= 0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,9 @@ COMMENT= Perl module for Encoding aware CVS files pars LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \ - p5-Test-Harness>=0:devel/p5-Test-Harness \ - p5-Text-CSV>=0:textproc/p5-Text-CSV +BUILD_DEPENDS= p5-Text-CSV>=0:textproc/p5-Text-CSV RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/textproc/p5-Text-CSV-Encoded/pkg-plist ============================================================================== --- head/textproc/p5-Text-CSV-Encoded/pkg-plist Thu Aug 10 18:24:05 2017 (r447707) +++ head/textproc/p5-Text-CSV-Encoded/pkg-plist Thu Aug 10 18:24:10 2017 (r447708) @@ -1,9 +1,9 @@ -%%PERL5_MAN3%%/Text::CSV::Encoded.3.gz -%%PERL5_MAN3%%/Text::CSV::Encoded::Coder::Base.3.gz -%%PERL5_MAN3%%/Text::CSV::Encoded::Coder::Encode.3.gz -%%PERL5_MAN3%%/Text::CSV::Encoded::Coder::EncodeGuess.3.gz %%SITE_PERL%%/Text/CSV/Encoded.pm %%SITE_PERL%%/Text/CSV/Encoded/Coder/Base.pm %%SITE_PERL%%/Text/CSV/Encoded/Coder/Encode.pm %%SITE_PERL%%/Text/CSV/Encoded/Coder/EncodeGuess.pm %%SITE_PERL%%/Text/CSV/README.pod +%%PERL5_MAN3%%/Text::CSV::Encoded.3.gz +%%PERL5_MAN3%%/Text::CSV::Encoded::Coder::Base.3.gz +%%PERL5_MAN3%%/Text::CSV::Encoded::Coder::Encode.3.gz +%%PERL5_MAN3%%/Text::CSV::Encoded::Coder::EncodeGuess.3.gz