perl/perl-Tidy: Updated for version 20130922.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-09 08:19:29 +07:00 committed by Robby Workman
parent b02bc7bf63
commit a227e67d29
3 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@
# Written by Joey Trungale <joey@trungale.net>
PRGNAM=perl-Tidy
VERSION=${VERSION:-20090616}
VERSION=${VERSION:-20130922}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -46,11 +46,11 @@ rm -rf $SRC_PRGNAM-$VERSION
tar xvf $CWD/$SRC_PRGNAM-$VERSION.tar.gz
cd $SRC_PRGNAM-$VERSION
chown -R root:root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
INSTALLDIRS=vendor \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Tidy"
VERSION="20090616"
HOMEPAGE="http://search.cpan.org/dist/Tidy"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SH/SHANCOCK/Perl-Tidy-20090616.tar.gz"
MD5SUM="63baa94a96fc5c272e06e72e589e7673"
VERSION="20130922"
HOMEPAGE="http://search.cpan.org/~shancock/Perl-Tidy-20130922/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SH/SHANCOCK/Perl-Tidy-20130922.tar.gz"
MD5SUM="efc831bc9f238ae037dae22c41b6ba31"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -11,8 +11,8 @@ perl-Tidy:
perl-Tidy: Perltidy is a tool to indent and reformat perl scripts.
perl-Tidy: It can also write scripts in html format.
perl-Tidy:
perl-Tidy: http://search.cpan.org/dist/Tidy
perl-Tidy:
perl-Tidy: Project URL:
perl-Tidy: http://search.cpan.org/~shancock/Perl-Tidy-20130922/
perl-Tidy:
perl-Tidy:
perl-Tidy: