diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-11-08 05:01:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-11-08 05:01:52 +0800 |
commit | 3d9aeb8d706baabad926c0f9ca7463979de6e0bb (patch) | |
tree | f48fca765c04a9b265df3fab047b9d9447144c67 /devel | |
parent | 59129aa940ac838499dcf6037436d2a50f94e1b5 (diff) | |
download | freebsd-ports-gnome-3d9aeb8d706baabad926c0f9ca7463979de6e0bb.tar.gz freebsd-ports-gnome-3d9aeb8d706baabad926c0f9ca7463979de6e0bb.tar.zst freebsd-ports-gnome-3d9aeb8d706baabad926c0f9ca7463979de6e0bb.zip |
Update to 1.334
- Remove Perl core modules
Changes: http://search.cpan.org/dist/App-GitGot/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-App-GitGot/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-App-GitGot/pkg-plist | 4 |
3 files changed, 16 insertions, 6 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index f8ce4bd3bce2..d280de83fec3 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= App-GitGot -PORTVERSION= 1.333 +PORTVERSION= 1.334 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,13 +22,11 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-File-chdir>=0:devel/p5-File-chdir \ p5-Git-Wrapper>=0.042:devel/p5-Git-Wrapper \ p5-IO-Prompt-Simple>=0:devel/p5-IO-Prompt-Simple \ - p5-List-AllUtils>=0.09:devel/p5-List-AllUtils \ p5-Moo>=2:devel/p5-Moo \ p5-MooX-HandlesVia>=0.001008:devel/p5-MooX-HandlesVia \ p5-Net-GitHub>=0:net/p5-Net-GitHub \ p5-Path-Tiny>=0.072:devel/p5-Path-Tiny \ p5-PerlX-Maybe>=0:devel/p5-PerlX-Maybe \ - p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor \ p5-Test-MockObject>=0:devel/p5-Test-MockObject \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-YAML>=0:textproc/p5-YAML \ @@ -42,4 +40,11 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502501 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-App-GitGot/distinfo b/devel/p5-App-GitGot/distinfo index e246fd25246a..1c000f09c6b1 100644 --- a/devel/p5-App-GitGot/distinfo +++ b/devel/p5-App-GitGot/distinfo @@ -1,2 +1,3 @@ -SHA256 (App-GitGot-1.333.tar.gz) = 46bfbb8d9906f84dd3bdf8cc7f0ca0da47cf89fa947bc0e86480f2d1d2ed7d14 -SIZE (App-GitGot-1.333.tar.gz) = 40645 +TIMESTAMP = 1510070424 +SHA256 (App-GitGot-1.334.tar.gz) = e5ec8356d9737a43162ca7d5d2cad6725f5183c269a50c9ffa9c5e27b605bf48 +SIZE (App-GitGot-1.334.tar.gz) = 42116 diff --git a/devel/p5-App-GitGot/pkg-plist b/devel/p5-App-GitGot/pkg-plist index 7ce95626ca6a..ea00dce56872 100644 --- a/devel/p5-App-GitGot/pkg-plist +++ b/devel/p5-App-GitGot/pkg-plist @@ -4,6 +4,7 @@ bin/got-complete %%SITE_PERL%%/App/GitGot/Command.pm %%SITE_PERL%%/App/GitGot/Command/add.pm %%SITE_PERL%%/App/GitGot/Command/chdir.pm +%%SITE_PERL%%/App/GitGot/Command/checkout.pm %%SITE_PERL%%/App/GitGot/Command/clone.pm %%SITE_PERL%%/App/GitGot/Command/do.pm %%SITE_PERL%%/App/GitGot/Command/fetch.pm @@ -11,6 +12,7 @@ bin/got-complete %%SITE_PERL%%/App/GitGot/Command/gc.pm %%SITE_PERL%%/App/GitGot/Command/lib.pm %%SITE_PERL%%/App/GitGot/Command/list.pm +%%SITE_PERL%%/App/GitGot/Command/milk.pm %%SITE_PERL%%/App/GitGot/Command/move.pm %%SITE_PERL%%/App/GitGot/Command/mux.pm %%SITE_PERL%%/App/GitGot/Command/push.pm @@ -34,6 +36,7 @@ bin/got-complete %%PERL5_MAN3%%/App::GitGot::Command.3.gz %%PERL5_MAN3%%/App::GitGot::Command::add.3.gz %%PERL5_MAN3%%/App::GitGot::Command::chdir.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::checkout.3.gz %%PERL5_MAN3%%/App::GitGot::Command::clone.3.gz %%PERL5_MAN3%%/App::GitGot::Command::do.3.gz %%PERL5_MAN3%%/App::GitGot::Command::fetch.3.gz @@ -41,6 +44,7 @@ bin/got-complete %%PERL5_MAN3%%/App::GitGot::Command::gc.3.gz %%PERL5_MAN3%%/App::GitGot::Command::lib.3.gz %%PERL5_MAN3%%/App::GitGot::Command::list.3.gz +%%PERL5_MAN3%%/App::GitGot::Command::milk.3.gz %%PERL5_MAN3%%/App::GitGot::Command::move.3.gz %%PERL5_MAN3%%/App::GitGot::Command::mux.3.gz %%PERL5_MAN3%%/App::GitGot::Command::push.3.gz |