Skip to content

Commit

Permalink
Update to 1.46
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wen committed Jul 30, 2024
1 parent 0a5caf5 commit 8a94824
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Term-ReadLine-Gnu/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2023/07/06 09:40:07 wiz Exp $
# $NetBSD: Makefile,v 1.8 2024/07/30 06:45:39 wen Exp $

DISTNAME= Term-ReadLine-Gnu-1.45
DISTNAME= Term-ReadLine-Gnu-1.46
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Term-ReadLine-Gnu/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2023/06/30 13:40:25 wen Exp $
$NetBSD: distinfo,v 1.7 2024/07/30 06:45:39 wen Exp $

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

0 comments on commit 8a94824

Please sign in to comment.