From owner-svn-ports-head@FreeBSD.ORG Thu Oct 10 06:53:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13DC11000; Thu, 10 Oct 2013 06:53:53 +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 E6DD9237F; Thu, 10 Oct 2013 06:53: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 r9A6rqtZ031173; Thu, 10 Oct 2013 06:53:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9A6rq3a031170; Thu, 10 Oct 2013 06:53:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310100653.r9A6rq3a031170@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Oct 2013 06:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329966 - head/devel/p5-App-GitGot 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: Thu, 10 Oct 2013 06:53:53 -0000 Author: sunpoet Date: Thu Oct 10 06:53:51 2013 New Revision: 329966 URL: http://svnweb.freebsd.org/changeset/ports/329966 Log: - Update to 1.09 - Support STAGEDIR Changes: http://search.cpan.org/dist/App-GitGot/Changes Modified: head/devel/p5-App-GitGot/Makefile head/devel/p5-App-GitGot/distinfo head/devel/p5-App-GitGot/pkg-plist Modified: head/devel/p5-App-GitGot/Makefile ============================================================================== --- head/devel/p5-App-GitGot/Makefile Thu Oct 10 06:16:03 2013 (r329965) +++ head/devel/p5-App-GitGot/Makefile Thu Oct 10 06:53:51 2013 (r329966) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= App-GitGot -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GENEHACK @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Git-Wrapper>=0.014:${PORTSDIR}/devel/p5-Git-Wrapper \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ @@ -29,40 +30,12 @@ BUILD_DEPENDS= p5-Config-INI>=0:${PORTSD p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} - -TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ +TEST_DEPENDS= p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \ + p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \ - p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee \ - p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions + p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File USES= perl5 USE_PERL5= configure -MAN1= got.1 \ - got-complete.1 -MAN3= App::GitGot.3 \ - App::GitGot::Command.3 \ - App::GitGot::Command::add.3 \ - App::GitGot::Command::chdir.3 \ - App::GitGot::Command::clone.3 \ - App::GitGot::Command::fork.3 \ - App::GitGot::Command::gc.3 \ - App::GitGot::Command::list.3 \ - App::GitGot::Command::move.3 \ - App::GitGot::Command::mux.3 \ - App::GitGot::Command::push.3 \ - App::GitGot::Command::remove.3 \ - App::GitGot::Command::status.3 \ - App::GitGot::Command::this.3 \ - App::GitGot::Command::update.3 \ - App::GitGot::Command::update_status.3 \ - App::GitGot::Command::version.3 \ - App::GitGot::Outputter::dark.3 \ - App::GitGot::Outputter.3 \ - App::GitGot::Outputter::light.3 \ - App::GitGot::Repo.3 \ - App::GitGot::Repo::Git.3 - -NO_STAGE= yes .include Modified: head/devel/p5-App-GitGot/distinfo ============================================================================== --- head/devel/p5-App-GitGot/distinfo Thu Oct 10 06:16:03 2013 (r329965) +++ head/devel/p5-App-GitGot/distinfo Thu Oct 10 06:53:51 2013 (r329966) @@ -1,2 +1,2 @@ -SHA256 (App-GitGot-1.08.tar.gz) = 170edbb511e87be674b380efc4c4383daa1b720016d44f5dea1159cd297ca52a -SIZE (App-GitGot-1.08.tar.gz) = 31067 +SHA256 (App-GitGot-1.09.tar.gz) = 2e0c2b0b4c40d7e49a6eef48d06a5d45169fc9f7954c63d8c040a18ab48eacb4 +SIZE (App-GitGot-1.09.tar.gz) = 31703 Modified: head/devel/p5-App-GitGot/pkg-plist ============================================================================== --- head/devel/p5-App-GitGot/pkg-plist Thu Oct 10 06:16:03 2013 (r329965) +++ head/devel/p5-App-GitGot/pkg-plist Thu Oct 10 06:53:51 2013 (r329966) @@ -23,6 +23,30 @@ bin/got-complete %%SITE_PERL%%/App/GitGot/Repo.pm %%SITE_PERL%%/App/GitGot/Repo/Git.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/GitGot/.packlist +%%PERL5_MAN3%%/App::GitGot.3.gz +%%PERL5_MAN3%%/App::GitGot::Command.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::add.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::chdir.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::clone.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::fork.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::gc.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::list.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::move.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::mux.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::push.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::remove.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::status.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::this.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::update.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::update_status.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::version.3.gz +%%PERL5_MAN3%%/App::GitGot::Outputter.3.gz +%%PERL5_MAN3%%/App::GitGot::Outputter::dark.3.gz +%%PERL5_MAN3%%/App::GitGot::Outputter::light.3.gz +%%PERL5_MAN3%%/App::GitGot::Repo.3.gz +%%PERL5_MAN3%%/App::GitGot::Repo::Git.3.gz +man/man1/got-complete.1.gz +man/man1/got.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/GitGot @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App @dirrm %%SITE_PERL%%/App/GitGot/Repo