diff options
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-App-GitGot/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-App-GitGot/pkg-plist | 1 |
3 files changed, 10 insertions, 6 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index 0da2cb150ab8..127a231fa19a 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= App-GitGot -PORTVERSION= 1.01 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,20 +21,22 @@ BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Git-Wrapper>=0.014:${PORTSDIR}/devel/p5-Git-Wrapper \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MooseX-App-Cmd \ + p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ + p5-MouseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MouseX-App-Cmd \ + p5-MouseX-NativeTraits>=0:${PORTSDIR}/devel/p5-MouseX-NativeTraits \ p5-Net-GitHub>=0:${PORTSDIR}/net/p5-Net-GitHub \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean - RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \ + p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee \ p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions PERL_CONFIGURE= yes @@ -51,6 +53,7 @@ MAN3= App::GitGot.3 \ App::GitGot::Command::push.3 \ App::GitGot::Command::remove.3 \ App::GitGot::Command::status.3 \ + App::GitGot::Command::this.3 \ App::GitGot::Command::update.3 \ App::GitGot::Command::update_status.3 \ App::GitGot::Command::version.3 \ diff --git a/devel/p5-App-GitGot/distinfo b/devel/p5-App-GitGot/distinfo index e33833fac0c9..c6d0dd06b847 100644 --- a/devel/p5-App-GitGot/distinfo +++ b/devel/p5-App-GitGot/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-GitGot-1.01.tar.gz) = b8b415ba6697c38655b1f7974d9e030bb5f727b914875980ab593e0f534993f4 -SIZE (App-GitGot-1.01.tar.gz) = 25840 +SHA256 (App-GitGot-1.03.tar.gz) = b72baf69eca1bbfd841b363b9e7be8731bf264ed821225c1cbc5a9bd86afd423 +SIZE (App-GitGot-1.03.tar.gz) = 26665 diff --git a/devel/p5-App-GitGot/pkg-plist b/devel/p5-App-GitGot/pkg-plist index 12b046585d5d..6396cc0f3f33 100644 --- a/devel/p5-App-GitGot/pkg-plist +++ b/devel/p5-App-GitGot/pkg-plist @@ -10,6 +10,7 @@ bin/got %%SITE_PERL%%/App/GitGot/Command/push.pm %%SITE_PERL%%/App/GitGot/Command/remove.pm %%SITE_PERL%%/App/GitGot/Command/status.pm +%%SITE_PERL%%/App/GitGot/Command/this.pm %%SITE_PERL%%/App/GitGot/Command/update.pm %%SITE_PERL%%/App/GitGot/Command/update_status.pm %%SITE_PERL%%/App/GitGot/Command/version.pm |