Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 19:35:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380050 - head/devel/p5-App-GitGot
Message-ID:  <201502261935.t1QJZEPc074383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 26 19:35:13 2015
New Revision: 380050
URL: https://svnweb.freebsd.org/changeset/ports/380050
QAT: https://qat.redports.org/buildarchive/r380050/

Log:
  - Fix *_DEPENDS
  - Sort PLIST
  - Bump PORTREVISION for dependency change

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	Thu Feb 26 19:35:07 2015	(r380049)
+++ head/devel/p5-App-GitGot/Makefile	Thu Feb 26 19:35:13 2015	(r380050)
@@ -3,6 +3,7 @@
 
 PORTNAME=	App-GitGot
 PORTVERSION=	1.22
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:GENEHACK
@@ -14,10 +15,11 @@ COMMENT=	Tool to make it easier to manag
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \
-		p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \
+BUILD_DEPENDS=	p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
+		p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \
 		p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
 		p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \
+		p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \
 		p5-Git-Wrapper>=0.014:${PORTSDIR}/devel/p5-Git-Wrapper \
 		p5-IO-Prompt-Simple>=0:${PORTSDIR}/devel/p5-IO-Prompt-Simple \
 		p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \

Modified: head/devel/p5-App-GitGot/pkg-plist
==============================================================================
--- head/devel/p5-App-GitGot/pkg-plist	Thu Feb 26 19:35:07 2015	(r380049)
+++ head/devel/p5-App-GitGot/pkg-plist	Thu Feb 26 19:35:13 2015	(r380050)
@@ -22,9 +22,9 @@ bin/got-complete
 %%SITE_PERL%%/App/GitGot/Command/update.pm
 %%SITE_PERL%%/App/GitGot/Command/update_status.pm
 %%SITE_PERL%%/App/GitGot/Command/version.pm
-%%SITE_PERL%%/App/GitGot/Outputter/light.pm
-%%SITE_PERL%%/App/GitGot/Outputter/dark.pm
 %%SITE_PERL%%/App/GitGot/Outputter.pm
+%%SITE_PERL%%/App/GitGot/Outputter/dark.pm
+%%SITE_PERL%%/App/GitGot/Outputter/light.pm
 %%SITE_PERL%%/App/GitGot/Repo.pm
 %%SITE_PERL%%/App/GitGot/Repo/Git.pm
 %%SITE_PERL%%/App/GitGot/Repositories.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502261935.t1QJZEPc074383>