From owner-svn-ports-all@FreeBSD.ORG Sat Oct 5 08:41:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E410F533; Sat, 5 Oct 2013 08:41:20 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B76242473; Sat, 5 Oct 2013 08:41:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r958fKCl051681; Sat, 5 Oct 2013 08:41:20 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r958fKPo051678; Sat, 5 Oct 2013 08:41:20 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201310050841.r958fKPo051678@svn.freebsd.org> From: Frederic Culot Date: Sat, 5 Oct 2013 08:41:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329428 - head/devel/p5-Object-InsideOut 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.14 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: Sat, 05 Oct 2013 08:41:21 -0000 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 .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