diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-18 03:58:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-18 03:58:44 +0800 |
commit | 0e35fa9005bbfac284dba2837a6d56b7a6415c70 (patch) | |
tree | 4e0f1d7c411c1f88dd0084e46bdd659f0f7513db | |
parent | 77e1a6a3df2f59d4688bc11ea564fc660e7f8b71 (diff) | |
download | freebsd-ports-gnome-0e35fa9005bbfac284dba2837a6d56b7a6415c70.tar.gz freebsd-ports-gnome-0e35fa9005bbfac284dba2837a6d56b7a6415c70.tar.zst freebsd-ports-gnome-0e35fa9005bbfac284dba2837a6d56b7a6415c70.zip |
- Update to 1.330
Changes: http://search.cpan.org/dist/App-GitGot/Changes
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-App-GitGot/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index 13471ea7c334..eda0c7904acd 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= App-GitGot -PORTVERSION= 1.30 +PORTVERSION= 1.33 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GENEHACK PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}0 MAINTAINER= perl@FreeBSD.org COMMENT= Tool to make it easier to manage multiple git repositories @@ -19,12 +20,13 @@ BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ + p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \ - p5-Git-Wrapper>=0.014:${PORTSDIR}/devel/p5-Git-Wrapper \ + p5-Git-Wrapper>=0.042:${PORTSDIR}/devel/p5-Git-Wrapper \ p5-IO-Prompt-Simple>=0:${PORTSDIR}/devel/p5-IO-Prompt-Simple \ p5-List-AllUtils>=0.09:${PORTSDIR}/devel/p5-List-AllUtils \ p5-Moo>=2:${PORTSDIR}/devel/p5-Moo \ - p5-MooX-HandlesVia>=0:${PORTSDIR}/devel/p5-MooX-HandlesVia \ + p5-MooX-HandlesVia>=0.001008:${PORTSDIR}/devel/p5-MooX-HandlesVia \ p5-Net-GitHub>=0:${PORTSDIR}/net/p5-Net-GitHub \ p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ p5-PerlX-Maybe>=0:${PORTSDIR}/devel/p5-PerlX-Maybe \ diff --git a/devel/p5-App-GitGot/distinfo b/devel/p5-App-GitGot/distinfo index 056521db1ec1..d4b52e226243 100644 --- a/devel/p5-App-GitGot/distinfo +++ b/devel/p5-App-GitGot/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-GitGot-1.30.tar.gz) = 97781ffd7650e1b3e1d3bd56a829fead901c13138601b0fbd41c03267fc6e9c3 -SIZE (App-GitGot-1.30.tar.gz) = 37633 +SHA256 (App-GitGot-1.330.tar.gz) = 3b6d8dd0ff91a0775535cc7ad98ceb500c209259ff22bb4295389b482aa0fb03 +SIZE (App-GitGot-1.330.tar.gz) = 38070 |