pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/star
Module Name: pkgsrc
Committed By: micha
Date: Wed Jan 25 16:18:42 UTC 2023
Modified Files:
pkgsrc/archivers/star: Makefile distinfo
Log Message:
archivers/star: Update to 1.7.0
New features with AN-2023-01-12:
UPDATING:
- Solaris 11.4: man pages are now installed according to BSD
conventions. Users may need to manually remove the following
old man pages on update: streamarchive.4, makefiles.4,
makerules.4, changeset.4, sccschangeset.4, sccsfile.4,
and star.4.
NEW FEATURES:
- RULES/os-sunos5.def: man pages will now be installed into
BSD-style sections on Solaris >=11.4 and descendents.
- RULES: add symlink for arm64 OpenBSD
- star: add support for configuring compression and decompression
helpers. The command executed when a compression/decompression
program is selected with the compress-program=name option can
be configured using a new set of name_CMD=... options in
/etc/default/star. Refer to the new COMPRESSION section in
star(1) for details. This feature is currently not available on
DOS (DJGPP).
Submitted by Philipp Wellner.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/archivers/star/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/archivers/star/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/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.63 pkgsrc/archivers/star/Makefile:1.64
--- pkgsrc/archivers/star/Makefile:1.63 Wed Nov 2 09:08:54 2022
+++ pkgsrc/archivers/star/Makefile Wed Jan 25 16:18:42 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2022/11/02 09:08:54 micha Exp $
+# $NetBSD: Makefile,v 1.64 2023/01/25 16:18:42 micha Exp $
-DISTNAME= 2022-10-16
-PKGNAME= star-1.6.2
-PKGREVISION= 1
+DISTNAME= 2023-01-12
+PKGNAME= star-1.7.0
CATEGORIES= archivers
MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/
DIST_SUBDIR= schilytools
Index: pkgsrc/archivers/star/distinfo
diff -u pkgsrc/archivers/star/distinfo:1.33 pkgsrc/archivers/star/distinfo:1.34
--- pkgsrc/archivers/star/distinfo:1.33 Mon Oct 31 13:44:16 2022
+++ pkgsrc/archivers/star/distinfo Wed Jan 25 16:18:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2022/10/31 13:44:16 micha Exp $
+$NetBSD: distinfo,v 1.34 2023/01/25 16:18:42 micha Exp $
-BLAKE2s (schilytools/2022-10-16.tar.gz) = 7d1c3ba5c6db21be8dad6c0c79df0095c29d3a15b84241dc68ee75395cfda53c
-SHA512 (schilytools/2022-10-16.tar.gz) = c7c8a15807a06e2f51628d69982fa43e241e023de099c5d2e48975c9ac97c0f7d859e9c910e39ad718a03c13b5d39146122e7ef0ae22a4f9ef0484903738d4fa
-Size (schilytools/2022-10-16.tar.gz) = 5893336 bytes
+BLAKE2s (schilytools/2023-01-12.tar.gz) = 14493310db8fe55fcb16f4b13cb6a4bb45ace541254c35e5b4d6d3fb178fc640
+SHA512 (schilytools/2023-01-12.tar.gz) = a1eb37d5df8d2298ba4da6ccbf4bb937da13e8d9e4d7a8420b4d54a319c028c682e76a85c800d57a35d5f4b81a51b19600bbc2edb94641fa5e721ae23134ce15
+Size (schilytools/2023-01-12.tar.gz) = 5895061 bytes
Home |
Main Index |
Thread Index |
Old Index