From owner-svn-ports-head@freebsd.org Fri Dec 9 19:30:21 2016 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 79020C6E81D; Fri, 9 Dec 2016 19:30:21 +0000 (UTC) (envelope-from adamw@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 3997DF69; Fri, 9 Dec 2016 19:30:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB9JUKRr024343; Fri, 9 Dec 2016 19:30:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9JUJi6024334; Fri, 9 Dec 2016 19:30:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612091930.uB9JUJi6024334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 9 Dec 2016 19:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428236 - in head/devel: . p5-Moo p5-Sub-Quote 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: Fri, 09 Dec 2016 19:30:21 -0000 Author: adamw Date: Fri Dec 9 19:30:19 2016 New Revision: 428236 URL: https://svnweb.freebsd.org/changeset/ports/428236 Log: Update Moo to 2.003000. Among other changes, Sub::Quote (and Sub::Defer) now exist in a separate package, which has been added as p5-Sub-Quote. Changes: https://metacpan.org/source/HAARG/Moo-2.003000/Changes Added: head/devel/p5-Sub-Quote/ - copied from r428234, head/devel/p5-Moo/ Modified: head/devel/Makefile head/devel/p5-Moo/Makefile head/devel/p5-Moo/distinfo head/devel/p5-Moo/pkg-plist head/devel/p5-Sub-Quote/Makefile head/devel/p5-Sub-Quote/distinfo head/devel/p5-Sub-Quote/pkg-descr head/devel/p5-Sub-Quote/pkg-plist Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 9 19:28:49 2016 (r428235) +++ head/devel/Makefile Fri Dec 9 19:30:19 2016 (r428236) @@ -3217,6 +3217,7 @@ SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override SUBDIR += p5-Sub-Prototype + SUBDIR += p5-Sub-Quote SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Fri Dec 9 19:28:49 2016 (r428235) +++ head/devel/p5-Moo/Makefile Fri Dec 9 19:30:19 2016 (r428236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moo -PORTVERSION= 2.002005 +PORTVERSION= 2.003000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG @@ -17,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Method-Modifiers>=1.10:devel/p5-Class-Method-Modifiers \ p5-Devel-GlobalDestruction>=0.11:devel/p5-Devel-GlobalDestruction \ p5-Module-Runtime>=0.014:devel/p5-Module-Runtime \ - p5-Role-Tiny>=2.000004:devel/p5-Role-Tiny + p5-Role-Tiny>=2.000004:devel/p5-Role-Tiny \ + p5-Sub-Quote>=2.003001:devel/p5-Sub-Quote RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal \ ${XS_BUILD_DEPENDS} Modified: head/devel/p5-Moo/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Fri Dec 9 19:28:49 2016 (r428235) +++ head/devel/p5-Moo/distinfo Fri Dec 9 19:30:19 2016 (r428236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478451797 -SHA256 (Moo-2.002005.tar.gz) = 8147f98a43f7beb808773202b05d3fba25d5fca018ad939d7e529f4d36d6dc68 -SIZE (Moo-2.002005.tar.gz) = 106129 +TIMESTAMP = 1481311527 +SHA256 (Moo-2.003000.tar.gz) = ccab84b1377e52922026b24b2ed51d83c439757f2b0783fffa73ac22b4fb3dd2 +SIZE (Moo-2.003000.tar.gz) = 95980 Modified: head/devel/p5-Moo/pkg-plist ============================================================================== --- head/devel/p5-Moo/pkg-plist Fri Dec 9 19:28:49 2016 (r428235) +++ head/devel/p5-Moo/pkg-plist Fri Dec 9 19:30:19 2016 (r428236) @@ -12,11 +12,7 @@ %%SITE_PERL%%/Moo/_mro.pm %%SITE_PERL%%/Moo/_strictures.pm %%SITE_PERL%%/Moo/sification.pm -%%SITE_PERL%%/Sub/Defer.pm -%%SITE_PERL%%/Sub/Quote.pm %%SITE_PERL%%/oo.pm %%PERL5_MAN3%%/Moo.3.gz %%PERL5_MAN3%%/Moo::Role.3.gz -%%PERL5_MAN3%%/Sub::Defer.3.gz -%%PERL5_MAN3%%/Sub::Quote.3.gz %%PERL5_MAN3%%/oo.3.gz Modified: head/devel/p5-Sub-Quote/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Fri Dec 9 19:03:09 2016 (r428234) +++ head/devel/p5-Sub-Quote/Makefile Fri Dec 9 19:30:19 2016 (r428236) @@ -1,41 +1,25 @@ -# Created by: Wen Heping +# Created by: Adam Weinberger # $FreeBSD$ -PORTNAME= Moo -PORTVERSION= 2.002005 +PORTNAME= Sub-Quote +PORTVERSION= 2.003001 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Minimalist Object Orientation (with Moose compatibility) +MAINTAINER= adamw@FreeBSD.org +COMMENT= Efficient generation of subroutines via string eval LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Method-Modifiers>=1.10:devel/p5-Class-Method-Modifiers \ - p5-Devel-GlobalDestruction>=0.11:devel/p5-Devel-GlobalDestruction \ - p5-Module-Runtime>=0.014:devel/p5-Module-Runtime \ - p5-Role-Tiny>=2.000004:devel/p5-Role-Tiny -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal \ - ${XS_BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal -OPTIONS_DEFINE= XS +CONFLICTS_INSTALL= p5-Moo-[01]* p5-Moo-2.00[0-2]* -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes -XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor -XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} - -.include - -.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS} -BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-Sub-Quote/distinfo ============================================================================== --- head/devel/p5-Moo/distinfo Fri Dec 9 19:03:09 2016 (r428234) +++ head/devel/p5-Sub-Quote/distinfo Fri Dec 9 19:30:19 2016 (r428236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478451797 -SHA256 (Moo-2.002005.tar.gz) = 8147f98a43f7beb808773202b05d3fba25d5fca018ad939d7e529f4d36d6dc68 -SIZE (Moo-2.002005.tar.gz) = 106129 +TIMESTAMP = 1481311124 +SHA256 (Sub-Quote-2.003001.tar.gz) = 9d471d8e13e7ce4793d5a5ec04a60fface14dd53be78dd94d228871915cfd1f9 +SIZE (Sub-Quote-2.003001.tar.gz) = 19131 Modified: head/devel/p5-Sub-Quote/pkg-descr ============================================================================== --- head/devel/p5-Moo/pkg-descr Fri Dec 9 19:03:09 2016 (r428234) +++ head/devel/p5-Sub-Quote/pkg-descr Fri Dec 9 19:30:19 2016 (r428236) @@ -1,13 +1,3 @@ -Moo is an extremely light-weight Object Orientation system. It allows -one to concisely define objects and roles with a convenient syntax that -avoids the details of Perl's object system. Moo contains a subset of -Moose and is optimised for rapid startup. +This package provides performant ways to generate subroutines from strings. -The name Moo is based on the idea that it provides almost -- but not -quite -- two thirds of Moose. - -Unlike Mouse this module does not aim at full compatibility with -Moose's surface syntax, preferring instead to provide full -interoperability via metaclass inflation capabilities. - -WWW: http://search.cpan.org/dist/Moo/ +WWW: https://metacpan.org/pod/Sub::Quote Modified: head/devel/p5-Sub-Quote/pkg-plist ============================================================================== --- head/devel/p5-Moo/pkg-plist Fri Dec 9 19:03:09 2016 (r428234) +++ head/devel/p5-Sub-Quote/pkg-plist Fri Dec 9 19:30:19 2016 (r428236) @@ -1,22 +1,4 @@ -%%SITE_PERL%%/Method/Generate/Accessor.pm -%%SITE_PERL%%/Method/Generate/BuildAll.pm -%%SITE_PERL%%/Method/Generate/Constructor.pm -%%SITE_PERL%%/Method/Generate/DemolishAll.pm -%%SITE_PERL%%/Moo.pm -%%SITE_PERL%%/Moo/HandleMoose.pm -%%SITE_PERL%%/Moo/HandleMoose/FakeMetaClass.pm -%%SITE_PERL%%/Moo/HandleMoose/_TypeMap.pm -%%SITE_PERL%%/Moo/Object.pm -%%SITE_PERL%%/Moo/Role.pm -%%SITE_PERL%%/Moo/_Utils.pm -%%SITE_PERL%%/Moo/_mro.pm -%%SITE_PERL%%/Moo/_strictures.pm -%%SITE_PERL%%/Moo/sification.pm %%SITE_PERL%%/Sub/Defer.pm %%SITE_PERL%%/Sub/Quote.pm -%%SITE_PERL%%/oo.pm -%%PERL5_MAN3%%/Moo.3.gz -%%PERL5_MAN3%%/Moo::Role.3.gz %%PERL5_MAN3%%/Sub::Defer.3.gz %%PERL5_MAN3%%/Sub::Quote.3.gz -%%PERL5_MAN3%%/oo.3.gz