Date: Wed, 31 Jul 2013 09:21:56 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324023 - head/devel/p5-Git-Repository Message-ID: <201307310921.r6V9LuAs093080@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Wed Jul 31 09:21:56 2013 New Revision: 324023 URL: http://svnweb.freebsd.org/changeset/ports/324023 Log: - Update to 1.307 - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/Git-Repository/Changes Modified: head/devel/p5-Git-Repository/Makefile head/devel/p5-Git-Repository/distinfo Modified: head/devel/p5-Git-Repository/Makefile ============================================================================== --- head/devel/p5-Git-Repository/Makefile Wed Jul 31 09:18:07 2013 (r324022) +++ head/devel/p5-Git-Repository/Makefile Wed Jul 31 09:21:56 2013 (r324023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Git-Repository -PORTVERSION= 1.306 +PORTVERSION= 1.307 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOOK @@ -15,12 +15,13 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \ - p5-System-Command>=1.100:${PORTSDIR}/devel/p5-System-Command + p5-System-Command>=1.102:${PORTSDIR}/devel/p5-System-Command RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ +TEST_DEPENDS= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Git::Repository.3 \ Git::Repository::Command.3 \ Modified: head/devel/p5-Git-Repository/distinfo ============================================================================== --- head/devel/p5-Git-Repository/distinfo Wed Jul 31 09:18:07 2013 (r324022) +++ head/devel/p5-Git-Repository/distinfo Wed Jul 31 09:21:56 2013 (r324023) @@ -1,2 +1,2 @@ -SHA256 (Git-Repository-1.306.tar.gz) = 049faa1b0139fe7f43bb1af514a44124201e09f56b8f487ac2a9fec3d28a2553 -SIZE (Git-Repository-1.306.tar.gz) = 54733 +SHA256 (Git-Repository-1.307.tar.gz) = 437b9d397c9d1a5b4c699072129138ece12b77161c970cccc6cd66f8c8e0e409 +SIZE (Git-Repository-1.307.tar.gz) = 54792
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307310921.r6V9LuAs093080>