perl/perl-Text-CSV_XS: Updated for 1.02.

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-11 23:21:45 +07:00 committed by Robby Workman
parent 964b83fea6
commit 67a9b5dd1d
2 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
# Written by Falu <falu0_0@fastmail.fm>
PRGNAM=perl-Text-CSV_XS
VERSION=${VERSION:-0.91}
VERSION=${VERSION:-1.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -47,11 +47,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tgz
cd $SRCNAM-$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 \
OPTIMIZE="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Text-CSV_XS"
VERSION="0.91"
VERSION="1.02"
HOMEPAGE="http://search.cpan.org/~hmbrand/Text-CSV_XS/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/Text-CSV_XS-0.91.tgz"
MD5SUM="391fb562340969e76250bcc02bfa58fa"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.02.tgz"
MD5SUM="6eea14245cd119f8b81ef2d1db852323"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""