From owner-svn-ports-all@freebsd.org Sat Apr 14 23:58:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B44DFA4F66; Sat, 14 Apr 2018 23:58:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 335477C058; Sat, 14 Apr 2018 23:58:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E58D2F03D; Sat, 14 Apr 2018 23:58:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3ENwqm3078964; Sat, 14 Apr 2018 23:58:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3ENwpnt078960; Sat, 14 Apr 2018 23:58:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804142358.w3ENwpnt078960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 14 Apr 2018 23:58:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467351 - head/devel/p5-App-GitGot X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-App-GitGot X-SVN-Commit-Revision: 467351 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 23:58:52 -0000 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