summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Andreas Voegele <andreas@andreasvoegele.com>2016-09-12 08:28:33 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-12 08:28:33 +0700
commit927ef8289544542271e678bfb9c70b18dd0c1114 (patch)
treecadeb9b86c789375263980519483eee677c49f6a /perl
parentb2268db0d0e743660c24730bb62bf4ede5145c3b (diff)
downloadslackbuilds-927ef8289544542271e678bfb9c70b18dd0c1114.tar.gz
slackbuilds-927ef8289544542271e678bfb9c70b18dd0c1114.tar.xz
perl/perl-CPANPLUS: Updated for version 0.9160.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild11
-rw-r--r--perl/perl-CPANPLUS/perl-CPANPLUS.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild b/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild
index 1fa4205781..f338edd9b0 100644
--- a/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild
+++ b/perl/perl-CPANPLUS/perl-CPANPLUS.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-CPANPLUS
-# Copyright 2013-2015 Andreas Voegele <andreas@andreasvoegele.com>
+# Copyright 2013-2016 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=perl-CPANPLUS
-VERSION=${VERSION:-0.9156}
+VERSION=${VERSION:-0.9160}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -25,7 +25,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -36,8 +36,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -66,7 +66,6 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
- PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
diff --git a/perl/perl-CPANPLUS/perl-CPANPLUS.info b/perl/perl-CPANPLUS/perl-CPANPLUS.info
index e0ac1539f6..ea5c1cf4c5 100644
--- a/perl/perl-CPANPLUS/perl-CPANPLUS.info
+++ b/perl/perl-CPANPLUS/perl-CPANPLUS.info
@@ -1,8 +1,8 @@
PRGNAM="perl-CPANPLUS"
-VERSION="0.9156"
+VERSION="0.9160"
HOMEPAGE="https://metacpan.org/pod/CPANPLUS"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/CPANPLUS-0.9156.tar.gz"
-MD5SUM="99134c27de949d2734278c4b121e5b3f"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/CPANPLUS-0.9160.tar.gz"
+MD5SUM="3553c520142dbf677432168416edeafe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Archive-Extract perl-DBD-SQLite perl-DBIx-Simple perl-Log-Message perl-Module-Pluggable perl-Object-Accessor perl-Package-Constants perl-Term-ReadLine-Gnu perl-Term-UI"