mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- update 0.9.2
- add licenses - changes: http://cpansearch.perl.org/src/ GENEHACK/App-GitGot-0.9.2/CHANGES
This commit is contained in:
parent
6e84b9879a
commit
65a5b00107
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271143
@ -6,14 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= App-GitGot
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:GENEHACK
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Tool to make it easier to manage multiple git repositories
|
||||
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART20 GPLv1
|
||||
|
||||
RUN_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \
|
||||
p5-Git-Wrapper>=0:${PORTSDIR}/devel/p5-Git-Wrapper \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
@ -36,7 +40,10 @@ MAN3= App::GitGot.3 \
|
||||
App::GitGot::Command::remove.3 \
|
||||
App::GitGot::Command::status.3 \
|
||||
App::GitGot::Command::update.3 \
|
||||
App::GitGot::Command::version.3
|
||||
App::GitGot::Command::version.3 \
|
||||
App::GitGot::Outputter::dark.3 \
|
||||
App::GitGot::Outputter.3 \
|
||||
App::GitGot::Outputter::light.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (App-GitGot-0.8.tar.gz) = aec8189e1a652d6ad204dd38c29a752c4ffc4fbc7529e0b58cbc999f9c3cd5d3
|
||||
SIZE (App-GitGot-0.8.tar.gz) = 20425
|
||||
SHA256 (App-GitGot-0.9.2.tar.gz) = ce76784b045038708db4dc0eaceb642d54926c4f3a9a1f16e34c562f7ad21638
|
||||
SIZE (App-GitGot-0.9.2.tar.gz) = 23071
|
||||
|
@ -9,7 +9,11 @@
|
||||
%%SITE_PERL%%/App/GitGot/Command/status.pm
|
||||
%%SITE_PERL%%/App/GitGot/Command/update.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
|
||||
bin/got
|
||||
@dirrmtry %%SITE_PERL%%/App/GitGot/Outputter
|
||||
@dirrmtry %%SITE_PERL%%/App/GitGot/Command
|
||||
@dirrmtry %%SITE_PERL%%/App/GitGot
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
|
Loading…
Reference in New Issue
Block a user