summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-message/perl-http-message.SlackBuild
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2012-04-29 20:10:13 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-30 00:40:04 -0500
commit3856d5e5dcc9a7d36fcbe9dee53de82335a9d520 (patch)
treeb46bc617e38cf94d2b3c83ae9a76c6cd192614bc /perl/perl-http-message/perl-http-message.SlackBuild
parent1e94f82c947b307076e53f99d5a3c03ac6010570 (diff)
downloadslackbuilds-3856d5e5dcc9a7d36fcbe9dee53de82335a9d520.tar.gz
slackbuilds-3856d5e5dcc9a7d36fcbe9dee53de82335a9d520.tar.xz
perl/perl-http-message: Updated for version 6.03.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-message/perl-http-message.SlackBuild')
-rw-r--r--perl/perl-http-message/perl-http-message.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-http-message/perl-http-message.SlackBuild b/perl/perl-http-message/perl-http-message.SlackBuild
index 06fc219c55..fb68982ca4 100644
--- a/perl/perl-http-message/perl-http-message.SlackBuild
+++ b/perl/perl-http-message/perl-http-message.SlackBuild
@@ -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