summaryrefslogtreecommitdiffstats
path: root/perl/perl-Module-Build
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2017-03-31 08:41:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-31 08:41:42 +0700
commit9d53e17edc34d50a2ff03b38eb6864a6bdb4cbd6 (patch)
tree3e840520650ca0623c8a0e843bb5637ab94c9c38 /perl/perl-Module-Build
parent15a22d4cf8c156b7e18cf1b2a6dfe3a7c70aeef5 (diff)
downloadslackbuilds-9d53e17edc34d50a2ff03b38eb6864a6bdb4cbd6.tar.gz
slackbuilds-9d53e17edc34d50a2ff03b38eb6864a6bdb4cbd6.tar.xz
perl/perl-Module-Build: Updated for version 0.4222.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Build')
-rw-r--r--perl/perl-Module-Build/perl-Module-Build.SlackBuild8
-rw-r--r--perl/perl-Module-Build/perl-Module-Build.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-Module-Build/perl-Module-Build.SlackBuild b/perl/perl-Module-Build/perl-Module-Build.SlackBuild
index d49bb638ac..9cb43ee3c2 100644
--- a/perl/perl-Module-Build/perl-Module-Build.SlackBuild
+++ b/perl/perl-Module-Build/perl-Module-Build.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for perl-Module-Build.
#
-# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Module-Build
-VERSION=${VERSION:-0.4220}
+VERSION=${VERSION:-0.4222}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ perl Build.PL \
installdirs=vendor \
destdir=$PKG
./Build
-#./Build test
+./Build test
./Build install \
--install_path bindoc=/usr/man/man1 \
--install_path libdoc=/usr/man/man3
@@ -96,7 +96,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Changes INSTALL LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Changes INSTALL LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/perl/perl-Module-Build/perl-Module-Build.info b/perl/perl-Module-Build/perl-Module-Build.info
index bd28d6ee44..d8f105146d 100644
--- a/perl/perl-Module-Build/perl-Module-Build.info
+++ b/perl/perl-Module-Build/perl-Module-Build.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Module-Build"
-VERSION="0.4220"
+VERSION="0.4222"
HOMEPAGE="https://metacpan.org/pod/Module::Build"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4220.tar.gz"
-MD5SUM="9df204e188462a4410d496f316c2c531"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4222.tar.gz"
+MD5SUM="96b2037b595b381ed730d84b9c1ff145"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-PAR-Dist"