Date: Sun, 9 Feb 2014 12:18:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343480 - head/devel/p5-App-GitGot Message-ID: <201402091218.s19CItjm002364@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 9 12:18:54 2014 New Revision: 343480 URL: http://svnweb.freebsd.org/changeset/ports/343480 QAT: https://qat.redports.org/buildarchive/r343480/ Log: Fix plist Modified: head/devel/p5-App-GitGot/Makefile head/devel/p5-App-GitGot/pkg-plist Modified: head/devel/p5-App-GitGot/Makefile ============================================================================== --- head/devel/p5-App-GitGot/Makefile Sun Feb 9 12:16:03 2014 (r343479) +++ head/devel/p5-App-GitGot/Makefile Sun Feb 9 12:18:54 2014 (r343480) @@ -3,6 +3,7 @@ PORTNAME= App-GitGot PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GENEHACK Modified: head/devel/p5-App-GitGot/pkg-plist ============================================================================== --- head/devel/p5-App-GitGot/pkg-plist Sun Feb 9 12:16:03 2014 (r343479) +++ head/devel/p5-App-GitGot/pkg-plist Sun Feb 9 12:18:54 2014 (r343480) @@ -13,6 +13,7 @@ bin/got-complete %%SITE_PERL%%/App/GitGot/Command/push.pm %%SITE_PERL%%/App/GitGot/Command/remove.pm %%SITE_PERL%%/App/GitGot/Command/status.pm +%%SITE_PERL%%/App/GitGot/Command/that.pm %%SITE_PERL%%/App/GitGot/Command/this.pm %%SITE_PERL%%/App/GitGot/Command/update.pm %%SITE_PERL%%/App/GitGot/Command/update_status.pm @@ -36,6 +37,7 @@ bin/got-complete %%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::that.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091218.s19CItjm002364>