diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2012-12-18 17:00:10 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:46 -0500 |
commit | 719a45fae61b4454832332a6b43fe9b36a04fa06 (patch) | |
tree | a8909f479a41b4af1ade77da0e25fe98ddc0ab25 /perl/perl-Test-Deep | |
parent | aa31394561ddbb69431e76c61b501eff5ac540ac (diff) |
perl/perl-Test-Deep: Updated for version 0.110.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Deep')
-rw-r--r-- | perl/perl-Test-Deep/perl-Test-Deep.SlackBuild | 14 | ||||
-rw-r--r-- | perl/perl-Test-Deep/perl-Test-Deep.info | 7 |
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 cca3625c1a6d..5610d21cbad7 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 ffa1e0fa0858..dc85aa58f51c 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" + |