mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 1.07
- Changelog: http://cpansearch.perl.org/src/GENEHACK/App-GitGot-1.07/Changes
This commit is contained in:
parent
4758839df0
commit
07c50bde4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318376
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: p5-App-GitGot
|
||||
# Date created: 2010-11-12
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $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:${PORTSDIR}/devel/p5-Test-Class \
|
||||
|
||||
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 \
|
||||
|
@ -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
|
||||
|
@ -4,4 +4,4 @@ operate on all, some, or just one repo at a time, to both check the
|
||||
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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user