From owner-svn-ports-all@FreeBSD.ORG Thu Mar 12 18:26:40 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 286F5163; Thu, 12 Mar 2015 18:26:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 EE87F3EA; Thu, 12 Mar 2015 18:26:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2CIQdXU045200; Thu, 12 Mar 2015 18:26:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2CIQdFw045197; Thu, 12 Mar 2015 18:26:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503121826.t2CIQdFw045197@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Mar 2015 18:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381129 - head/devel/p5-AutoLoader X-SVN-Group: ports-head 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.18-1 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, 12 Mar 2015 18:26:40 -0000 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 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