summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Michel Begue2024-04-28 08:23:12 +0200
committer Willy Sudiarto Raharjo2024-05-04 16:44:55 +0200
commit84b47d0038737283b260db41ff418206d8cec5d9 (patch)
tree021475b7380600a48f317a46cf58ca49c9306caf
parent3357984e8be55fc26a706fe4b9e7b4bd55ad24a7 (diff)
downloadslackbuilds-84b47d0038737283b260db41ff418206d8cec5d9.tar.gz
perl/perl-YAML-Tiny: Updated for version 1.74
Signed-off-by: Michel Begue <mab974@misouk.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild5
-rw-r--r--perl/perl-YAML-Tiny/perl-YAML-Tiny.info8
2 files changed, 7 insertions, 6 deletions
diff --git a/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild b/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild
index 735e56ae23..42d511b0fc 100644
--- a/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild
+++ b/perl/perl-YAML-Tiny/perl-YAML-Tiny.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for perl-YAML-Tiny.
#
-# Copyright 2020 M.A. Begue mab974@gmail.com
+# Copyright 2020 M.A. Begue mab974@misouk.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-YAML-Tiny
-VERSION=${VERSION:-1.73}
+VERSION=${VERSION:-1.74}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,6 +86,7 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
+make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/perl/perl-YAML-Tiny/perl-YAML-Tiny.info b/perl/perl-YAML-Tiny/perl-YAML-Tiny.info
index 7373a62810..b4ba6a7fb3 100644
--- a/perl/perl-YAML-Tiny/perl-YAML-Tiny.info
+++ b/perl/perl-YAML-Tiny/perl-YAML-Tiny.info
@@ -1,10 +1,10 @@
PRGNAM="perl-YAML-Tiny"
-VERSION="1.73"
+VERSION="1.74"
HOMEPAGE="https://metacpan.org/pod/YAML::Tiny"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.tar.gz"
-MD5SUM="d1bb2525e4ab46bfab4b22842c467529"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.74.tar.gz"
+MD5SUM="5a2b53a7cf7f3dcc98173944565ca0d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Michel A. BEGUE"
-EMAIL="mab974@gmail.com"
+EMAIL="mab974@misouk.com"