- Fix *_DEPENDS

- Sort PLIST
- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-02-26 19:35:13 +00:00
parent 79e91ad6cd
commit 7dd4fe36d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380050
2 changed files with 6 additions and 4 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= App-GitGot PORTNAME= App-GitGot
PORTVERSION= 1.22 PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GENEHACK MASTER_SITE_SUBDIR= CPAN:GENEHACK
@ -14,10 +15,11 @@ COMMENT= Tool to make it easier to manage multiple git repositories
LICENSE= ART10 GPLv1 LICENSE= ART10 GPLv1
LICENSE_COMB= dual LICENSE_COMB= dual
BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \ p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \
p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \ 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-Git-Wrapper>=0.014:${PORTSDIR}/devel/p5-Git-Wrapper \
p5-IO-Prompt-Simple>=0:${PORTSDIR}/devel/p5-IO-Prompt-Simple \ p5-IO-Prompt-Simple>=0:${PORTSDIR}/devel/p5-IO-Prompt-Simple \
p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \

View file

@ -22,9 +22,9 @@ bin/got-complete
%%SITE_PERL%%/App/GitGot/Command/update.pm %%SITE_PERL%%/App/GitGot/Command/update.pm
%%SITE_PERL%%/App/GitGot/Command/update_status.pm %%SITE_PERL%%/App/GitGot/Command/update_status.pm
%%SITE_PERL%%/App/GitGot/Command/version.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.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.pm
%%SITE_PERL%%/App/GitGot/Repo/Git.pm %%SITE_PERL%%/App/GitGot/Repo/Git.pm
%%SITE_PERL%%/App/GitGot/Repositories.pm %%SITE_PERL%%/App/GitGot/Repositories.pm