From owner-svn-ports-head@freebsd.org Thu Nov 1 19:15:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6EF310D2999; Thu, 1 Nov 2018 19:15:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54FEB874FE; Thu, 1 Nov 2018 19:15:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CBAE1FF89; Thu, 1 Nov 2018 19:15:21 +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 wA1JFLCs038566; Thu, 1 Nov 2018 19:15:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1JFKjZ038560; Thu, 1 Nov 2018 19:15:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811011915.wA1JFKjZ038560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Nov 2018 19:15:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483719 - in head: devel/p5-App-perlbrew devel/p5-Doxygen-Filter-Perl devel/p5-Test-Output textproc/p5-Hailo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/p5-App-perlbrew devel/p5-Doxygen-Filter-Perl devel/p5-Test-Output textproc/p5-Hailo X-SVN-Commit-Revision: 483719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 19:15:25 -0000 Author: sunpoet Date: Thu Nov 1 19:15:20 2018 New Revision: 483719 URL: https://svnweb.freebsd.org/changeset/ports/483719 Log: Use real PORTVERSION and update dependent ports Modified: head/devel/p5-App-perlbrew/Makefile head/devel/p5-Doxygen-Filter-Perl/Makefile head/devel/p5-Test-Output/Makefile head/textproc/p5-Hailo/Makefile Modified: head/devel/p5-App-perlbrew/Makefile ============================================================================== --- head/devel/p5-App-perlbrew/Makefile Thu Nov 1 19:15:11 2018 (r483718) +++ head/devel/p5-App-perlbrew/Makefile Thu Nov 1 19:15:20 2018 (r483719) @@ -24,7 +24,7 @@ TEST_DEPENDS= p5-File-Which>=1.21:sysutils/p5-File-Whi p5-Path-Class>=0.33:devel/p5-Path-Class \ p5-Test-Exception>=0.32:devel/p5-Test-Exception \ p5-Test-NoWarnings>=1.04:devel/p5-Test-NoWarnings \ - p5-Test-Output>=1.03:devel/p5-Test-Output \ + p5-Test-Output>=1.030:devel/p5-Test-Output \ p5-Test-Spec>=0.47:devel/p5-Test-Spec \ p5-Test-TempDir-Tiny>=0.016:devel/p5-Test-TempDir-Tiny Modified: head/devel/p5-Doxygen-Filter-Perl/Makefile ============================================================================== --- head/devel/p5-Doxygen-Filter-Perl/Makefile Thu Nov 1 19:15:11 2018 (r483718) +++ head/devel/p5-Doxygen-Filter-Perl/Makefile Thu Nov 1 19:15:20 2018 (r483719) @@ -16,7 +16,7 @@ LICENSE= GPLv3 RUN_DEPENDS= doxygen:devel/doxygen \ p5-Pod-POM>=0.27:textproc/p5-Pod-POM \ p5-Log-Log4perl>=1.33:devel/p5-Log-Log4perl -TEST_DEPENDS= p5-Test-Output>=1.01:devel/p5-Test-Output +TEST_DEPENDS= p5-Test-Output>=1.010:devel/p5-Test-Output USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Output/Makefile ============================================================================== --- head/devel/p5-Test-Output/Makefile Thu Nov 1 19:15:11 2018 (r483718) +++ head/devel/p5-Test-Output/Makefile Thu Nov 1 19:15:20 2018 (r483719) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Test-Output -PORTVERSION= 1.03.1 +PORTVERSION= 1.031 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Utilities to test STDOUT and STDERR messages @@ -17,8 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/textproc/p5-Hailo/Makefile ============================================================================== --- head/textproc/p5-Hailo/Makefile Thu Nov 1 19:15:11 2018 (r483718) +++ head/textproc/p5-Hailo/Makefile Thu Nov 1 19:15:20 2018 (r483719) @@ -42,7 +42,7 @@ TEST_DEPENDS= p5-Bot-Training>=0:misc/p5-Bot-Training p5-File-Slurp>=9999.13:devel/p5-File-Slurp \ p5-Test-Exception>=0.29:devel/p5-Test-Exception \ p5-Test-Expect>=0.31:devel/p5-Test-Expect \ - p5-Test-Output>=0.16:devel/p5-Test-Output \ + p5-Test-Output>=0.160:devel/p5-Test-Output \ p5-Test-Script>=1.07:devel/p5-Test-Script \ p5-Test-Script-Run>=0.04:devel/p5-Test-Script-Run \ p5-Test-Synopsis>=0.06:devel/p5-Test-Synopsis