From owner-svn-ports-all@freebsd.org Sat Dec 31 13:34:03 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 DE9A7C998FF; Sat, 31 Dec 2016 13:34:03 +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 924141E84; Sat, 31 Dec 2016 13:34:03 +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 uBVDY2Yg005357; Sat, 31 Dec 2016 13:34:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBVDY2W5005355; Sat, 31 Dec 2016 13:34:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612311334.uBVDY2W5005355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 31 Dec 2016 13:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430111 - head/devel/p5-Test-Version 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.23 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: Sat, 31 Dec 2016 13:34:04 -0000 Author: sunpoet Date: Sat Dec 31 13:34:02 2016 New Revision: 430111 URL: https://svnweb.freebsd.org/changeset/ports/430111 Log: - Update to 2.05 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Version/Changes Modified: head/devel/p5-Test-Version/Makefile head/devel/p5-Test-Version/distinfo Modified: head/devel/p5-Test-Version/Makefile ============================================================================== --- head/devel/p5-Test-Version/Makefile Sat Dec 31 13:33:57 2016 (r430110) +++ head/devel/p5-Test-Version/Makefile Sat Dec 31 13:34:02 2016 (r430111) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Version -PORTVERSION= 1.05000 +PORTVERSION= 2.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,18 +12,21 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Check to see that version in modules are sane LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +NO_ARCH= yes USE_PERL5= configure USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata +RUN_DEPENDS+= p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata .endif .include Modified: head/devel/p5-Test-Version/distinfo ============================================================================== --- head/devel/p5-Test-Version/distinfo Sat Dec 31 13:33:57 2016 (r430110) +++ head/devel/p5-Test-Version/distinfo Sat Dec 31 13:34:02 2016 (r430111) @@ -1,2 +1,3 @@ -SHA256 (Test-Version-1.05.tar.gz) = 9c79c5014a02f1af33f7c9cc4885a6ee342f2ce5bbb3836e2ca62fa13596ffda -SIZE (Test-Version-1.05.tar.gz) = 19228 +TIMESTAMP = 1483190030 +SHA256 (Test-Version-2.05.tar.gz) = 39c0ec02663da0e56962bdafaef6790cf83d12b4d90e8a4cdc971d57d869d63f +SIZE (Test-Version-2.05.tar.gz) = 22916