Date: Mon, 11 Apr 2016 17:26:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413046 - in head/devel: . p5-Test-Requires-Git Message-ID: <201604111726.u3BHQAJp029606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Apr 11 17:26:10 2016 New Revision: 413046 URL: https://svnweb.freebsd.org/changeset/ports/413046 Log: - Add p5-Test-Requires-Git 1.005 Test::Requires::Git checks if the version of Git available for testing meets the given requirements. The "current git" is obtained by running git --version (so the first git binary found in the PATH will be tested). If the checks fail, then all tests will be skipped. WWW: http://search.cpan.org/dist/Test-Requires-Git/ Added: head/devel/p5-Test-Requires-Git/ head/devel/p5-Test-Requires-Git/Makefile (contents, props changed) head/devel/p5-Test-Requires-Git/distinfo (contents, props changed) head/devel/p5-Test-Requires-Git/pkg-descr (contents, props changed) head/devel/p5-Test-Requires-Git/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 11 17:01:44 2016 (r413045) +++ head/devel/Makefile Mon Apr 11 17:26:10 2016 (r413046) @@ -3276,6 +3276,7 @@ SUBDIR += p5-Test-Reporter SUBDIR += p5-Test-Reporter-Transport-Metabase SUBDIR += p5-Test-Requires + SUBDIR += p5-Test-Requires-Git SUBDIR += p5-Test-RequiresInternet SUBDIR += p5-Test-Script SUBDIR += p5-Test-Script-Run Added: head/devel/p5-Test-Requires-Git/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Requires-Git/Makefile Mon Apr 11 17:26:10 2016 (r413046) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Test-Requires-Git +PORTVERSION= 1.005 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Check your test requirements against the available version of Git + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Git-Version-Compare>=1.001:devel/p5-Git-Version-Compare +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> Added: head/devel/p5-Test-Requires-Git/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Requires-Git/distinfo Mon Apr 11 17:26:10 2016 (r413046) @@ -0,0 +1,2 @@ +SHA256 (Test-Requires-Git-1.005.tar.gz) = f0d8e0f77d12122cf884bf48f0a65883eb208f8222a58b52d2e720d379f675ed +SIZE (Test-Requires-Git-1.005.tar.gz) = 16767 Added: head/devel/p5-Test-Requires-Git/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Requires-Git/pkg-descr Mon Apr 11 17:26:10 2016 (r413046) @@ -0,0 +1,9 @@ +Test::Requires::Git checks if the version of Git available for testing meets the +given requirements. + +The "current git" is obtained by running git --version (so the first git binary +found in the PATH will be tested). + +If the checks fail, then all tests will be skipped. + +WWW: http://search.cpan.org/dist/Test-Requires-Git/ Added: head/devel/p5-Test-Requires-Git/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Requires-Git/pkg-plist Mon Apr 11 17:26:10 2016 (r413046) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/Requires/Git.pm +%%PERL5_MAN3%%/Test::Requires::Git.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604111726.u3BHQAJp029606>