summaryrefslogtreecommitdiffstats
path: root/perl/perl-Inline
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-07 13:04:43 +0100
committer Robby Workman2013-11-09 08:34:43 +0100
commitfcb962fefe0ee25077ca3875803a52d95088ceed (patch)
tree80b044b96f97b8f748ac8fbf17731c8a01f6c472 /perl/perl-Inline
parent30a8dc56ccdd6474a3eb905566b4c6df39f76d66 (diff)
downloadslackbuilds-fcb962fefe0ee25077ca3875803a52d95088ceed.tar.gz
perl/perl-Inline: Updated for version 0.53.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Inline')
-rw-r--r--perl/perl-Inline/perl-Inline.SlackBuild8
-rw-r--r--perl/perl-Inline/perl-Inline.info8
-rw-r--r--perl/perl-Inline/slack-desc2
3 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-Inline/perl-Inline.SlackBuild b/perl/perl-Inline/perl-Inline.SlackBuild
index 388f5d1755..ae4209dd48 100644
--- a/perl/perl-Inline/perl-Inline.SlackBuild
+++ b/perl/perl-Inline/perl-Inline.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Inline
-VERSION=${VERSION:-0.51}
+VERSION=${VERSION:-0.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,11 +65,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
-find . \
+find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
PERL_MM_USE_DEFAULT=y perl Makefile.PL \
PREFIX=/usr \
diff --git a/perl/perl-Inline/perl-Inline.info b/perl/perl-Inline/perl-Inline.info
index b8aa4b51fe..1ac90a9500 100644
--- a/perl/perl-Inline/perl-Inline.info
+++ b/perl/perl-Inline/perl-Inline.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Inline"
-VERSION="0.51"
-HOMEPAGE="http://search.cpan.org/~sisyphus/Inline-0.51/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-0.51.tar.gz"
-MD5SUM="9af4c4719d5315a691a2745097c53b07"
+VERSION="0.53"
+HOMEPAGE="http://search.cpan.org/~sisyphus/Inline-0.53/"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-0.53.tar.gz"
+MD5SUM="7d0133546d2243e5dfcb1b5a75f9011e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Parse-RecDescent perl-test-warn"
diff --git a/perl/perl-Inline/slack-desc b/perl/perl-Inline/slack-desc
index 553ff5ba15..7c83246d26 100644
--- a/perl/perl-Inline/slack-desc
+++ b/perl/perl-Inline/slack-desc
@@ -16,4 +16,4 @@ perl-Inline:
perl-Inline: This also installs the sub-module perl-Inline-C.
perl-Inline:
perl-Inline:
-perl-Inline: http://search.cpan.org/~sisyphus/Inline-0.51/
+perl-Inline: http://search.cpan.org/~sisyphus/Inline-0.53/