pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/fossil
Module Name: pkgsrc
Committed By: js
Date: Fri Nov 8 00:47:43 UTC 2024
Modified Files:
pkgsrc/devel/fossil: Makefile distinfo
pkgsrc/devel/fossil/patches: patch-autosetup_autosetup-find-tclsh
Log Message:
Update devel/fossil to 2.25
* The "fossil ui /" command now works even for repositories that have non-ASCII filenames
* Add the fossil tree command.
* On case-insensitive filesystems, store files using the filesystem's preferred case rather than the case typed in by the user.
* Change the name "fossil cherry-pick" command to "fossil cherrypick", which is more familiar to Git users. Retain the legacy name for compatibility.
* Add new query parameters to the /timeline page: d2=, p2=, and dp2=.
* Add options to the fossil tag command that will list tag values.
* Add the -b|--brief option to the fossil status command.
* Add ability to upload unversioned files via the /uvlist page.
* Add history search to the /chat page.
* Add Unix socket support to the server command.
* On Windows, use the root certificates managed by the operating system (requires OpenSSL 3.2.0 or greater).
* Take into account zero-width and double-width unicode characters when formatting the command-line timeline.
* Update the built-in SQLite to version 3.47.0. Precompiled binaries are linked against OpenSSL 3.4.0.
* Numerous minor fixes and additions.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/fossil/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/devel/fossil/patches/patch-autosetup_autosetup-find-tclsh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/fossil/Makefile
diff -u pkgsrc/devel/fossil/Makefile:1.90 pkgsrc/devel/fossil/Makefile:1.91
--- pkgsrc/devel/fossil/Makefile:1.90 Fri Nov 1 12:52:04 2024
+++ pkgsrc/devel/fossil/Makefile Fri Nov 8 00:47:43 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2024/11/01 12:52:04 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2024/11/08 00:47:43 js Exp $
-DISTNAME= fossil-src-2.24
+DISTNAME= fossil-src-2.25
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 3
CATEGORIES= devel scm
MASTER_SITES= https://fossil-scm.org/home/tarball/version-${PKGVERSION_NOREV}/
Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.54 pkgsrc/devel/fossil/distinfo:1.55
--- pkgsrc/devel/fossil/distinfo:1.54 Wed May 1 16:43:37 2024
+++ pkgsrc/devel/fossil/distinfo Fri Nov 8 00:47:43 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2024/05/01 16:43:37 js Exp $
+$NetBSD: distinfo,v 1.55 2024/11/08 00:47:43 js Exp $
-BLAKE2s (fossil-src-2.24.tar.gz) = ed2923337f51cacfe256fe751f6269c29bfeed3e42ed3154030fd11be16a3d98
-SHA512 (fossil-src-2.24.tar.gz) = 7fc7de7d947b0946866df38c6cb2215f6452d31903cae6470bb4a692816b2803eb66ea372280256e5cd00759e4d02a0ae459de2f56f39af10e873579d53d33ee
-Size (fossil-src-2.24.tar.gz) = 6904302 bytes
-SHA1 (patch-autosetup_autosetup-find-tclsh) = 43abdf91bb3be7e39426c83fb346349d610be682
+BLAKE2s (fossil-src-2.25.tar.gz) = 5f05c7a9ef788fc070cb784fab59308595b647b7595b93516116161eb1c941e4
+SHA512 (fossil-src-2.25.tar.gz) = ec982a6fa9655910c692829a7aa246d7e35b1b1cec96c74d3d2af69d94cee10ffe6bb5b06a10559a3ca292147af9f1dae32d406e3e31cb7ca1d6113357eab153
+Size (fossil-src-2.25.tar.gz) = 7007907 bytes
+SHA1 (patch-autosetup_autosetup-find-tclsh) = 50d94456d81aa99c99696b0fb2e1bf1789b933ff
Index: pkgsrc/devel/fossil/patches/patch-autosetup_autosetup-find-tclsh
diff -u pkgsrc/devel/fossil/patches/patch-autosetup_autosetup-find-tclsh:1.2 pkgsrc/devel/fossil/patches/patch-autosetup_autosetup-find-tclsh:1.3
--- pkgsrc/devel/fossil/patches/patch-autosetup_autosetup-find-tclsh:1.2 Wed May 1 16:43:37 2024
+++ pkgsrc/devel/fossil/patches/patch-autosetup_autosetup-find-tclsh Fri Nov 8 00:47:43 2024
@@ -1,16 +1,16 @@
-$NetBSD: patch-autosetup_autosetup-find-tclsh,v 1.2 2024/05/01 16:43:37 js Exp $
+$NetBSD: patch-autosetup_autosetup-find-tclsh,v 1.3 2024/11/08 00:47:43 js Exp $
Treat CC_FOR_BUILD as a single command, not a list of separate possible
commands.
---- autosetup/autosetup-find-tclsh.orig 2024-05-01 16:39:03.614902490 +0000
+--- autosetup/autosetup-find-tclsh.orig 2024-11-06 12:59:09.000000000 +0000
+++ autosetup/autosetup-find-tclsh
-@@ -9,7 +9,7 @@ for tclsh in $autosetup_tclsh jimsh tcls
- { $tclsh "$d/autosetup-test-tclsh"; } 2>/dev/null && exit 0
+@@ -8,7 +8,7 @@ for tclsh in ./jimsh0 $autosetup_tclsh j
+ { $tclsh "$d/${1-autosetup-test-tclsh}"; } 2>/dev/null && exit 0
done
echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0"
-for cc in ${CC_FOR_BUILD:-cc} gcc; do
+for cc in "${CC_FOR_BUILD:-cc}" gcc; do
- { $cc -o "$d/jimsh0" "$d/jimsh0.c"; } >/dev/null 2>&1 || continue
- "$d/jimsh0" "$d/autosetup-test-tclsh" && exit 0
+ { $cc -o jimsh0 "$d/jimsh0.c"; } >/dev/null 2>&1 || continue
+ ./jimsh0 "$d/${1-autosetup-test-tclsh}" && exit 0
done
Home |
Main Index |
Thread Index |
Old Index