summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Glenn Becker2014-06-23 02:46:37 +0200
committer Willy Sudiarto Raharjo2014-06-23 02:46:37 +0200
commit81d8f0cc080f8678480b1613618d7bd14fe5f41d (patch)
tree8f641f20b45aa78d481bae75b037cc5210cd12f1
parent3ef6fd07ce5f4bc34a5520a407c45e480e88b0d0 (diff)
downloadslackbuilds-81d8f0cc080f8678480b1613618d7bd14fe5f41d.tar.gz
perl/perl-extutils-depends: Updated for version 0.308.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/perl-extutils-depends/perl-extutils-depends.SlackBuild12
-rw-r--r--perl/perl-extutils-depends/perl-extutils-depends.info10
2 files changed, 12 insertions, 10 deletions
diff --git a/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild b/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
index 641004a4bd..e1d940168b 100644
--- a/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
+++ b/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
@@ -6,6 +6,8 @@
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
+# Update for version 0.308 by Glenn Becker <burningc@sdf.org>
+#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@@ -24,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-extutils-depends
-VERSION=${VERSION:-0.306}
+VERSION=${VERSION:-0.308}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,12 +55,12 @@ 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 || exit 1
+perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG
diff --git a/perl/perl-extutils-depends/perl-extutils-depends.info b/perl/perl-extutils-depends/perl-extutils-depends.info
index a84c680c04..9bcdc04fa2 100644
--- a/perl/perl-extutils-depends/perl-extutils-depends.info
+++ b/perl/perl-extutils-depends/perl-extutils-depends.info
@@ -1,10 +1,10 @@
PRGNAM="perl-extutils-depends"
-VERSION="0.306"
+VERSION="0.308"
HOMEPAGE="http://search.cpan.org/dist/ExtUtils-Depends/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-Depends-0.306.tar.gz"
-MD5SUM="ae03b4f7d7ebd1fe8932f3c01f40664c"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-Depends-0.308.tar.gz"
+MD5SUM="cea7ebb99d05fe47c24a1de043b478f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Glenn Becker"
+EMAIL="burningc@sdf.org"