summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Nishant Limbachia2012-12-18 23:00:10 +0100
committer dsomero2012-12-23 15:16:46 +0100
commit719a45fae61b4454832332a6b43fe9b36a04fa06 (patch)
treea8909f479a41b4af1ade77da0e25fe98ddc0ab25 /perl
parentaa31394561ddbb69431e76c61b501eff5ac540ac (diff)
downloadslackbuilds-719a45fae61b4454832332a6b43fe9b36a04fa06.tar.gz
perl/perl-Test-Deep: Updated for version 0.110.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Test-Deep/perl-Test-Deep.SlackBuild14
-rw-r--r--perl/perl-Test-Deep/perl-Test-Deep.info7
2 files changed, 12 insertions, 9 deletions
diff --git a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
index cca3625c1a..5610d21cba 100644
--- a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
+++ b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
@@ -3,8 +3,8 @@
# Slackware Package Build Script for perl modules: Test::Deep
# Home Page http://search.cpan.org/dist/Test-Deep/
-# Copyright (c) 2011-2012, Nishant Limbachia, Hoffman Estates, IL, USA
-# <nishant _AT_ mnspace _DOT_ net>
+# Copyright (c) 2011-2013, Nishant Limbachia, Hoffman Estates, IL, USA
+# (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
# Redistribution and use of this script, with or without modification, is
@@ -25,12 +25,13 @@
# 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-Deep
-VERSION=${VERSION:-0.109}
+
+PRGNAM="perl-Test-Deep"
+VERSION=${VERSION:-0.110}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCNAM=$(echo $PRGNAM | cut -f2- -d- )
+SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -77,7 +78,8 @@ find . \
CFLAGS="$SLKCFLAGS" \
-perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
+perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \
+INSTALLVENDORMAN1DIR=/usr/man/man1 INSTALLVENDORMAN3DIR=/usr/man/man3
make
make install DESTDIR=$PKG
diff --git a/perl/perl-Test-Deep/perl-Test-Deep.info b/perl/perl-Test-Deep/perl-Test-Deep.info
index ffa1e0fa08..dc85aa58f5 100644
--- a/perl/perl-Test-Deep/perl-Test-Deep.info
+++ b/perl/perl-Test-Deep/perl-Test-Deep.info
@@ -1,10 +1,11 @@
PRGNAM="perl-Test-Deep"
-VERSION="0.109"
+VERSION="0.110"
HOMEPAGE="http://search.cpan.org/dist/Test-Deep/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-0.109.tar.gz"
-MD5SUM="9a864e38f716860fe8acdb4a60154b0c"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-0.110.tar.gz"
+MD5SUM="a5daeaaffcd8cf94a12594ff76970045"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-NoWarnings"
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
+