Date: Mon, 10 Jul 2017 18:25: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: r445453 - head/devel/p5-Data-Section Message-ID: <201707101825.v6AIPQBG025747@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jul 10 18:25:25 2017 New Revision: 445453 URL: https://svnweb.freebsd.org/changeset/ports/445453 Log: Update to 0.200007 - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Data-Section/Changes Modified: head/devel/p5-Data-Section/Makefile head/devel/p5-Data-Section/distinfo head/devel/p5-Data-Section/pkg-plist Modified: head/devel/p5-Data-Section/Makefile ============================================================================== --- head/devel/p5-Data-Section/Makefile Mon Jul 10 18:25:20 2017 (r445452) +++ head/devel/p5-Data-Section/Makefile Mon Jul 10 18:25:25 2017 (r445453) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Section -PORTVERSION= 0.200006 -PORTREVISION= 1 +PORTVERSION= 0.200007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +12,14 @@ COMMENT= Read multiple hunks of data out of your DATA LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-MRO-Compat>=0.09:devel/p5-MRO-Compat \ p5-Sub-Exporter>=0.979:devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Data-Section/distinfo ============================================================================== --- head/devel/p5-Data-Section/distinfo Mon Jul 10 18:25:20 2017 (r445452) +++ head/devel/p5-Data-Section/distinfo Mon Jul 10 18:25:25 2017 (r445453) @@ -1,2 +1,3 @@ -SHA256 (Data-Section-0.200006.tar.gz) = 348501f99dab0adbe6d32143f4e79c2cbb6558c84d183cffc4c1275cacd35b5f -SIZE (Data-Section-0.200006.tar.gz) = 19396 +TIMESTAMP = 1499702010 +SHA256 (Data-Section-0.200007.tar.gz) = cd937e5b70e34aab885ff414e2a6d19e4783b7c28fc3cda5145b230514ebb4de +SIZE (Data-Section-0.200007.tar.gz) = 22094 Modified: head/devel/p5-Data-Section/pkg-plist ============================================================================== --- head/devel/p5-Data-Section/pkg-plist Mon Jul 10 18:25:20 2017 (r445452) +++ head/devel/p5-Data-Section/pkg-plist Mon Jul 10 18:25:25 2017 (r445453) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Data::Section.3.gz %%SITE_PERL%%/Data/Section.pm +%%PERL5_MAN3%%/Data::Section.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707101825.v6AIPQBG025747>