summaryrefslogtreecommitdiffstats
path: root/source/d/perl/perl.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-11-26 20:51:26 +0000
committer Eric Hameleers <alien@slackware.com>2023-11-26 22:30:15 +0100
commit1cec992e7fade6ffaa82ade4efdab413996857e4 (patch)
tree030dd2ba4841da3f9e0c3183495418003b87408e /source/d/perl/perl.SlackBuild
parentd39761cf9b4205e07a9f5f0f3540281299175c12 (diff)
downloadcurrent-1cec992e7fade6ffaa82ade4efdab413996857e4.tar.gz
current-1cec992e7fade6ffaa82ade4efdab413996857e4.tar.xz
Sun Nov 26 20:51:26 UTC 202320231126205126
d/perl-5.38.1-x86_64-1.txz: Upgraded. Upgraded: Authen-SASL-2.1700, IO-Socket-SSL-2.084, URI-5.21. l/pipewire-1.0.0-x86_64-1.txz: Upgraded. l/python-toml-0.10.2-x86_64-1.txz: Removed. I'm told gi-docgen was ported to python-tomli earlier this year, so we don't need this after all. Out it goes. Thanks to Heinz Wiesinger. l/v4l-utils-1.26.0-x86_64-1.txz: Upgraded. xfce/xfce4-whiskermenu-plugin-2.8.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d/perl/perl.SlackBuild')
-rwxr-xr-xsource/d/perl/perl.SlackBuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index d60e20647..06c34773b 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=perl
-VERSION=5.38.0
+VERSION=5.38.1
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -63,22 +63,22 @@ DEVELCHECKLIB=1.16
DBDMYSQL=4.050
# https://metacpan.org/release/DBI
DBI=1.643
-# https://metacpan.org/release/gettext
+# https://metacpan.org/pod/Locale::gettext
GETTEXT=1.07
# https://metacpan.org/release/TermReadKey
TERMREADKEY=2.38
# https://metacpan.org/release/URI
-URI=5.19
+URI=5.21
# https://metacpan.org/release/XML-Parser
XMLPARSER=2.46
# https://metacpan.org/release/XML-Simple
XMLSIMPLE=2.25
# https://metacpan.org/release/Authen-SASL
-AUTHENSASL=2.16
+AUTHENSASL=2.1700
# https://metacpan.org/release/MIME-Base64
MIMEBASE64=3.16
# https://metacpan.org/release/IO-Socket-SSL
-IOSOCKETSSL=2.083
+IOSOCKETSSL=2.084
# https://metacpan.org/release/Net-SSLeay
NETSSLEAY=1.92
# https://metacpan.org/release/libnet
@@ -292,7 +292,7 @@ make install DESTDIR=$PKG || exit 1
cp -a README* $PKG/usr/doc/perl-$VERSION/URI-${URI}
chmod 644 $PKG/usr/doc/perl-$VERSION/URI-${URI}/*
)
- ( tar xzvf $CWD/gettext-${GETTEXT}.tar.gz
+ ( tar xzvf $CWD/Locale-gettext-${GETTEXT}.tar.gz
cd Locale-gettext-${GETTEXT}
chown -R root:root .
perl Makefile.PL INSTALLDIRS=vendor
@@ -302,9 +302,9 @@ make install DESTDIR=$PKG || exit 1
fi
make install || exit 1
make install DESTDIR=$PKG || exit 1
- mkdir -p $PKG/usr/doc/perl-$VERSION/gettext-${GETTEXT}
- cp -a README* $PKG/usr/doc/perl-$VERSION/gettext-${GETTEXT}
- chmod 644 $PKG/usr/doc/perl-$VERSION/gettext-${GETTEXT}/*
+ mkdir -p $PKG/usr/doc/perl-$VERSION/Locale-gettext-${GETTEXT}
+ cp -a README* $PKG/usr/doc/perl-$VERSION/Locale-gettext-${GETTEXT}
+ chmod 644 $PKG/usr/doc/perl-$VERSION/Locale-gettext-${GETTEXT}/*
) || exit 1
( tar xzvf $CWD/TermReadKey-${TERMREADKEY}.tar.gz
cd TermReadKey-${TERMREADKEY}