Date: Sat, 14 Apr 2018 23:58:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467351 - head/devel/p5-App-GitGot Message-ID: <201804142358.w3ENwpnt078960@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804142358.w3ENwpnt078960>