svn commit: r329428 - head/devel/p5-Object-InsideOut

Frederic Culot culot at FreeBSD.org
Sat Oct 5 08:41:21 UTC 2013


Author: culot
Date: Sat Oct  5 08:41:19 2013
New Revision: 329428
URL: http://svnweb.freebsd.org/changeset/ports/329428

Log:
  - Update to 3.98
  - Support staging
  
  Changes:	http://search.cpan.org/dist/Object-InsideOut/Changes

Modified:
  head/devel/p5-Object-InsideOut/Makefile
  head/devel/p5-Object-InsideOut/distinfo   (contents, props changed)
  head/devel/p5-Object-InsideOut/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Object-InsideOut/Makefile
==============================================================================
--- head/devel/p5-Object-InsideOut/Makefile	Sat Oct  5 08:16:01 2013	(r329427)
+++ head/devel/p5-Object-InsideOut/Makefile	Sat Oct  5 08:41:19 2013	(r329428)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Object-InsideOut
-PORTVERSION=	3.97
+PORTVERSION=	3.98
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JDHEDDEN
@@ -22,11 +22,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Bundle::Object::InsideOut.3 \
-		Object::InsideOut.3 \
-		Object::InsideOut::Metadata.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400

Modified: head/devel/p5-Object-InsideOut/distinfo
==============================================================================
--- head/devel/p5-Object-InsideOut/distinfo	Sat Oct  5 08:16:01 2013	(r329427)
+++ head/devel/p5-Object-InsideOut/distinfo	Sat Oct  5 08:41:19 2013	(r329428)
@@ -1,2 +1,2 @@
-SHA256 (Object-InsideOut-3.97.tar.gz) = 1b380eb2e12df6c14fe27ed4a98166ab347f258f0c78d944ef9d06337809d9a7
-SIZE (Object-InsideOut-3.97.tar.gz) = 127285
+SHA256 (Object-InsideOut-3.98.tar.gz) = 3fb8543b55c99d17145deeae8f65c7fdbe4a9432ed2dbb754b0bdd938ea8aeff
+SIZE (Object-InsideOut-3.98.tar.gz) = 127352

Modified: head/devel/p5-Object-InsideOut/pkg-plist
==============================================================================
--- head/devel/p5-Object-InsideOut/pkg-plist	Sat Oct  5 08:16:01 2013	(r329427)
+++ head/devel/p5-Object-InsideOut/pkg-plist	Sat Oct  5 08:41:19 2013	(r329428)
@@ -16,6 +16,9 @@
 %%SITE_PERL%%/Object/InsideOut/Util.pm
 %%SITE_PERL%%/Object/InsideOut/attributes.pm
 %%SITE_PERL%%/Object/InsideOut/lvalue.pm
+%%PERL5_MAN3%%/Bundle::Object::InsideOut.3.gz
+%%PERL5_MAN3%%/Object::InsideOut.3.gz
+%%PERL5_MAN3%%/Object::InsideOut::Metadata.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
 @dirrm %%SITE_PERL%%/Object/InsideOut


More information about the svn-ports-all mailing list