svn commit: r324994 - head/devel/p5-Git-Wrapper
Frederic Culot
culot at FreeBSD.org
Mon Aug 19 14:03:07 UTC 2013
Author: culot
Date: Mon Aug 19 14:03:06 2013
New Revision: 324994
URL: http://svnweb.freebsd.org/changeset/ports/324994
Log:
- Update to 0.030
- Pet portlint(1) by changing tab into space in WWW link
Changes: http://search.cpan.org/dist/Git-Wrapper/Changes
Modified:
head/devel/p5-Git-Wrapper/Makefile
head/devel/p5-Git-Wrapper/distinfo
head/devel/p5-Git-Wrapper/pkg-descr
Modified: head/devel/p5-Git-Wrapper/Makefile
==============================================================================
--- head/devel/p5-Git-Wrapper/Makefile Mon Aug 19 13:48:21 2013 (r324993)
+++ head/devel/p5-Git-Wrapper/Makefile Mon Aug 19 14:03:06 2013 (r324994)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Git-Wrapper
-PORTVERSION= 0.029
+PORTVERSION= 0.030
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,6 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= git>=0:${PORTSDIR}/devel/git \
p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path \
p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd \
+ p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class \
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
Modified: head/devel/p5-Git-Wrapper/distinfo
==============================================================================
--- head/devel/p5-Git-Wrapper/distinfo Mon Aug 19 13:48:21 2013 (r324993)
+++ head/devel/p5-Git-Wrapper/distinfo Mon Aug 19 14:03:06 2013 (r324994)
@@ -1,2 +1,2 @@
-SHA256 (Git-Wrapper-0.029.tar.gz) = cf0811e7ce8d31d539aa0026eb7b56d7673d826fab7b9a9644602ed8deef1cca
-SIZE (Git-Wrapper-0.029.tar.gz) = 29046
+SHA256 (Git-Wrapper-0.030.tar.gz) = 4a3b2e8fd9645b765f91ad1b2e4e40b91b71b4899e1b6a50316b89ac42fe5bd0
+SIZE (Git-Wrapper-0.030.tar.gz) = 29200
Modified: head/devel/p5-Git-Wrapper/pkg-descr
==============================================================================
--- head/devel/p5-Git-Wrapper/pkg-descr Mon Aug 19 13:48:21 2013 (r324993)
+++ head/devel/p5-Git-Wrapper/pkg-descr Mon Aug 19 14:03:06 2013 (r324994)
@@ -2,4 +2,4 @@ Git::Wrapper provides an API for git(7)
structures for argument passing, instead of CLI-style --options as
Git does.
-WWW: http://search.cpan.org/dist/Git-Wrapper/
+WWW: http://search.cpan.org/dist/Git-Wrapper/
More information about the svn-ports-head
mailing list