perl/perl-YAML-Syck: Updated for version 1.27.

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-06 22:00:37 +07:00 committed by Robby Workman
parent 0b96b8dec8
commit d99624cfd2
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
SRCNAM=YAML-Syck
PRGNAM=perl-$SRCNAM
VERSION=${VERSION:-1.20}
VERSION=${VERSION:-1.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,11 +63,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
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 \
PREFIX=/usr \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-YAML-Syck"
VERSION="1.20"
HOMEPAGE="http://search.cpan.org/~toddr/YAML-Syck-1.20/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/YAML-Syck-1.20.tar.gz"
MD5SUM="8f6d04ee5817b8479e1234264a8d458d"
VERSION="1.27"
HOMEPAGE="http://search.cpan.org/~toddr/YAML-Syck-1.27/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/YAML-Syck-1.27.tar.gz"
MD5SUM="8920091e68a078cfa9c42041e5759162"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-yaml"