summaryrefslogtreecommitdiffstats
path: root/perl/perl-ExtUtils-Config
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-19 20:28:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-22 16:21:23 +0700
commita3a60715dbd091d5f087b6dee3f49c0e13171269 (patch)
tree43d747448a48ceb53dbbd44548aca9eee7bca4d7 /perl/perl-ExtUtils-Config
parent1e75ac696b8dbfd66d6d54bf4a3a79b357154d42 (diff)
downloadslackbuilds-a3a60715dbd091d5f087b6dee3f49c0e13171269.tar.gz
slackbuilds-a3a60715dbd091d5f087b6dee3f49c0e13171269.tar.xz
perl/perl-ExtUtils-Config: Updated for version 0.008.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-ExtUtils-Config')
-rw-r--r--perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild14
-rw-r--r--perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info8
2 files changed, 10 insertions, 12 deletions
diff --git a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
index 5dea9af119..d1d434dc70 100644
--- a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
+++ b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-ExtUtils-Config
-# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
+# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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-ExtUtils-Config
-VERSION=${VERSION:-0.007}
+VERSION=${VERSION:-0.008}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,10 +66,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
PREFIX=/usr \
@@ -90,9 +90,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 README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Changes 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-ExtUtils-Config/perl-ExtUtils-Config.info b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info
index 377801d981..a2a7f19e1f 100644
--- a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info
+++ b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info
@@ -1,8 +1,8 @@
PRGNAM="perl-ExtUtils-Config"
-VERSION="0.007"
-HOMEPAGE="http://search.cpan.org/~leont/ExtUtils-Config-0.007/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/ExtUtils-Config-0.007.tar.gz"
-MD5SUM="2829c0dfa8a7e51b3f582efbee4bb128"
+VERSION="0.008"
+HOMEPAGE="https://metacpan.org/pod/ExtUtils::Config"
+DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz"
+MD5SUM="565a7b09c7cac5907a25bbe2c959a717"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""