pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/cdrtools



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Mar 22 11:40:33 UTC 2024

Modified Files:
        pkgsrc/sysutils/cdrtools: Makefile distinfo

Log Message:
sysutils/cdrtools: Update to 3.02a10nb5

Changelog from AN-2024-03-21:

NEW FEATURES:

- Remove the register keyword from C++ sources. This keyword has
  been removed from the C++ language with C++17 and provides no
  benefit on most toolchains. Discard the keyword from all C++
  sources to enable a build with the new standard.
  Submitted by: Dennis Clarke.

- mkisofs: produce less scrollback when logging progress to tty.
  Previously, the "xxx.xx% done, estimated finish ..." message was
  verbosely printed onto a new line each time it appears. If
  output goes to a TTY and -gui is not supplied, we now print the
  message only once, updating it as the program progresses.
  Reported by: Michael Dexter.

FUTURE DIRECTIONS:

- Schilytools contains pxupgrade, a dummy for a closed-source
  component. While the source code of this component is available
  to the maintainer, it cannot be published due to an existing NDA
  with Plextor. Depending on whether we can get this NDA lifted
  or not, the pxupgrade dummy code may either be replaced with the
  real source code of the tool or removed altogether.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.98 -r1.99 pkgsrc/sysutils/cdrtools/distinfo

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

Modified files:

Index: pkgsrc/sysutils/cdrtools/Makefile
diff -u pkgsrc/sysutils/cdrtools/Makefile:1.131 pkgsrc/sysutils/cdrtools/Makefile:1.132
--- pkgsrc/sysutils/cdrtools/Makefile:1.131     Wed Oct 11 15:10:42 2023
+++ pkgsrc/sysutils/cdrtools/Makefile   Fri Mar 22 11:40:33 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.131 2023/10/11 15:10:42 micha Exp $
+# $NetBSD: Makefile,v 1.132 2024/03/22 11:40:33 micha Exp $
 
-DISTNAME=      2023-09-28
+DISTNAME=      2024-03-21
 PKGNAME=       cdrtools-3.02a10
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    sysutils
 MASTER_SITES=  https://codeberg.org/schilytools/schilytools/archive/
 DIST_SUBDIR=   schilytools

Index: pkgsrc/sysutils/cdrtools/distinfo
diff -u pkgsrc/sysutils/cdrtools/distinfo:1.98 pkgsrc/sysutils/cdrtools/distinfo:1.99
--- pkgsrc/sysutils/cdrtools/distinfo:1.98      Wed Oct 11 15:10:42 2023
+++ pkgsrc/sysutils/cdrtools/distinfo   Fri Mar 22 11:40:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.98 2023/10/11 15:10:42 micha Exp $
+$NetBSD: distinfo,v 1.99 2024/03/22 11:40:33 micha Exp $
 
-BLAKE2s (schilytools/2023-09-28.tar.gz) = e4c8b1127f523d7d8d722360a1c130302e9095c35f506c3f3cb78ceb9f6b093a
-SHA512 (schilytools/2023-09-28.tar.gz) = 685dd4f1c68f5f46956622eecf15b4c0007d137ea8080e6c4587a51c1ac8ae1fa3d7f0e65540eecbc94ec7558e406da063720535d0fa039422ddc334d376df53
-Size (schilytools/2023-09-28.tar.gz) = 5898081 bytes
+BLAKE2s (schilytools/2024-03-21.tar.gz) = 8a8704f0b38175cb4171d6a3a2cfb661d63e5449cbc6313634ad85ac1e30327c
+SHA512 (schilytools/2024-03-21.tar.gz) = 3214fbe32556373e097cb4c08baca7b256ddc7c0be43c874e9df490cc63eae58fd58cb10b00cc0fda954b3308a0a040b5c51f14026fabdc88543ac212754c91d
+Size (schilytools/2024-03-21.tar.gz) = 5892015 bytes



Home | Main Index | Thread Index | Old Index