From owner-svn-ports-all@freebsd.org Mon Apr 11 17:26:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B108CB0B1F1; Mon, 11 Apr 2016 17:26:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DCC81220; Mon, 11 Apr 2016 17:26:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3BHQA9P029611; Mon, 11 Apr 2016 17:26:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3BHQAJp029606; Mon, 11 Apr 2016 17:26:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604111726.u3BHQAJp029606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Apr 2016 17:26:10 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 17:26:11 -0000 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 +# $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 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