pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Tty



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Feb 12 10:43:19 UTC 2023

Modified Files:
        pkgsrc/devel/p5-IO-Tty: Makefile distinfo

Log Message:
Update to 1.17

Upstream changes:
1.17 2022-11-11 Todd Rinaldo <toddr%cpan.org@localhost>
    * Switch changelog entries to metacpan friendly format
    * #29 - Fix printf format conversion specifiers in croak to support size_t on all platforms
    * #11,#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0
    * #28 - Use $arg to match @ARGV in Makefile.PL


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-IO-Tty/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-IO-Tty/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-IO-Tty/Makefile
diff -u pkgsrc/devel/p5-IO-Tty/Makefile:1.45 pkgsrc/devel/p5-IO-Tty/Makefile:1.46
--- pkgsrc/devel/p5-IO-Tty/Makefile:1.45        Tue Jun 28 11:32:36 2022
+++ pkgsrc/devel/p5-IO-Tty/Makefile     Sun Feb 12 10:43:19 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2022/06/28 11:32:36 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2023/02/12 10:43:19 wen Exp $
 
-DISTNAME=      IO-Tty-1.16
+DISTNAME=      IO-Tty-1.17
 PKGNAME=       p5-${DISTNAME:C/T/t/}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 

Index: pkgsrc/devel/p5-IO-Tty/distinfo
diff -u pkgsrc/devel/p5-IO-Tty/distinfo:1.17 pkgsrc/devel/p5-IO-Tty/distinfo:1.18
--- pkgsrc/devel/p5-IO-Tty/distinfo:1.17        Tue Oct 26 10:16:47 2021
+++ pkgsrc/devel/p5-IO-Tty/distinfo     Sun Feb 12 10:43:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:16:47 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/02/12 10:43:19 wen Exp $
 
-BLAKE2s (IO-Tty-1.16.tar.gz) = 4ea464116866ee89fa5b257ab2e38ae8a726c4999a347f51170d66568ccf9f06
-SHA512 (IO-Tty-1.16.tar.gz) = a6f28a8796992645c4b2ddab5b3a76f49e61a891442078ef8249088d077108ea63bb4c8000cf39d15d13801b82e1cfcbe6ea0e6542789ab28385d83e03f6a9de
-Size (IO-Tty-1.16.tar.gz) = 26765 bytes
+BLAKE2s (IO-Tty-1.17.tar.gz) = 45306ac2ad0e5403fa407dc3eb14265d7f51c20a52431f4374aba12d8995702c
+SHA512 (IO-Tty-1.17.tar.gz) = a9a53670d579684af1ca0d6e77bd74430c801174c59421139f79a19e76377d40055b74a8b1ef92d8601ca5bda2f911cba99a0bda0c24cf847bacac3df2314d37
+Size (IO-Tty-1.17.tar.gz) = 27245 bytes



Home | Main Index | Thread Index | Old Index