diff options
author | LukenShiro <lukenshiro@ngi.it> | 2012-04-29 20:11:47 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:04 -0500 |
commit | 9e68b57e301d730ca157b6c077618c586c29d244 (patch) | |
tree | 5ab9c0457b7007773dd1cc93cf429afdfa145fcb /perl | |
parent | 65031db34e7f471a116fa2a236564f2ed5f8440b (diff) | |
download | slackbuilds-9e68b57e301d730ca157b6c077618c586c29d244.tar.gz |
perl/perl-uri-escape: Updated for version 1.60.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-uri-escape/perl-uri-escape.SlackBuild | 8 | ||||
-rw-r--r-- | perl/perl-uri-escape/perl-uri-escape.info | 8 | ||||
-rw-r--r-- | perl/perl-uri-escape/slack-desc | 4 |
3 files changed, 9 insertions, 11 deletions
diff --git a/perl/perl-uri-escape/perl-uri-escape.SlackBuild b/perl/perl-uri-escape/perl-uri-escape.SlackBuild index 8f97c4a150..b79b42e6c3 100644 --- a/perl/perl-uri-escape/perl-uri-escape.SlackBuild +++ b/perl/perl-uri-escape/perl-uri-escape.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-uri-escape -# Copyright 2011 LukenShiro, Italy +# Copyright 2011-2012 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-uri-escape -VERSION=${VERSION:-1.59} +VERSION=${VERSION:-1.60} 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 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -45,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=URI DOCFILES="Changes README" -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/perl/perl-uri-escape/perl-uri-escape.info b/perl/perl-uri-escape/perl-uri-escape.info index 96f6f2541c..fa47364a6e 100644 --- a/perl/perl-uri-escape/perl-uri-escape.info +++ b/perl/perl-uri-escape/perl-uri-escape.info @@ -1,10 +1,10 @@ PRGNAM="perl-uri-escape" -VERSION="1.59" +VERSION="1.60" HOMEPAGE="http://search.cpan.org/dist/URI/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-1.59.tar.gz" -MD5SUM="fecebf8fa20e2d26ea4a1649c095e96e" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-1.60.tar.gz" +MD5SUM="70f739be8ce28b8baba7c5920ffee4dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -APPROVED="rworkman" +APPROVED="dsomero" diff --git a/perl/perl-uri-escape/slack-desc b/perl/perl-uri-escape/slack-desc index 5ffc52fe21..8089c84d34 100644 --- a/perl/perl-uri-escape/slack-desc +++ b/perl/perl-uri-escape/slack-desc @@ -5,11 +5,11 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler--------------------------------------------------| + |-----handy-ruler------------------------------------------------------| perl-uri-escape: perl-uri-escape (Percent-encode/-decode unsafe characters module) perl-uri-escape: perl-uri-escape: This provides functions to percent-encode and percent-decode -perl-uri-escape: URI strings as defined by RFC 3986. Percent-encoding URI's is +perl-uri-escape: URI strings as defined by RFC 3986. Percent-encoding URI's is perl-uri-escape: informally called "URI escaping". perl-uri-escape: perl-uri-escape: Homepage: http://search.cpan.org/dist/URI/ |