summaryrefslogtreecommitdiffstats
path: root/perl/perl-Try-Tiny
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-06 16:12:15 +0100
committer Robby Workman2013-11-09 08:34:38 +0100
commitdbc91420c132480bb2332e1d70db25f7d17f29bb (patch)
tree20bbb407f5256f958a5fb8828c2714ddc05f0f73 /perl/perl-Try-Tiny
parenta86f0feca3efb1f793a75a66f7454207be2c45a8 (diff)
downloadslackbuilds-dbc91420c132480bb2332e1d70db25f7d17f29bb.tar.gz
perl/perl-Try-Tiny: Updated for 0.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Try-Tiny')
-rw-r--r--perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild8
-rw-r--r--perl/perl-Try-Tiny/perl-Try-Tiny.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild b/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild
index a7ce872c91..7e369fdf4d 100644
--- a/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild
+++ b/perl/perl-Try-Tiny/perl-Try-Tiny.SlackBuild
@@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Try-Tiny
-VERSION=${VERSION:-0.11}
+VERSION=${VERSION:-0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,11 +68,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 Makefile.PL \
PREFIX=/usr \
diff --git a/perl/perl-Try-Tiny/perl-Try-Tiny.info b/perl/perl-Try-Tiny/perl-Try-Tiny.info
index 28fd31139d..1f50b8d596 100644
--- a/perl/perl-Try-Tiny/perl-Try-Tiny.info
+++ b/perl/perl-Try-Tiny/perl-Try-Tiny.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Try-Tiny"
-VERSION="0.11"
+VERSION="0.18"
HOMEPAGE="http://search.cpan.org/~doy/Try-Tiny/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/Try-Tiny-0.11.tar.gz"
-MD5SUM="4d2c8ff385ac3513edf4c042dd0eacbe"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-0.18.tar.gz"
+MD5SUM="86f4586f2f980bb46599ebe3e879303f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""