Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 17:40:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201311151740.rAFHea7d008229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151740.rAFHea7d008229>