diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-14 23:58:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-14 23:58:51 +0000 |
commit | 4d653c31f0d0f3d6b7826f3bcf61156a2a6a7837 (patch) | |
tree | 42c44315d612b9e12cfe96711fb7d9d35e1575e2 | |
parent | Update to 0.95.0 (diff) |
Update to 1.336
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/App-GitGot/Changes
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-App-GitGot/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-App-GitGot/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index c08422621ed9..2375346f6f9e 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= App-GitGot -PORTVERSION= 1.335 +PORTVERSION= 1.336 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Tool to make it easier to manage multiple git repositories LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ diff --git a/devel/p5-App-GitGot/distinfo b/devel/p5-App-GitGot/distinfo index 23a5c00f5cb0..e95181d346aa 100644 --- a/devel/p5-App-GitGot/distinfo +++ b/devel/p5-App-GitGot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521584248 -SHA256 (App-GitGot-1.335.tar.gz) = 3c9556bb340bd03fd5ecec7816ba7493fbc41c0813069b1dc11ea8548efa244d -SIZE (App-GitGot-1.335.tar.gz) = 42640 +TIMESTAMP = 1523717922 +SHA256 (App-GitGot-1.336.tar.gz) = f288ca638ea0ad3ec508786ec15e0491851d25a361b6682f37651c8b7cfdca2b +SIZE (App-GitGot-1.336.tar.gz) = 42983 diff --git a/devel/p5-App-GitGot/pkg-plist b/devel/p5-App-GitGot/pkg-plist index ea00dce56872..42a20f3adc8b 100644 --- a/devel/p5-App-GitGot/pkg-plist +++ b/devel/p5-App-GitGot/pkg-plist @@ -1,3 +1,4 @@ +bin/git-got bin/got bin/got-complete %%SITE_PERL%%/App/GitGot.pm @@ -30,6 +31,7 @@ bin/got-complete %%SITE_PERL%%/App/GitGot/Repo/Git.pm %%SITE_PERL%%/App/GitGot/Repositories.pm %%SITE_PERL%%/App/GitGot/Types.pm +%%PERL5_MAN1%%/git-got.1.gz %%PERL5_MAN1%%/got-complete.1.gz %%PERL5_MAN1%%/got.1.gz %%PERL5_MAN3%%/App::GitGot.3.gz |