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:   wen
Date:           Tue Jul 30 06:45:40 UTC 2024

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.8
--- pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile:1.7      Thu Jul  6 09:40:07 2023
+++ pkgsrc/devel/p5-Term-ReadLine-Gnu/Makefile  Tue Jul 30 06:45:39 2024
@@ -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/}
 

Index: pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo
diff -u pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.6 pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.7
--- pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo:1.6      Fri Jun 30 13:40:25 2023
+++ pkgsrc/devel/p5-Term-ReadLine-Gnu/distinfo  Tue Jul 30 06:45:39 2024
@@ -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



Home | Main Index | Thread Index | Old Index