Date: Thu, 12 Mar 2015 18:26: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: r381129 - head/devel/p5-AutoLoader Message-ID: <201503121826.t2CIQdFw045197@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 12 18:26:38 2015 New Revision: 381129 URL: https://svnweb.freebsd.org/changeset/ports/381129 QAT: https://qat.redports.org/buildarchive/r381129/ Log: - Add LICENSE - Remove regression-test: - Sort PLIST - Reformat pkg-descr - Take maintainership Modified: head/devel/p5-AutoLoader/Makefile head/devel/p5-AutoLoader/pkg-descr head/devel/p5-AutoLoader/pkg-plist Modified: head/devel/p5-AutoLoader/Makefile ============================================================================== --- head/devel/p5-AutoLoader/Makefile Thu Mar 12 18:26:33 2015 (r381128) +++ head/devel/p5-AutoLoader/Makefile Thu Mar 12 18:26:38 2015 (r381129) @@ -7,13 +7,13 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Load subroutines only on demand -USES= perl5 -USE_PERL5= configure +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -regression-test: - cd ${WRKSRC} && ${MAKE} test +USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-AutoLoader/pkg-descr ============================================================================== --- head/devel/p5-AutoLoader/pkg-descr Thu Mar 12 18:26:33 2015 (r381128) +++ head/devel/p5-AutoLoader/pkg-descr Thu Mar 12 18:26:38 2015 (r381129) @@ -1,5 +1,5 @@ -The AutoLoader module works with the AutoSplit module and the "__END__" -token to defer the loading of some subroutines until they are used -rather than loading them all at once. +The AutoLoader module works with the AutoSplit module and the "__END__" token to +defer the loading of some subroutines until they are used rather than loading +them all at once. WWW: http://search.cpan.org/dist/AutoLoader/ Modified: head/devel/p5-AutoLoader/pkg-plist ============================================================================== --- head/devel/p5-AutoLoader/pkg-plist Thu Mar 12 18:26:33 2015 (r381128) +++ head/devel/p5-AutoLoader/pkg-plist Thu Mar 12 18:26:38 2015 (r381129) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/AutoLoader.3.gz -%%PERL5_MAN3%%/AutoSplit.3.gz %%SITE_PERL%%/AutoLoader.pm %%SITE_PERL%%/AutoSplit.pm +%%PERL5_MAN3%%/AutoLoader.3.gz +%%PERL5_MAN3%%/AutoSplit.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503121826.t2CIQdFw045197>