diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2012-08-21 23:13:08 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 23:13:08 -0500 |
commit | 237efc2e68331caec28ea334108512577d6ca2cc (patch) | |
tree | 7fcd7607e967ab2564dc8b65f482deb17b2f5280 /perl/perl-www-mechanize | |
parent | 0894d327c0ee6dbcaa80009cf74225c7a2fb42d0 (diff) |
perl/perl-www-mechanize: Updated for version 1.72.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-www-mechanize')
-rw-r--r-- | perl/perl-www-mechanize/README | 3 | ||||
-rw-r--r-- | perl/perl-www-mechanize/perl-www-mechanize.SlackBuild | 6 | ||||
-rw-r--r-- | perl/perl-www-mechanize/perl-www-mechanize.info | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/perl/perl-www-mechanize/README b/perl/perl-www-mechanize/README index c62e7f1c105f..8ab7a681a6ab 100644 --- a/perl/perl-www-mechanize/README +++ b/perl/perl-www-mechanize/README @@ -1,8 +1,5 @@ Perl module to assist in interaction with websites. Handles link scrubbing and form processing. -This requires perl-http-response-encoding, perl-http-server-simple, -and perl-test-warn. - NOTE: If you do not have an Internet connection when building, comment out the line 'make test' in the SlackBuild. diff --git a/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild b/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild index 343aa375b1e4..53439d2c7ac6 100644 --- a/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild +++ b/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-www-mechanize -# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010-2012 Binh Nguyen <binhnguyen@fastmail.fm> # 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=perl-www-mechanize -VERSION=${VERSION:-1.68} +VERSION=${VERSION:-1.72} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,7 +68,7 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mv $PKG/usr/share/man/man1 $PKG/usr/man ; rm -rf $PKG/usr/share +mv $PKG/usr/share/man/man1 $PKG/usr/man find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true diff --git a/perl/perl-www-mechanize/perl-www-mechanize.info b/perl/perl-www-mechanize/perl-www-mechanize.info index eda08f8821bf..373867aa651d 100644 --- a/perl/perl-www-mechanize/perl-www-mechanize.info +++ b/perl/perl-www-mechanize/perl-www-mechanize.info @@ -1,10 +1,10 @@ PRGNAM="perl-www-mechanize" -VERSION="1.68" +VERSION="1.72" HOMEPAGE="http://search.cpan.org/dist/WWW-Mechanize/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/WWW-Mechanize-1.68.tar.gz" -MD5SUM="71114f8ace65bfcac0900d5d13e37cc1" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/WWW-Mechanize-1.72.tar.gz" +MD5SUM="231709669de7d912185b91e454206532" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="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" MAINTAINER="Binh Nguyen" EMAIL="binhnguyen@fastmail.fm" |