perl/perl-XML-LibXSLT: Updated for version 1.82.

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:51:10 +07:00 committed by Robby Workman
parent 21ab465f81
commit 348223b201
3 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-XML-LibXSLT
VERSION=${VERSION:-1.70}
VERSION=${VERSION:-1.82}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,11 +68,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-XML-LibXSLT"
VERSION="1.70"
HOMEPAGE="http://search.cpan.org/~pajas/XML-LibXSLT-1.70/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-1.70.tar.gz"
MD5SUM="c63a7913999de076e5c911810f69b392"
VERSION="1.82"
HOMEPAGE="http://search.cpan.org/~shlomif/XML-LibXSLT-1.82/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.82.tar.gz"
MD5SUM="91b5432b2c68fcf88b25cfd825b23b14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-xml-libxml"

View File

@ -12,7 +12,7 @@ perl-XML-LibXSLT: This module is an interface to the gnome project's libxslt. Th
perl-XML-LibXSLT: an extremely good XSLT engine, highly compliant and also very fast. I
perl-XML-LibXSLT: have tests showing this to be more than twice as fast as Sablotron.
perl-XML-LibXSLT:
perl-XML-LibXSLT: Homepage: http://search.cpan.org/~pajas/XML-LibXSLT-1.70/
perl-XML-LibXSLT: Homepage: http://search.cpan.org/~shlomif/XML-LibXSLT-1.82/
perl-XML-LibXSLT:
perl-XML-LibXSLT:
perl-XML-LibXSLT: