pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Term-ReadLine-Gnu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 26 15:05:29 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Term-ReadLine-Gnu: Makefile distinfo

Log Message:
p5-Term-ReadLine-Gnu: update to 1.40.

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
                https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile \
    pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile
diff -u pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.1 pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.2
--- pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.1      Sun Sep  6 11:54:38 2020
+++ pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile  Mon Apr 26 15:05:28 2021
@@ -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/}
Index: pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo
diff -u pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.1 pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.2
--- pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.1      Sun Sep  6 11:54:38 2020
+++ pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo  Mon Apr 26 15:05:28 2021
@@ -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



Home | Main Index | Thread Index | Old Index