perl/perl-www-mechanize: Updated for version 1.84.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Brenton Earl 2017-04-07 22:38:52 +01:00 committed by Willy Sudiarto Raharjo
parent ea8df22fa2
commit 548db0ee41
2 changed files with 6 additions and 7 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for perl-www-mechanize # Slackware build script for perl-www-mechanize
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com> # Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com> # Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-www-mechanize PRGNAM=perl-www-mechanize
VERSION=${VERSION:-1.75} VERSION=${VERSION:-1.84}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -32,7 +32,7 @@ SRCNAM=WWW-Mechanize
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
@ -63,7 +63,6 @@ perl Makefile.PL \
INSTALLDIRS=vendor \ INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3 INSTALLVENDORMAN3DIR=/usr/man/man3
make make
make test
make install DESTDIR=$PKG make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-www-mechanize" PRGNAM="perl-www-mechanize"
VERSION="1.75" VERSION="1.84"
HOMEPAGE="https://metacpan.org/pod/WWW::Mechanize" HOMEPAGE="https://metacpan.org/pod/WWW::Mechanize"
DOWNLOAD="http://www.cpan.org/authors/id/E/ET/ETHER/WWW-Mechanize-1.75.tar.gz" DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/WWW-Mechanize-1.84.tar.gz"
MD5SUM="9a4b9c8827f519908ef0a0d2b8ae96fa" MD5SUM="a425ae16d3b634ae34062f2fafc0a4ac"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="perl-html-form perl-http-response-encoding perl-http-server-simple perl-test-warn" REQUIRES="perl-html-form perl-http-response-encoding perl-http-server-simple perl-test-warn"