Date: Fri, 17 May 2013 12:16:26 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318376 - head/devel/p5-App-GitGot Message-ID: <201305171216.r4HCGQtq034240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jadawin Date: Fri May 17 12:16:26 2013 New Revision: 318376 URL: http://svnweb.freebsd.org/changeset/ports/318376 Log: - Update to 1.07 - Changelog: http://cpansearch.perl.org/src/GENEHACK/App-GitGot-1.07/Changes Modified: head/devel/p5-App-GitGot/Makefile head/devel/p5-App-GitGot/distinfo (contents, props changed) head/devel/p5-App-GitGot/pkg-descr (contents, props changed) head/devel/p5-App-GitGot/pkg-plist (contents, props changed) Modified: head/devel/p5-App-GitGot/Makefile ============================================================================== --- head/devel/p5-App-GitGot/Makefile Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/Makefile Fri May 17 12:16:26 2013 (r318376) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-App-GitGot -# Date created: 2010-11-12 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= App-GitGot -PORTVERSION= 1.04 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GENEHACK @@ -42,7 +38,8 @@ TEST_DEPENDS= p5-Test-Class>=0:${PORTSDI PERL_CONFIGURE= yes -MAN1= got.1 +MAN1= got.1 \ + got-complete.1 MAN3= App::GitGot.3 \ App::GitGot::Command.3 \ App::GitGot::Command::add.3 \ @@ -51,6 +48,8 @@ MAN3= App::GitGot.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 \ Modified: head/devel/p5-App-GitGot/distinfo ============================================================================== --- head/devel/p5-App-GitGot/distinfo Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/distinfo Fri May 17 12:16:26 2013 (r318376) @@ -1,2 +1,2 @@ -SHA256 (App-GitGot-1.04.tar.gz) = d0fa6366f592b648366150e57afee96905033eb46f9856c444f7f5dd096abc3a -SIZE (App-GitGot-1.04.tar.gz) = 26688 +SHA256 (App-GitGot-1.07.tar.gz) = 9d398795ac5d65f42b696ffd3d2ff528e27cca2ed59bf113293bdf1d8d9c6b13 +SIZE (App-GitGot-1.07.tar.gz) = 30966 Modified: head/devel/p5-App-GitGot/pkg-descr ============================================================================== --- head/devel/p5-App-GitGot/pkg-descr Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/pkg-descr Fri May 17 12:16:26 2013 (r318376) @@ -4,4 +4,4 @@ operate on all, some, or just one repo a status of the repo (up to date, pending changes, dirty, etc.) and sync it with any upstream master. -WWW: http://search.cpan.org/dist/App-GitGot/ +WWW: http://search.cpan.org/dist/App-GitGot/ Modified: head/devel/p5-App-GitGot/pkg-plist ============================================================================== --- head/devel/p5-App-GitGot/pkg-plist Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/pkg-plist Fri May 17 12:16:26 2013 (r318376) @@ -1,4 +1,5 @@ bin/got +bin/got-complete %%SITE_PERL%%/App/GitGot.pm %%SITE_PERL%%/App/GitGot/Command.pm %%SITE_PERL%%/App/GitGot/Command/add.pm @@ -7,6 +8,8 @@ bin/got %%SITE_PERL%%/App/GitGot/Command/fork.pm %%SITE_PERL%%/App/GitGot/Command/gc.pm %%SITE_PERL%%/App/GitGot/Command/list.pm +%%SITE_PERL%%/App/GitGot/Command/move.pm +%%SITE_PERL%%/App/GitGot/Command/mux.pm %%SITE_PERL%%/App/GitGot/Command/push.pm %%SITE_PERL%%/App/GitGot/Command/remove.pm %%SITE_PERL%%/App/GitGot/Command/status.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305171216.r4HCGQtq034240>