diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-26 19:35:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-26 19:35:13 +0000 |
commit | 7dd4fe36d917ce9e2d54f5682be29e90d66dc1fb (patch) | |
tree | af48d525e78763fd163ae86efdf96e82e9742cec | |
parent | - Update to 4.0059 (diff) |
- Fix *_DEPENDS
- Sort PLIST
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=380050
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-App-GitGot/pkg-plist | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index 35b37e90af0f..39b4ca28c6a8 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -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 manage multiple git repositories 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 \ diff --git a/devel/p5-App-GitGot/pkg-plist b/devel/p5-App-GitGot/pkg-plist index ad55ee2ff285..79da72fdb256 100644 --- a/devel/p5-App-GitGot/pkg-plist +++ b/devel/p5-App-GitGot/pkg-plist @@ -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 |