From owner-svn-ports-all@freebsd.org Fri Mar 10 22:45:35 2017 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 DDFAAD054C5; Fri, 10 Mar 2017 22:45:35 +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 91B841724; Fri, 10 Mar 2017 22:45:35 +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 v2AMjYLR088995; Fri, 10 Mar 2017 22:45:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2AMjYsT088993; Fri, 10 Mar 2017 22:45:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703102245.v2AMjYsT088993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 10 Mar 2017 22:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435858 - in head/textproc: p5-Perl-Critic p5-Perl-MinimumVersion 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: Fri, 10 Mar 2017 22:45:36 -0000 Author: sunpoet Date: Fri Mar 10 22:45:34 2017 New Revision: 435858 URL: https://svnweb.freebsd.org/changeset/ports/435858 Log: Use real PORTVERSION and update dependent ports Modified: head/textproc/p5-Perl-Critic/Makefile head/textproc/p5-Perl-MinimumVersion/Makefile Modified: head/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Fri Mar 10 22:45:29 2017 (r435857) +++ head/textproc/p5-Perl-Critic/Makefile Fri Mar 10 22:45:34 2017 (r435858) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= Perl-Critic -PORTVERSION= 1.12.6 -PORTREVISION= 1 +PORTVERSION= 1.126 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Critique Perl source for style and standards @@ -36,8 +34,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild -NO_ARCH= yes .include Modified: head/textproc/p5-Perl-MinimumVersion/Makefile ============================================================================== --- head/textproc/p5-Perl-MinimumVersion/Makefile Fri Mar 10 22:45:29 2017 (r435857) +++ head/textproc/p5-Perl-MinimumVersion/Makefile Fri Mar 10 22:45:34 2017 (r435858) @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:deve p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl \ p5-PPI>=1.215:textproc/p5-PPI \ p5-PPIx-Regexp>=0.033:textproc/p5-PPIx-Regexp \ - p5-Perl-Critic>=1.10.4:textproc/p5-Perl-Critic \ + p5-Perl-Critic>=1.104:textproc/p5-Perl-Critic \ p5-Params-Util>=0.25:devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Script>=0:devel/p5-Test-Script