mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-http-cookies: Updated for version 6.01.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c0e75e9409
commit
8008e5de40
3 changed files with 9 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-http-cookies
|
||||
|
||||
# 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-cookies
|
||||
VERSION=${VERSION:-6.00}
|
||||
VERSION=${VERSION:-6.01}
|
||||
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-Cookies
|
||||
DOCFILES="Changes README"
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-http-cookies"
|
||||
VERSION="6.00"
|
||||
VERSION="6.01"
|
||||
HOMEPAGE="http://search.cpan.org/dist/HTTP-Cookies/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.00.tar.gz"
|
||||
MD5SUM="21bed72b30a46604c152b7e25cf1cb45"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz"
|
||||
MD5SUM="ecfd0eeb88512033352c2f13c9580f03"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -10,9 +10,9 @@ perl-http-cookies: perl-http-cookies (HTTP cookie jars)
|
|||
perl-http-cookies:
|
||||
perl-http-cookies: This class is for objects that represent a "cookie jar"
|
||||
perl-http-cookies: that is, a database of all the HTTP cookies that a given
|
||||
perl-http-cookies: LWP::UserAgent object knows about
|
||||
perl-http-cookies: LWP::UserAgent object knows about
|
||||
perl-http-cookies:
|
||||
perl-http-cookies: http://search.cpan.org/dist/HTTP-Cookies/
|
||||
perl-http-cookies: http://search.cpan.org/dist/HTTP-Cookies/
|
||||
perl-http-cookies:
|
||||
perl-http-cookies:
|
||||
perl-http-cookies:
|
||||
|
|
Loading…
Reference in a new issue