perl/perl-http-message: Updated for version 6.03.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
LukenShiro 2012-04-29 20:10:13 -04:00 committed by Erik Hanson
parent 1e94f82c94
commit 3856d5e5dc
3 changed files with 8 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-http-message
# 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-http-message
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=HTTP-Message
DOCFILES="Changes README"
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT

View file

@ -1,10 +1,10 @@
PRGNAM="perl-http-message"
VERSION="6.02"
VERSION="6.03"
HOMEPAGE="http://search.cpan.org/dist/HTTP-Message/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.02.tar.gz"
MD5SUM="a6b28e44f7b5e5573362f042d522a456"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.03.tar.gz"
MD5SUM="d41b22c7c01b974f2b4e85d401a6b552"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="rworkman"
APPROVED="dsomero"

View file

@ -6,7 +6,7 @@
# leave one space after the ':'.
|------------------------------------------------------------|
perl-http-message: perl-http-message (HTTP style message base class)
perl-http-message: perl-http-message (HTTP style message base class)
perl-http-message:
perl-http-message: An HTTP::Message object contains some headers and a
perl-http-message: content body.