perl/perl-Term-ReadLine-Gnu: Updated for version 1.46.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-07-06 04:55:56 -04:00 committed by Willy Sudiarto Raharjo
parent 3fe330501d
commit e27cf08be1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 5 deletions

View file

@ -18,13 +18,14 @@
# Now maintained by B. Watson <urchlay@slackware.uk>
# 20230706 bkw: update for v1.46, disable 'make test' by default.
# 20230109 bkw: update for v1.45.
# 20210802 bkw: take over as maintainer and upgrade for v1.42.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Term-ReadLine-Gnu
VERSION=${VERSION:-1.45}
VERSION=${VERSION:-1.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,12 +61,14 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# 20230706 bkw: 'make test' disabled by default because it hangs when
# run in the background.
perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
env INPUTRC=/dev/null make test
[ "${MAKETEST:-no}" = "yes" ] && env INPUTRC=/dev/null make test
make install DESTDIR=$PKG
gzip -9 $PKG/usr/man/man?/*

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Term-ReadLine-Gnu"
VERSION="1.45"
VERSION="1.46"
HOMEPAGE="https://metacpan.org/pod/Term::ReadLine::Gnu"
DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.45.tar.gz"
MD5SUM="5e301449b2799c04cef70245d6ac68aa"
DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.46.tar.gz"
MD5SUM="2366b082ddcc63cd5a3ac6989b16425f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""