Date: Fri, 1 Aug 2014 18:17:54 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363751 - head/devel/p5-MooseX-Role-WithOverloading Message-ID: <201408011817.s71IHsVq031767@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Aug 1 18:17:54 2014 New Revision: 363751 URL: http://svnweb.freebsd.org/changeset/ports/363751 QAT: https://qat.redports.org/buildarchive/r363751/ Log: devel/p5-MooseX-Role-WithOverloading: 0.13 -> 0.14 http://cpansearch.perl.org/src/ETHER/MooseX-Role-WithOverloading-0.14/Changes - Fixed a bug with Perl 5.18+ that caused this module to simply blow up with an error like "Use of uninitialized value in subroutine entry at .../Class/MOP/Package.pm ..." (Dave Rolsky) - Line numbers in shipped code are now almost the same (within 3) as the repository source, for easier debugging - Unneeded init_meta method removed (Dave Rolsky) Modified: head/devel/p5-MooseX-Role-WithOverloading/Makefile head/devel/p5-MooseX-Role-WithOverloading/distinfo head/devel/p5-MooseX-Role-WithOverloading/pkg-plist Modified: head/devel/p5-MooseX-Role-WithOverloading/Makefile ============================================================================== --- head/devel/p5-MooseX-Role-WithOverloading/Makefile Fri Aug 1 18:14:24 2014 (r363750) +++ head/devel/p5-MooseX-Role-WithOverloading/Makefile Fri Aug 1 18:17:54 2014 (r363751) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Role-WithOverloading -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER @@ -21,4 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +post-stage: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/MooseX/Role/WithOverloading/WithOverloading.so + .include <bsd.port.mk> Modified: head/devel/p5-MooseX-Role-WithOverloading/distinfo ============================================================================== --- head/devel/p5-MooseX-Role-WithOverloading/distinfo Fri Aug 1 18:14:24 2014 (r363750) +++ head/devel/p5-MooseX-Role-WithOverloading/distinfo Fri Aug 1 18:17:54 2014 (r363751) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Role-WithOverloading-0.13.tar.gz) = 5c0b8935a2db5c9df31fabe0cbe2ab260a41b738f74114d24889fbf3d7beb806 -SIZE (MooseX-Role-WithOverloading-0.13.tar.gz) = 19415 +SHA256 (MooseX-Role-WithOverloading-0.14.tar.gz) = a068551bec19dee4355ba686332b009491379926180db9bfe804a5177efea616 +SIZE (MooseX-Role-WithOverloading-0.14.tar.gz) = 28908 Modified: head/devel/p5-MooseX-Role-WithOverloading/pkg-plist ============================================================================== --- head/devel/p5-MooseX-Role-WithOverloading/pkg-plist Fri Aug 1 18:14:24 2014 (r363750) +++ head/devel/p5-MooseX-Role-WithOverloading/pkg-plist Fri Aug 1 18:17:54 2014 (r363751) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/MooseX::Role::README.3.gz %%PERL5_MAN3%%/MooseX::Role::WithOverloading.3.gz %%PERL5_MAN3%%/MooseX::Role::WithOverloading::Meta::Role.3.gz %%PERL5_MAN3%%/MooseX::Role::WithOverloading::Meta::Role::Application.3.gz @@ -10,6 +11,7 @@ %%PERL5_MAN3%%/MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance.3.gz %%PERL5_MAN3%%/MooseX::Role::WithOverloading::Meta::Role::Application::ToRole.3.gz %%PERL5_MAN3%%/MooseX::Role::WithOverloading::Meta::Role::Composite.3.gz +%%SITE_PERL%%/%%PERL_ARCH%%/MooseX/Role/README.pod %%SITE_PERL%%/%%PERL_ARCH%%/MooseX/Role/WithOverloading.pm %%SITE_PERL%%/%%PERL_ARCH%%/MooseX/Role/WithOverloading/Meta/Role.pm %%SITE_PERL%%/%%PERL_ARCH%%/MooseX/Role/WithOverloading/Meta/Role/Application.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011817.s71IHsVq031767>