From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 16:59:52 2013 Return-Path: Delivered-To: svn-ports-head@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 C593C99E; Sat, 5 Oct 2013 16:59:52 +0000 (UTC) (envelope-from sunpoet@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 857AA2B62; Sat, 5 Oct 2013 16:59:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95GxqBK012709; Sat, 5 Oct 2013 16:59:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95GxpWf012706; Sat, 5 Oct 2013 16:59:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310051659.r95GxpWf012706@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Oct 2013 16:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329480 - head/devel/p5-Rose-DateTime 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.14 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: Sat, 05 Oct 2013 16:59:52 -0000 Author: sunpoet Date: Sat Oct 5 16:59:51 2013 New Revision: 329480 URL: http://svnweb.freebsd.org/changeset/ports/329480 Log: - Update to 0.539 - Sort *_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/Rose-DateTime/Changes Modified: head/devel/p5-Rose-DateTime/Makefile head/devel/p5-Rose-DateTime/distinfo (contents, props changed) head/devel/p5-Rose-DateTime/pkg-plist (contents, props changed) Modified: head/devel/p5-Rose-DateTime/Makefile ============================================================================== --- head/devel/p5-Rose-DateTime/Makefile Sat Oct 5 16:56:06 2013 (r329479) +++ head/devel/p5-Rose-DateTime/Makefile Sat Oct 5 16:59:51 2013 (r329480) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rose-DateTime -PORTVERSION= 0.538 +PORTVERSION= 0.539 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -11,16 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DateTime helper functions and objects -BUILD_DEPENDS= p5-Rose-Object>=0.82:${PORTSDIR}/devel/p5-Rose-Object \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Rose-Object>=0.82:${PORTSDIR}/devel/p5-Rose-Object RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Rose::DateTime.3 \ - Rose::DateTime::Parser.3 \ - Rose::DateTime::Util.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Rose-DateTime/distinfo ============================================================================== --- head/devel/p5-Rose-DateTime/distinfo Sat Oct 5 16:56:06 2013 (r329479) +++ head/devel/p5-Rose-DateTime/distinfo Sat Oct 5 16:59:51 2013 (r329480) @@ -1,2 +1,2 @@ -SHA256 (Rose-DateTime-0.538.tar.gz) = 8f041005762b6ee49c00695b78c83c0f415ded64e6434a02f7a72651d3f012d5 -SIZE (Rose-DateTime-0.538.tar.gz) = 12949 +SHA256 (Rose-DateTime-0.539.tar.gz) = febd46944cdb51947afe1c64134f8e853955d9ef3ca407cd3132f20911eaf42d +SIZE (Rose-DateTime-0.539.tar.gz) = 12963 Modified: head/devel/p5-Rose-DateTime/pkg-plist ============================================================================== --- head/devel/p5-Rose-DateTime/pkg-plist Sat Oct 5 16:56:06 2013 (r329479) +++ head/devel/p5-Rose-DateTime/pkg-plist Sat Oct 5 16:59:51 2013 (r329480) @@ -2,6 +2,9 @@ %%SITE_PERL%%/Rose/DateTime/Parser.pm %%SITE_PERL%%/Rose/DateTime/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DateTime/.packlist +%%PERL5_MAN3%%/Rose::DateTime.3.gz +%%PERL5_MAN3%%/Rose::DateTime::Parser.3.gz +%%PERL5_MAN3%%/Rose::DateTime::Util.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DateTime @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose @dirrmtry %%SITE_PERL%%/Rose/DateTime