Skip to content

Commit

Permalink
p5-Term-ReadLine-Gnu: update to 1.40.
Browse files Browse the repository at this point in the history
1.40  2021-02-23
        - Migrate the repository and the bug tracker to GitHub

1.39  2021-02-22
        - Makefile.PL
            - some more fix for Homebrew on macOS [rt.cpan.org #133846]

1.38  2021-02-22
        - Makefile.PL
            - run 'brew --prefix ncurses' internally to detect ncurses installed
              by Homebrew on macOS [rt.cpan.org #133846]
            - utilize ExtUtils::Liblist::ext() [rt.cpan.org #134408]
              On macOS Big Sur or later 'perl Makefile.PL' may warn as
                "Could not find neither libtermcap, libtinfo, libncurses, or libcurses."
              You should be able to ignore this warning if you have Xcode installed. See
                Perl-Toolchain-Gang/ExtUtils-MakeMaker#381
              for details. To suppress this message, use ExtUtils::MakeMaker 7.58 or later.
            - can specify multiple directories on --prefix, --libdir, and
              --includedir options by separating them with colons
        - INSTALL
            - update for changes above and so on.

1.37  2020-12-27
	- readline-8.1 support
	    new function
		rl_activate_mark
		rl_deactivate_mark
		rl_keep_mark_active
		rl_mark_active_p
	    use native operate_and_get_next on GNU ReadLine 8.1 and later.
	- Gnu.xs: warns if attempted completion function returns undef in pos 0.
	  [rt.cpan.org #132384]
	- ppport.h: update from version 3.31 to version 3.52.
	- fixes to be more CPAN Testers friendly
	  - Makefile.PL exits 0 when $TERM is not set properly. [rt.cpan.org #128806]
        - update URLs of the GNU Readline Library manual website. [rt.cpan.org #131362]
        - update URLs of soundgrab.
  • Loading branch information
wiz committed Apr 26, 2021
1 parent c127888 commit 6a1b126
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Term-ReadLine-Gnu/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2020/09/06 11:54:38 wiz Exp $
# $NetBSD: Makefile,v 1.2 2021/04/26 15:05:28 wiz Exp $

DISTNAME= Term-ReadLine-Gnu-1.36
DISTNAME= Term-ReadLine-Gnu-1.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Term-ReadLine-Gnu/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/09/06 11:54:38 wiz Exp $
$NetBSD: distinfo,v 1.2 2021/04/26 15:05:28 wiz Exp $

SHA1 (Term-ReadLine-Gnu-1.36.tar.gz) = 1c79b6b2f9b1256313b5bf262682e42ecf9d13ea
RMD160 (Term-ReadLine-Gnu-1.36.tar.gz) = 4f7b090100a108e22f763931f334ff6911640c98
SHA512 (Term-ReadLine-Gnu-1.36.tar.gz) = be576c45808744b9e6ae703ba170fc19f8cc4a63e6c8d74486159ff44c6763815bded11c7a414a491553e82041da2e4c5f197785e91a461118b4efa7fde240e9
Size (Term-ReadLine-Gnu-1.36.tar.gz) = 128336 bytes
SHA1 (Term-ReadLine-Gnu-1.40.tar.gz) = 53ffe8acbd53ae1d210192032b34c1d97da55ed5
RMD160 (Term-ReadLine-Gnu-1.40.tar.gz) = 501a2787b3ffcff922e897114e2d7fa022885110
SHA512 (Term-ReadLine-Gnu-1.40.tar.gz) = a9a39c06f767b63d3c570a99e46d6ff87e25a19884c7fb976d7f91727937663cc05615814769c2fca8febb69e4a339baf5c1019944617d7b73614ec2e8285def
Size (Term-ReadLine-Gnu-1.40.tar.gz) = 137103 bytes

0 comments on commit 6a1b126

Please sign in to comment.