svn commit: r343480 - head/devel/p5-App-GitGot

Antoine Brodin antoine at FreeBSD.org
Sun Feb 9 12:18:55 UTC 2014


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


More information about the svn-ports-all mailing list