pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lziprecover
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 14 21:42:38 UTC 2024
Modified Files:
pkgsrc/archivers/lziprecover: Makefile distinfo
Log Message:
lziprecover: updated to 1.24
* Version 1.24 released.
* New options '--empty-error', '--marking-error', '--clear-marki
* dump_remove.cc, main.cc: Accept 'empty' in --dump, --remove, -
* main.cc: Rename '--repair' to '--byte-repair'.
Rename '--debug-repair' to '--debug-byte-repair'.
Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
(show_option_error): New function showing argument and option
(main): Make -o preserve date/mode/owner if 1 input file.
(open_outstream): Create missing intermediate directories.
* lzip.h: Rename verify_* to check_*.
* repair.cc: Rename to byte_repair.cc.
* unzcrash.cc: Rename '--no-verify' to '--no-check'.
* configure, Makefile.in: New variable 'MAKEINFO'.
* Makefile.in: Remove target 'install-as-lzip'; -e needs a real
* testsuite: New test files test_3m.txt.lz.md5, fox6_mark.lz.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/lziprecover/Makefile \
pkgsrc/archivers/lziprecover/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/lziprecover/Makefile
diff -u pkgsrc/archivers/lziprecover/Makefile:1.12 pkgsrc/archivers/lziprecover/Makefile:1.13
--- pkgsrc/archivers/lziprecover/Makefile:1.12 Sat Jan 22 18:26:52 2022
+++ pkgsrc/archivers/lziprecover/Makefile Wed Feb 14 21:42:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/01/22 18:26:52 fcambus Exp $
+# $NetBSD: Makefile,v 1.13 2024/02/14 21:42:38 adam Exp $
-DISTNAME= lziprecover-1.23
+DISTNAME= lziprecover-1.24
CATEGORIES= archivers
MASTER_SITES= https://download.savannah.gnu.org/releases/lzip/lziprecover/
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 # or later
USE_LANGUAGES= c++
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
INFO_FILES= yes
Index: pkgsrc/archivers/lziprecover/distinfo
diff -u pkgsrc/archivers/lziprecover/distinfo:1.12 pkgsrc/archivers/lziprecover/distinfo:1.13
--- pkgsrc/archivers/lziprecover/distinfo:1.12 Sat Jan 22 18:26:52 2022
+++ pkgsrc/archivers/lziprecover/distinfo Wed Feb 14 21:42:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/01/22 18:26:52 fcambus Exp $
+$NetBSD: distinfo,v 1.13 2024/02/14 21:42:38 adam Exp $
-BLAKE2s (lziprecover-1.23.tar.gz) = cfe0f3002744a39656f7fdb2e1c8f423f9357954aab39da57d0039ec65451e1c
-SHA512 (lziprecover-1.23.tar.gz) = 9f2d40311f901c2c00fa6b106a2363dfcd7b6c73ae86282733d7c3451237ee30f6d5cce035ab5ba63300eea637eeb3ac5db7e7571bdef1bef259b801b10f1c7a
-Size (lziprecover-1.23.tar.gz) = 156147 bytes
+BLAKE2s (lziprecover-1.24.tar.gz) = 485f09b5c2502c8be47f09ca50be756f76790688a41a686a7811aabf187ebe3e
+SHA512 (lziprecover-1.24.tar.gz) = b1f126fa24b1627c6e98ba8fa4fc30dac248f81f92be12f1063db6e40fd9c6f9f8b5a2306bde72f30623a64de5befec28b34073309f393317b56a38527947466
+Size (lziprecover-1.24.tar.gz) = 161471 bytes
Home |
Main Index |
Thread Index |
Old Index