From owner-svn-ports-all@FreeBSD.ORG Sat Oct 5 06:05:40 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 2EB13355; Sat, 5 Oct 2013 06:05:38 +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 8340A2E15; Sat, 5 Oct 2013 06:05:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9565cjb069374; Sat, 5 Oct 2013 06:05:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9565bnr069363; Sat, 5 Oct 2013 06:05:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310050605.r9565bnr069363@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Oct 2013 06:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329413 - head/devel/p5-System-Command 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 06:05:40 -0000 Author: sunpoet Date: Sat Oct 5 06:05:37 2013 New Revision: 329413 URL: http://svnweb.freebsd.org/changeset/ports/329413 Log: - Update to 1.105 - Add TEST_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/System-Command/Changes Modified: head/devel/p5-System-Command/Makefile head/devel/p5-System-Command/distinfo head/devel/p5-System-Command/pkg-plist (contents, props changed) Modified: head/devel/p5-System-Command/Makefile ============================================================================== --- head/devel/p5-System-Command/Makefile Sat Oct 5 06:05:31 2013 (r329412) +++ head/devel/p5-System-Command/Makefile Sat Oct 5 06:05:37 2013 (r329413) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= System-Command -PORTVERSION= 1.104 +PORTVERSION= 1.105 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,10 @@ COMMENT= Object for running system comma LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Command>=0:${PORTSDIR}/devel/p5-Test-Command \ + p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output + USES= perl5 USE_PERL5= configure -MAN3= System::Command.3 - -NO_STAGE= yes .include Modified: head/devel/p5-System-Command/distinfo ============================================================================== --- head/devel/p5-System-Command/distinfo Sat Oct 5 06:05:31 2013 (r329412) +++ head/devel/p5-System-Command/distinfo Sat Oct 5 06:05:37 2013 (r329413) @@ -1,2 +1,2 @@ -SHA256 (System-Command-1.104.tar.gz) = 325c74d1a4914b3262d6731cca8e9f13453b96b022d5881f92edf4d211ce5e0b -SIZE (System-Command-1.104.tar.gz) = 21584 +SHA256 (System-Command-1.105.tar.gz) = f6d97e05db470bbc1b730c13b609601dffcefc5e1a1d81ac90edc4e67961817d +SIZE (System-Command-1.105.tar.gz) = 21970 Modified: head/devel/p5-System-Command/pkg-plist ============================================================================== --- head/devel/p5-System-Command/pkg-plist Sat Oct 5 06:05:31 2013 (r329412) +++ head/devel/p5-System-Command/pkg-plist Sat Oct 5 06:05:37 2013 (r329413) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Command/.packlist %%SITE_PERL%%/System/Command.pm +%%PERL5_MAN3%%/System::Command.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Command @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System @dirrmtry %%SITE_PERL%%/System