summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2014-08-07 08:41:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-07 08:41:07 +0700
commit48e1bd52de8f7079ba898420a3e3344cafeaabcb (patch)
tree397141097535492c26b0fe6d7043e2f768a9fe0e /perl
parentc23626cff52dcaab4bd0c9b06ee64fdcf6077d0b (diff)
downloadslackbuilds-48e1bd52de8f7079ba898420a3e3344cafeaabcb.tar.gz
slackbuilds-48e1bd52de8f7079ba898420a3e3344cafeaabcb.tar.xz
perl/libwww-perl: Updated for version 6.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/libwww-perl/libwww-perl.SlackBuild12
-rw-r--r--perl/libwww-perl/libwww-perl.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/perl/libwww-perl/libwww-perl.SlackBuild b/perl/libwww-perl/libwww-perl.SlackBuild
index 60b2efd8e0..efea91b0b9 100644
--- a/perl/libwww-perl/libwww-perl.SlackBuild
+++ b/perl/libwww-perl/libwww-perl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libwww-perl
-# Copyright 2008-2013 LukenShiro, Italy
+# Copyright 2008-2014 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libwww-perl
-VERSION=${VERSION:-6.05}
+VERSION=${VERSION:-6.08}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,10 +52,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -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 {} \;
echo "y" | perl Makefile.PL \
PREFIX=/usr \
diff --git a/perl/libwww-perl/libwww-perl.info b/perl/libwww-perl/libwww-perl.info
index bdc82a2c88..b8c9a97a9e 100644
--- a/perl/libwww-perl/libwww-perl.info
+++ b/perl/libwww-perl/libwww-perl.info
@@ -1,8 +1,8 @@
PRGNAM="libwww-perl"
-VERSION="6.05"
+VERSION="6.08"
HOMEPAGE="https://metacpan.org/pod/LWP"
-DOWNLOAD="http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz"
-MD5SUM="637d5f1eb61336ca2caa6e026b382f87"
+DOWNLOAD="http://www.cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-6.08.tar.gz"
+MD5SUM="28e5005609af16c1fa297d12e0312f86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-file-listing perl-http-cookies perl-http-daemon perl-http-negotiate perl-net-http perl-www-robotrules"