From owner-svn-ports-head@FreeBSD.ORG Fri Nov 15 17:40:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06E8134F; Fri, 15 Nov 2013 17:40:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9DEE29CD; Fri, 15 Nov 2013 17:40:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFHebZQ008235; Fri, 15 Nov 2013 17:40:37 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFHea7d008229; Fri, 15 Nov 2013 17:40:36 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311151740.rAFHea7d008229@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 15 Nov 2013 17:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333896 - in head: deskutils/p5-Goo devel/p5-Data-Dumper-Perltidy devel/p5-Test-PerlTidy print/a2pdf textproc/p5-Perl-Critic textproc/p5-Pod-POM-View-HTML-Filter X-SVN-Group: ports-head 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.16 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: Fri, 15 Nov 2013 17:40:38 -0000 Author: mat Date: Fri Nov 15 17:40:36 2013 New Revision: 333896 URL: http://svnweb.freebsd.org/changeset/ports/333896 Log: Chase up perltidy new name. Pointy hat to: mat Reported by: portsnap's cperciva. Modified: head/deskutils/p5-Goo/Makefile head/devel/p5-Data-Dumper-Perltidy/Makefile head/devel/p5-Test-PerlTidy/Makefile head/print/a2pdf/Makefile head/textproc/p5-Perl-Critic/Makefile head/textproc/p5-Pod-POM-View-HTML-Filter/Makefile Modified: head/deskutils/p5-Goo/Makefile ============================================================================== --- head/deskutils/p5-Goo/Makefile Fri Nov 15 17:28:01 2013 (r333895) +++ head/deskutils/p5-Goo/Makefile Fri Nov 15 17:40:36 2013 (r333896) @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Config-Auto>=0:${PORTS p5-File-Grep>=0:${PORTSDIR}/devel/p5-File-Grep \ p5-File-NCopy>=0:${PORTSDIR}/devel/p5-File-NCopy \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - perltidy>=0:${PORTSDIR}/devel/perltidy \ + perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \ p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Text-FormatTable>=0:${PORTSDIR}/textproc/p5-Text-FormatTable Modified: head/devel/p5-Data-Dumper-Perltidy/Makefile ============================================================================== --- head/devel/p5-Data-Dumper-Perltidy/Makefile Fri Nov 15 17:28:01 2013 (r333895) +++ head/devel/p5-Data-Dumper-Perltidy/Makefile Fri Nov 15 17:40:36 2013 (r333896) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mopsfelder@gmail.com COMMENT= Stringify and pretty print Perl data structures -RUN_DEPENDS= perltidy>=0:${PORTSDIR}/devel/perltidy +RUN_DEPENDS= perltidy:${PORTSDIR}/devel/p5-Perl-Tidy USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-PerlTidy/Makefile ============================================================================== --- head/devel/p5-Test-PerlTidy/Makefile Fri Nov 15 17:28:01 2013 (r333895) +++ head/devel/p5-Test-PerlTidy/Makefile Fri Nov 15 17:40:36 2013 (r333896) @@ -12,7 +12,7 @@ COMMENT= Perl extension to check that al RUN_DEPENDS= \ p5-File-Finder>0:${PORTSDIR}/devel/p5-File-Finder \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ - perltidy>=20121207:${PORTSDIR}/devel/perltidy \ + perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \ p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff BUILD_DEPENDS= ${RUN_DEPENDS} Modified: head/print/a2pdf/Makefile ============================================================================== --- head/print/a2pdf/Makefile Fri Nov 15 17:28:01 2013 (r333895) +++ head/print/a2pdf/Makefile Fri Nov 15 17:40:36 2013 (r333896) @@ -13,7 +13,7 @@ COMMENT= Text to PDF converter LICENSE= ART20 BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 \ - perltidy>=0:${PORTSDIR}/devel/perltidy \ + perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \ p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Fri Nov 15 17:28:01 2013 (r333895) +++ head/textproc/p5-Perl-Critic/Makefile Fri Nov 15 17:40:36 2013 (r333896) @@ -30,7 +30,7 @@ BUILD_DEPENDS= p5-B-Keywords>=1.05:${POR p5-String-Format>=1.13:${PORTSDIR}/textproc/p5-String-Format \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Term-ANSIColor>=2.02:${PORTSDIR}/devel/p5-Term-ANSIColor \ - perltidy:${PORTSDIR}/devel/perltidy + perltidy:${PORTSDIR}/devel/p5-Perl-Tidy RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle Modified: head/textproc/p5-Pod-POM-View-HTML-Filter/Makefile ============================================================================== --- head/textproc/p5-Pod-POM-View-HTML-Filter/Makefile Fri Nov 15 17:28:01 2013 (r333895) +++ head/textproc/p5-Pod-POM-View-HTML-Filter/Makefile Fri Nov 15 17:40:36 2013 (r333896) @@ -12,7 +12,7 @@ COMMENT= Use filters on sections of your BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ p5-Syntax-Highlight-Shell>=0:${PORTSDIR}/www/p5-Syntax-Highlight-Shell \ - perltidy>=0:${PORTSDIR}/devel/perltidy \ + perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \ p5-Syntax-Highlight-HTML>=0:${PORTSDIR}/www/p5-Syntax-Highlight-HTML RUN_DEPENDS:= ${BUILD_DEPENDS}