mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
- Fix *_DEPENDS
- Sort PLIST - Bump PORTREVISION for dependency change
This commit is contained in:
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
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue