perl/perl-xml-twig: Updated for versio 3.44.

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 16:59:11 +07:00 committed by Robby Workman
parent e647ab942b
commit 0550a58090
2 changed files with 9 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-xml-twig
VERSION=3.41
VERSION=${VERSION:-3.44}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
@ -44,7 +44,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
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 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL -y INSTALLDIRS=vendor

View file

@ -1,8 +1,8 @@
PRGNAM="perl-xml-twig"
VERSION="3.41"
VERSION="3.44"
HOMEPAGE="http://xmltwig.org/xmltwig/"
DOWNLOAD="http://xmltwig.org/xmltwig/XML-Twig-3.41.tar.gz"
MD5SUM="79a203a153c8e5e843ce6de59ba56804"
DOWNLOAD="http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-3.44.tar.gz"
MD5SUM="f1d0b8848df388d96c1113fb63fa8e85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""