svn commit: r467351 - head/devel/p5-App-GitGot
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 14 23:58:52 UTC 2018
Author: sunpoet
Date: Sat Apr 14 23:58:51 2018
New Revision: 467351
URL: https://svnweb.freebsd.org/changeset/ports/467351
Log:
Update to 1.336
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/App-GitGot/Changes
Modified:
head/devel/p5-App-GitGot/Makefile
head/devel/p5-App-GitGot/distinfo
head/devel/p5-App-GitGot/pkg-plist
Modified: head/devel/p5-App-GitGot/Makefile
==============================================================================
--- head/devel/p5-App-GitGot/Makefile Sat Apr 14 23:58:46 2018 (r467350)
+++ head/devel/p5-App-GitGot/Makefile Sat Apr 14 23:58:51 2018 (r467351)
@@ -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
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 \
Modified: head/devel/p5-App-GitGot/distinfo
==============================================================================
--- head/devel/p5-App-GitGot/distinfo Sat Apr 14 23:58:46 2018 (r467350)
+++ head/devel/p5-App-GitGot/distinfo Sat Apr 14 23:58:51 2018 (r467351)
@@ -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
Modified: head/devel/p5-App-GitGot/pkg-plist
==============================================================================
--- head/devel/p5-App-GitGot/pkg-plist Sat Apr 14 23:58:46 2018 (r467350)
+++ head/devel/p5-App-GitGot/pkg-plist Sat Apr 14 23:58:51 2018 (r467351)
@@ -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
More information about the svn-ports-all
mailing list