summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Nishant Limbachia2015-08-11 03:34:51 +0200
committer Willy Sudiarto Raharjo2015-08-11 18:25:23 +0200
commit013a5ae403bc0af30a3d3efd0acc7e9c8ac07d2a (patch)
tree401891f1ef7b47f3af04412f171c5c08f06427c7 /perl
parent9405732286f7bb5824c41b05d251eda531eb4658 (diff)
downloadslackbuilds-013a5ae403bc0af30a3d3efd0acc7e9c8ac07d2a.tar.gz
perl/perl-Test-Exception: Updated for version 0.40.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Test-Exception/perl-Test-Exception.SlackBuild10
-rw-r--r--perl/perl-Test-Exception/perl-Test-Exception.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild b/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild
index f5cbd39499..a970de7c9d 100644
--- a/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild
+++ b/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild
@@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: Test::Exception
# Home Page http://search.cpan.org/dist/Test-Exception/
-# Copyright (c) 2008-2014, Nishant Limbachia, Hoffman Estates, IL, USA
+# Copyright (c) 2008-2015, Nishant Limbachia, Hoffman Estates, IL, USA
# <nishant _AT_ mnspace _DOT_ net>
# All rights reserved.
#
@@ -25,12 +25,12 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=perl-Test-Exception
-VERSION=${VERSION:-0.35}
+PRGNAM="perl-Test-Exception"
+VERSION=${VERSION:-0.40}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCNAM=Test-Exception
+SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -55,7 +55,7 @@ elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
-DOCS="Changes README"
+DOCS="Changes"
rm -fr $TMP/$SRCNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/perl/perl-Test-Exception/perl-Test-Exception.info b/perl/perl-Test-Exception/perl-Test-Exception.info
index 4dd93ef8b6..f6d6728c3e 100644
--- a/perl/perl-Test-Exception/perl-Test-Exception.info
+++ b/perl/perl-Test-Exception/perl-Test-Exception.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Test-Exception"
-VERSION="0.35"
+VERSION="0.40"
HOMEPAGE="http://search.cpan.org/dist/Test-Exception/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/Test-Exception-0.35.tar.gz"
-MD5SUM="d774ff26e5fcd67d6364a990b61e62ca"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.40.tar.gz"
+MD5SUM="29993e711cf671f8f2ec759f410de681"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Sub-Uplevel"