pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/goredo



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Feb 25 19:13:25 UTC 2022

Modified Files:
        pkgsrc/devel/goredo: Makefile distinfo

Log Message:
Update to 1.23.0. From the changelog:

- "redo-ifchange"’s "-f" option forces each target rebuilding.
  Comparing to "redo", it will parallelize the process.
- Inode’s number is also stored as dependency information, just to
  prevent possible "ctime" collision of two files.
- Performance optimization: do not use target’s temporary output file
  at all, if its hash equals to already existing target’s one.  Just
  touch existing target file instead.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/goredo/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/goredo/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/goredo/Makefile
diff -u pkgsrc/devel/goredo/Makefile:1.4 pkgsrc/devel/goredo/Makefile:1.5
--- pkgsrc/devel/goredo/Makefile:1.4    Sun Feb 13 19:24:29 2022
+++ pkgsrc/devel/goredo/Makefile        Fri Feb 25 19:13:25 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/02/13 19:24:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2022/02/25 19:13:25 schmonz Exp $
 
-DISTNAME=              goredo-1.22.0
-PKGREVISION=           1
+DISTNAME=              goredo-1.23.0
 CATEGORIES=            devel
 MASTER_SITES=          http://www.goredo.cypherpunks.ru/download/
 EXTRACT_SUFX=          .tar.zst

Index: pkgsrc/devel/goredo/distinfo
diff -u pkgsrc/devel/goredo/distinfo:1.2 pkgsrc/devel/goredo/distinfo:1.3
--- pkgsrc/devel/goredo/distinfo:1.2    Thu Jan 27 21:41:54 2022
+++ pkgsrc/devel/goredo/distinfo        Fri Feb 25 19:13:25 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2022/01/27 21:41:54 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2022/02/25 19:13:25 schmonz Exp $
 
-BLAKE2s (goredo-1.22.0.tar.zst) = 9f5b11b7f9e6d556836c726c2a0ed73a78c0758acc83ca532b85b277633dc595
-SHA512 (goredo-1.22.0.tar.zst) = 9855ee164c99a774087def8afa0d9aa7cbcb546ea28262b47af300889c0bcdcf0a081b7a11cc402d22fab8e2659ed0e62d08fec59ab56405387b77705b5a6dda
-Size (goredo-1.22.0.tar.zst) = 397681 bytes
+BLAKE2s (goredo-1.23.0.tar.zst) = 0280a969ec7c10ed57b6b1fbe3d4bb8558bd8555f285007eedb3696ee57defca
+SHA512 (goredo-1.23.0.tar.zst) = 3b2dfec6f409a21ab34a89b8550a62a4befaf29203e262d8f17b2589247af20d4c4c845974d1dbb55fddc7286659b25c7c5fb972c5f49866fa6f98d77e6506b1
+Size (goredo-1.23.0.tar.zst) = 411323 bytes
 SHA1 (patch-main.go) = 1ae942ba7e7385ea27bf841a6ccdd5f6e9eef340



Home | Main Index | Thread Index | Old Index