Rename devel/perltidy to devel/p5-Perl-Tidy to stay coherent with upstream.

PR:		ports/169337
Submitted by:	sunpoet
This commit is contained in:
Mathieu Arnold 2013-11-15 17:10:53 +00:00
parent fdb86dc114
commit fafc2605c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333892
6 changed files with 4 additions and 3 deletions

1
MOVED
View file

@ -5184,3 +5184,4 @@ games/tmw|games/manaplus|2013-11-12|Replaced with games/manaplus
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

View file

@ -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

View file

@ -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