diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 15:55:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 15:55:37 +0800 |
commit | 3ac120182262f543206c33cbf6a468778753efb2 (patch) | |
tree | 9bdd294d1a1064aa9a7bb4c8ea46956daee4e526 | |
parent | bf96a3bb692092ff7161fb6795b9207ca8f6b909 (diff) | |
download | freebsd-ports-gnome-3ac120182262f543206c33cbf6a468778753efb2.tar.gz freebsd-ports-gnome-3ac120182262f543206c33cbf6a468778753efb2.tar.zst freebsd-ports-gnome-3ac120182262f543206c33cbf6a468778753efb2.zip |
- Update to 1.01
- Make portlint happier
Changes: http://search.cpan.org/dist/App-GitGot/Changes
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-App-GitGot/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index 89bcbd9ae583..ee4267b9803d 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -6,22 +6,21 @@ # PORTNAME= App-GitGot -PORTVERSION= 1.0 +PORTVERSION= 1.01 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 +LICENSE_COMB= dual RUN_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:${PORTSDIR}/devel/p5-Git-Wrapper \ + 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-Net-GitHub>=0:${PORTSDIR}/net/p5-Net-GitHub \ diff --git a/devel/p5-App-GitGot/distinfo b/devel/p5-App-GitGot/distinfo index 087676e954da..e33833fac0c9 100644 --- a/devel/p5-App-GitGot/distinfo +++ b/devel/p5-App-GitGot/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-GitGot-1.0.tar.gz) = f7d6fea0b14227d823aa57a5d887f48810ee6ded5478d0c9f409dda81dccb705 -SIZE (App-GitGot-1.0.tar.gz) = 25780 +SHA256 (App-GitGot-1.01.tar.gz) = b8b415ba6697c38655b1f7974d9e030bb5f727b914875980ab593e0f534993f4 +SIZE (App-GitGot-1.01.tar.gz) = 25840 |