From owner-svn-ports-head@freebsd.org Sun May 28 23:15:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 701A4D8524A; Sun, 28 May 2017 23:15:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 344A96CA; Sun, 28 May 2017 23:15:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNFN6D051443; Sun, 28 May 2017 23:15:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFNPV051441; Sun, 28 May 2017 23:15:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFNPV051441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 May 2017 23:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441933 - head/devel/p5-Class-MakeMethods X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:24 -0000 Author: sunpoet Date: Sun May 28 23:15:22 2017 New Revision: 441933 URL: https://svnweb.freebsd.org/changeset/ports/441933 Log: Add LICENSE - Add NO_ARCH - Run file removal in post-patch: - Sort PLIST Modified: head/devel/p5-Class-MakeMethods/Makefile head/devel/p5-Class-MakeMethods/pkg-plist Modified: head/devel/p5-Class-MakeMethods/Makefile ============================================================================== --- head/devel/p5-Class-MakeMethods/Makefile Sun May 28 23:15:17 2017 (r441932) +++ head/devel/p5-Class-MakeMethods/Makefile Sun May 28 23:15:22 2017 (r441933) @@ -7,15 +7,19 @@ PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.$//} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Generate common types of methods +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-extract: - @${RM} ${WRKSRC}/benchmark.pl +post-patch: + @${RM} ${WRKSRC}/benchmark.pl .include Modified: head/devel/p5-Class-MakeMethods/pkg-plist ============================================================================== --- head/devel/p5-Class-MakeMethods/pkg-plist Sun May 28 23:15:17 2017 (r441932) +++ head/devel/p5-Class-MakeMethods/pkg-plist Sun May 28 23:15:22 2017 (r441933) @@ -1,62 +1,3 @@ -%%PERL5_MAN3%%/Class::MakeMethods.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Attribute.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Autoload.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Universal.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::Catalog.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::Changes.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::Examples.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::ReadMe.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::RelatedModules.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::ToDo.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::AccessorFast.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::MethodMaker.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Singleton.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Struct.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::accessors.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::mcoder.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Evaled.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Evaled::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Universal.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Class.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassInherit.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassName.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassVar.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Flyweight.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Generic.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::InsideOut.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::PackageVar.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Ref.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Scalar.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Static.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Struct.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::StructBuiltin.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Universal.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::ArraySplicer.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::DiskCache.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::Ref.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::TextBuilder.3.gz %%SITE_PERL%%/Class/MakeMethods.pm %%SITE_PERL%%/Class/MakeMethods/Attribute.pm %%SITE_PERL%%/Class/MakeMethods/Autoload.pm @@ -116,3 +57,62 @@ %%SITE_PERL%%/Class/MakeMethods/Utility/Inheritable.pm %%SITE_PERL%%/Class/MakeMethods/Utility/Ref.pm %%SITE_PERL%%/Class/MakeMethods/Utility/TextBuilder.pm +%%PERL5_MAN3%%/Class::MakeMethods.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Attribute.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Autoload.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Universal.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::Catalog.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::Changes.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::Examples.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::ReadMe.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::RelatedModules.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::ToDo.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::AccessorFast.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::MethodMaker.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Singleton.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Struct.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::accessors.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::mcoder.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Evaled.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Evaled::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Universal.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Class.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassInherit.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassName.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassVar.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Flyweight.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Generic.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::InsideOut.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::PackageVar.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Ref.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Scalar.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Static.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Struct.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::StructBuiltin.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Universal.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::ArraySplicer.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::DiskCache.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::Ref.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::TextBuilder.3.gz