mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Rename devel/perltidy to devel/p5-Perl-Tidy to stay coherent with upstream.
PR: ports/169337 Submitted by: sunpoet
This commit is contained in:
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
1
MOVED
|
@ -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
|
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/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
|
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
|
||||||
|
|
|
@ -2541,6 +2541,7 @@
|
||||||
SUBDIR += p5-Perl-Metrics-Simple
|
SUBDIR += p5-Perl-Metrics-Simple
|
||||||
SUBDIR += p5-Perl-OSType
|
SUBDIR += p5-Perl-OSType
|
||||||
SUBDIR += p5-Perl-PrereqScanner
|
SUBDIR += p5-Perl-PrereqScanner
|
||||||
|
SUBDIR += p5-Perl-Tidy
|
||||||
SUBDIR += p5-Perl-Unsafe-Signals
|
SUBDIR += p5-Perl-Unsafe-Signals
|
||||||
SUBDIR += p5-Perl-Version
|
SUBDIR += p5-Perl-Version
|
||||||
SUBDIR += p5-Perl6-Builtins
|
SUBDIR += p5-Perl6-Builtins
|
||||||
|
@ -3300,7 +3301,6 @@
|
||||||
SUBDIR += pep8
|
SUBDIR += pep8
|
||||||
SUBDIR += performance
|
SUBDIR += performance
|
||||||
SUBDIR += perlconsole
|
SUBDIR += perlconsole
|
||||||
SUBDIR += perltidy
|
|
||||||
SUBDIR += php-java-bridge
|
SUBDIR += php-java-bridge
|
||||||
SUBDIR += php-libawl
|
SUBDIR += php-libawl
|
||||||
SUBDIR += php-memoize
|
SUBDIR += php-memoize
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= perltidy
|
PORTNAME= Perl-Tidy
|
||||||
PORTVERSION= 20130922
|
PORTVERSION= 20130922
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= Perl
|
MASTER_SITE_SUBDIR= Perl
|
||||||
DISTNAME= Perl-Tidy-${PORTVERSION}
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Indents and reformats Perl scripts to make them easier to read
|
COMMENT= Indents and reformats Perl scripts to make them easier to read
|
Loading…
Add table
Reference in a new issue