diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2011-07-19 11:04:01 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:12 -0500 |
commit | 19f3f07d8498ea4d948bc161bc728143b2d674df (patch) | |
tree | a7911724eec1c52d4857bd0b0158b52643ca12c1 /perl | |
parent | c04f8e1cf0d7d88635b35348c595fd0a103cf7e7 (diff) |
perl/perl-www-mechanize: Updated for version 1.68.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-www-mechanize/README | 3 | ||||
-rw-r--r-- | perl/perl-www-mechanize/perl-www-mechanize.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-www-mechanize/perl-www-mechanize.info | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-www-mechanize/README b/perl/perl-www-mechanize/README index 05cb3136f06a..c62e7f1c105f 100644 --- a/perl/perl-www-mechanize/README +++ b/perl/perl-www-mechanize/README @@ -3,3 +3,6 @@ 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 02eaeaef5c3a..343aa375b1e4 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 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010-2011 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.66} +VERSION=${VERSION:-1.68} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,11 +71,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mv $PKG/usr/share/man/man1 $PKG/usr/man ; rm -rf $PKG/usr/share find $PKG/usr/man -type f -exec gzip -9 {} \; -# Remove perllocal.pod and other special files that don't need to be installed, -# as they will overwrite what's already on the system find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true -# Remove empty directories find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/perl/perl-www-mechanize/perl-www-mechanize.info b/perl/perl-www-mechanize/perl-www-mechanize.info index bf90d95c7978..a96a1ba63d70 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.66" +VERSION="1.68" HOMEPAGE="http://search.cpan.org/dist/WWW-Mechanize/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/WWW-Mechanize-1.66.tar.gz" -MD5SUM="40690ba4cd93b8c3b931582acf87eeac" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/WWW-Mechanize-1.68.tar.gz" +MD5SUM="71114f8ace65bfcac0900d5d13e37cc1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Binh Nguyen" EMAIL="binhnguyen@fastmail.fm" -APPROVED="rworkman" +APPROVED="rworkman,Niels Horn" |