Date: Fri, 15 Nov 2013 17:10:54 +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: r333892 - in head: . devel devel/p5-Perl-Tidy devel/perltidy Message-ID: <201311151710.rAFHAs5k099883@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Nov 15 17:10:53 2013 New Revision: 333892 URL: http://svnweb.freebsd.org/changeset/ports/333892 Log: Rename devel/perltidy to devel/p5-Perl-Tidy to stay coherent with upstream. PR: ports/169337 Submitted by: sunpoet Added: head/devel/p5-Perl-Tidy/ - copied from r333891, head/devel/perltidy/ Deleted: head/devel/perltidy/ Modified: head/MOVED head/devel/Makefile head/devel/p5-Perl-Tidy/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 15 17:00:46 2013 (r333891) +++ head/MOVED Fri Nov 15 17:10:53 2013 (r333892) @@ -5184,3 +5184,4 @@ games/tmw|games/manaplus|2013-11-12|Repl graphics/mesagl||2013-11-14|Old unmaintained version. Use graphics/libosmesa instead editors/xxe||2013-11-15|Has expired: XXE becomes unfetchable every 3-4 months as distfile is replaced with new version. This high-maintenance port requires a maintainer to avoid removal. editors/xml2rfc-xxe||2013-11-15|Has expired: Depends on editors/xxe, which is due to be removed due to lack of maintainer +devel/perltidy|devel/p5-Perl-Tidy|2013-11-15|Renamed to match upstream naming Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 15 17:00:46 2013 (r333891) +++ head/devel/Makefile Fri Nov 15 17:10:53 2013 (r333892) @@ -2541,6 +2541,7 @@ SUBDIR += p5-Perl-Metrics-Simple SUBDIR += p5-Perl-OSType SUBDIR += p5-Perl-PrereqScanner + SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version SUBDIR += p5-Perl6-Builtins @@ -3300,7 +3301,6 @@ SUBDIR += pep8 SUBDIR += performance SUBDIR += perlconsole - SUBDIR += perltidy SUBDIR += php-java-bridge SUBDIR += php-libawl SUBDIR += php-memoize Modified: head/devel/p5-Perl-Tidy/Makefile ============================================================================== --- head/devel/perltidy/Makefile Fri Nov 15 17:00:46 2013 (r333891) +++ head/devel/p5-Perl-Tidy/Makefile Fri Nov 15 17:10:53 2013 (r333892) @@ -1,12 +1,12 @@ # Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -PORTNAME= perltidy +PORTNAME= Perl-Tidy PORTVERSION= 20130922 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Perl -DISTNAME= Perl-Tidy-${PORTVERSION} +PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Indents and reformats Perl scripts to make them easier to read
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151710.rAFHAs5k099883>