Date: Sun, 28 May 2017 23:15:33 +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: r441935 - head/devel/p5-File-CountLines Message-ID: <201705282315.v4SNFXYa051683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 28 23:15:33 2017 New Revision: 441935 URL: https://svnweb.freebsd.org/changeset/ports/441935 Log: Add LICENSE - Use DISTVERSIONPREFIX instead of DISTNAME - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-File-CountLines/Makefile head/devel/p5-File-CountLines/pkg-plist Modified: head/devel/p5-File-CountLines/Makefile ============================================================================== --- head/devel/p5-File-CountLines/Makefile Sun May 28 23:15:28 2017 (r441934) +++ head/devel/p5-File-CountLines/Makefile Sun May 28 23:15:33 2017 (r441935) @@ -3,15 +3,19 @@ PORTNAME= File-CountLines PORTVERSION= 0.0.3 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Efficiently count the number of line breaks in a file +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-File-CountLines/pkg-plist ============================================================================== --- head/devel/p5-File-CountLines/pkg-plist Sun May 28 23:15:28 2017 (r441934) +++ head/devel/p5-File-CountLines/pkg-plist Sun May 28 23:15:33 2017 (r441935) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/File::CountLines.3.gz %%SITE_PERL%%/File/CountLines.pm +%%PERL5_MAN3%%/File::CountLines.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705282315.v4SNFXYa051683>