diff options
author | LukenShiro <lukenshiro@ngi.it> | 2012-04-29 20:11:29 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:04 -0500 |
commit | 65031db34e7f471a116fa2a236564f2ed5f8440b (patch) | |
tree | cccbce9ac228220ee1bed5cb8a65f7f344cd9451 /perl | |
parent | d3677df7f42808d52db38205097113bff13b7e43 (diff) | |
download | slackbuilds-65031db34e7f471a116fa2a236564f2ed5f8440b.tar.gz |
perl/perl-net-http: Updated for version 6.03.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-net-http/perl-net-http.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-net-http/perl-net-http.info | 8 | ||||
-rw-r--r-- | perl/perl-net-http/slack-desc | 4 |
3 files changed, 9 insertions, 10 deletions
diff --git a/perl/perl-net-http/perl-net-http.SlackBuild b/perl/perl-net-http/perl-net-http.SlackBuild index ea849dbab1..7387f8464e 100644 --- a/perl/perl-net-http/perl-net-http.SlackBuild +++ b/perl/perl-net-http/perl-net-http.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-net-http -# Copyright 2011 LukenShiro, Italy +# Copyright 2011-2012 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-net-http -VERSION=${VERSION:-6.02} +VERSION=${VERSION:-6.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -44,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=Net-HTTP DOCFILES="Changes README" -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/perl/perl-net-http/perl-net-http.info b/perl/perl-net-http/perl-net-http.info index b01dfdca0d..97028142fb 100644 --- a/perl/perl-net-http/perl-net-http.info +++ b/perl/perl-net-http/perl-net-http.info @@ -1,10 +1,10 @@ PRGNAM="perl-net-http" -VERSION="6.02" +VERSION="6.03" HOMEPAGE="http://search.cpan.org/dist/Net-HTTP/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-6.02.tar.gz" -MD5SUM="b0fa0a246872ff8da48c65da6f5281fc" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-6.03.tar.gz" +MD5SUM="86957940d96649ca782b686686b82e7b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -APPROVED="rworkman" +APPROVED="dsomero" diff --git a/perl/perl-net-http/slack-desc b/perl/perl-net-http/slack-desc index 082ce34d7b..6068359f86 100644 --- a/perl/perl-net-http/slack-desc +++ b/perl/perl-net-http/slack-desc @@ -5,14 +5,14 @@ # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. # |----------------------------------------------------------------| -perl-net-http: perl-net-http (Low-level HTTP connection client) +perl-net-http: perl-net-http (Low-level HTTP connection client) perl-net-http: perl-net-http: The Net::HTTP class is a low-level HTTP client. An instance of perl-net-http: the Net::HTTP class represents a connection to an HTTP server. perl-net-http: The HTTP protocol is described in RFC 2616. The Net::HTTP perl-net-http: class supports HTTP/1.0 and HTTP/1.1. perl-net-http: -perl-net-http: http://search.cpan.org/dist/Net-HTTP/ +perl-net-http: http://search.cpan.org/dist/Net-HTTP/ perl-net-http: perl-net-http: perl-net-http: |