From owner-svn-ports-all@FreeBSD.ORG Fri May 17 12:16:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1A95B166; Fri, 17 May 2013 12:16:28 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0D1DE939; Fri, 17 May 2013 12:16:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4HCGRHi034247; Fri, 17 May 2013 12:16:27 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4HCGQtq034240; Fri, 17 May 2013 12:16:26 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201305171216.r4HCGQtq034240@svn.freebsd.org> From: Philippe Audeoud Date: Fri, 17 May 2013 12:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318376 - head/devel/p5-App-GitGot X-SVN-Group: ports-head 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.14 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: Fri, 17 May 2013 12:16:28 -0000 Author: jadawin Date: Fri May 17 12:16:26 2013 New Revision: 318376 URL: http://svnweb.freebsd.org/changeset/ports/318376 Log: - Update to 1.07 - Changelog: http://cpansearch.perl.org/src/GENEHACK/App-GitGot-1.07/Changes Modified: head/devel/p5-App-GitGot/Makefile head/devel/p5-App-GitGot/distinfo (contents, props changed) head/devel/p5-App-GitGot/pkg-descr (contents, props changed) head/devel/p5-App-GitGot/pkg-plist (contents, props changed) Modified: head/devel/p5-App-GitGot/Makefile ============================================================================== --- head/devel/p5-App-GitGot/Makefile Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/Makefile Fri May 17 12:16:26 2013 (r318376) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-App-GitGot -# Date created: 2010-11-12 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= App-GitGot -PORTVERSION= 1.04 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GENEHACK @@ -42,7 +38,8 @@ TEST_DEPENDS= p5-Test-Class>=0:${PORTSDI PERL_CONFIGURE= yes -MAN1= got.1 +MAN1= got.1 \ + got-complete.1 MAN3= App::GitGot.3 \ App::GitGot::Command.3 \ App::GitGot::Command::add.3 \ @@ -51,6 +48,8 @@ MAN3= App::GitGot.3 \ App::GitGot::Command::fork.3 \ App::GitGot::Command::gc.3 \ App::GitGot::Command::list.3 \ + App::GitGot::Command::move.3 \ + App::GitGot::Command::mux.3 \ App::GitGot::Command::push.3 \ App::GitGot::Command::remove.3 \ App::GitGot::Command::status.3 \ Modified: head/devel/p5-App-GitGot/distinfo ============================================================================== --- head/devel/p5-App-GitGot/distinfo Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/distinfo Fri May 17 12:16:26 2013 (r318376) @@ -1,2 +1,2 @@ -SHA256 (App-GitGot-1.04.tar.gz) = d0fa6366f592b648366150e57afee96905033eb46f9856c444f7f5dd096abc3a -SIZE (App-GitGot-1.04.tar.gz) = 26688 +SHA256 (App-GitGot-1.07.tar.gz) = 9d398795ac5d65f42b696ffd3d2ff528e27cca2ed59bf113293bdf1d8d9c6b13 +SIZE (App-GitGot-1.07.tar.gz) = 30966 Modified: head/devel/p5-App-GitGot/pkg-descr ============================================================================== --- head/devel/p5-App-GitGot/pkg-descr Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/pkg-descr Fri May 17 12:16:26 2013 (r318376) @@ -4,4 +4,4 @@ operate on all, some, or just one repo a status of the repo (up to date, pending changes, dirty, etc.) and sync it with any upstream master. -WWW: http://search.cpan.org/dist/App-GitGot/ +WWW: http://search.cpan.org/dist/App-GitGot/ Modified: head/devel/p5-App-GitGot/pkg-plist ============================================================================== --- head/devel/p5-App-GitGot/pkg-plist Fri May 17 11:14:58 2013 (r318375) +++ head/devel/p5-App-GitGot/pkg-plist Fri May 17 12:16:26 2013 (r318376) @@ -1,4 +1,5 @@ bin/got +bin/got-complete %%SITE_PERL%%/App/GitGot.pm %%SITE_PERL%%/App/GitGot/Command.pm %%SITE_PERL%%/App/GitGot/Command/add.pm @@ -7,6 +8,8 @@ bin/got %%SITE_PERL%%/App/GitGot/Command/fork.pm %%SITE_PERL%%/App/GitGot/Command/gc.pm %%SITE_PERL%%/App/GitGot/Command/list.pm +%%SITE_PERL%%/App/GitGot/Command/move.pm +%%SITE_PERL%%/App/GitGot/Command/mux.pm %%SITE_PERL%%/App/GitGot/Command/push.pm %%SITE_PERL%%/App/GitGot/Command/remove.pm %%SITE_PERL%%/App/GitGot/Command/status.pm