Skip to content

Commit 8a94824

Browse files
author
wen
committed
Update to 1.46
Upstream changes: 1.46 2023-07-01 - Reproduce Term::ReadLine::Stub’s behavior for ornaments (#17) - The Perl debugger uses these control sequences for online help - fetch the control sequences for outputting bold text as the current Term::ReadLine does - let new() fail on multiple instantiation (#16) - suppress warning errors on clang - add prototype on every function declaration - use ANSI-C style port definition even for XS code - make clean removes `*.dSYM` for macOS - INSTALL.md: update content - add install procedure using packages - update and remove old descriptions
1 parent 0a5caf5 commit 8a94824

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

devel/p5-Term-ReadLine-Gnu/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.7 2023/07/06 09:40:07 wiz Exp $
1+
# $NetBSD: Makefile,v 1.8 2024/07/30 06:45:39 wen Exp $
22

3-
DISTNAME= Term-ReadLine-Gnu-1.45
3+
DISTNAME= Term-ReadLine-Gnu-1.46
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= devel perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
87

devel/p5-Term-ReadLine-Gnu/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.6 2023/06/30 13:40:25 wen Exp $
1+
$NetBSD: distinfo,v 1.7 2024/07/30 06:45:39 wen Exp $
22

3-
BLAKE2s (Term-ReadLine-Gnu-1.45.tar.gz) = b98b2c6fc54626960df4be9ccc8d7af678773f9284893cf776ac1a3456217505
4-
SHA512 (Term-ReadLine-Gnu-1.45.tar.gz) = a195b26609ce8b723edfa334e44260c0c246a8a33b781a0a7d4922ade38541fe5e5e7bdd162c81eb7190afcfcce6fc1595089d40ab7036d17ece794bc3ecb102
5-
Size (Term-ReadLine-Gnu-1.45.tar.gz) = 205786 bytes
3+
BLAKE2s (Term-ReadLine-Gnu-1.46.tar.gz) = e7880a48036ccd886808cce4d0b280aab060bacf853a49c47497fa4f2a9cb399
4+
SHA512 (Term-ReadLine-Gnu-1.46.tar.gz) = 574c97b5915f6afbe75506758aa0def7a23372ef3c696e081c8e9732a57828b29ec8c9d643f767188d264a212b60595f43cb1c59bf8ffee74af73c9588a362b9
5+
Size (Term-ReadLine-Gnu-1.46.tar.gz) = 204896 bytes

0 commit comments

Comments
 (0)