Date: Sun, 28 May 2017 23:15:39 +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: r441936 - head/devel/p5-Sub-Installer Message-ID: <201705282315.v4SNFdT3051803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 28 23:15:39 2017 New Revision: 441936 URL: https://svnweb.freebsd.org/changeset/ports/441936 Log: Add LICENSE - Use DISTVERSIONPREFIX instead of DISTNAME - Remove leading indefinite article from COMMENT - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-Sub-Installer/Makefile head/devel/p5-Sub-Installer/pkg-plist Modified: head/devel/p5-Sub-Installer/Makefile ============================================================================== --- head/devel/p5-Sub-Installer/Makefile Sun May 28 23:15:33 2017 (r441935) +++ head/devel/p5-Sub-Installer/Makefile Sun May 28 23:15:39 2017 (r441936) @@ -3,15 +3,19 @@ PORTNAME= Sub-Installer PORTVERSION= 0.0.3 +DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org -COMMENT= A clean way to (re)install package subroutines +COMMENT= Clean way to (re)install package subroutines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Sub-Installer/pkg-plist ============================================================================== --- head/devel/p5-Sub-Installer/pkg-plist Sun May 28 23:15:33 2017 (r441935) +++ head/devel/p5-Sub-Installer/pkg-plist Sun May 28 23:15:39 2017 (r441936) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Sub::Installer.3.gz %%SITE_PERL%%/Sub/Installer.pm +%%PERL5_MAN3%%/Sub::Installer.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705282315.v4SNFdT3051803>