pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/fossil Update devel/fossil to 2.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1c52af31acb
branches: trunk
changeset: 382550:d1c52af31acb
user: js <js%pkgsrc.org@localhost>
date: Sun Jul 31 09:57:08 2022 +0000
description:
Update devel/fossil to 2.19
## Changes for version 2.19 (2022-07-21)
* On file listing pages, sort filenames using the "uintnocase" collating
sequence, so that filenames that contains embedded integers sort in
numeric order even if they contain a different number of digits.
(Example: "fossil_80_..." comes before "fossil_100.png" in the
[/dir?ci=92fd091703a28c07&name=skins/blitz|/skins/blitz] directory listing.)
* Enhancements to the graph layout algorithm design to improve readability
and promote better situational awareness.
* Performance enhancement for the
[./checkin_names.wiki#root|"root:BRANCHNAME" style of tag],
accomplished using a Common Table Expression in the underlying SQL.
* Sort tag listings (command line and webpage) by taking numbers into
consideration so as to cater for tags that follow semantic versioning.
* On the wiki listings, omit by default wiki pages that are associated with
check-ins and branches.
* Add the new "[/help?cmd=describe|fossil describe]" command.
* Markdown subsystem extended with [../src/markdown.md#ftnts|footnotes support].
See corresponding [../test/markdown-test3.md|test cases],
[/wiki?name=branch/markdown-footnotes#il|known limitations] and
[forum:/forumthread/ee1f1597e46ec07a|discussion].
* Add the new special name "start:BRANCH" to refer to the first check-in of
the branch.
* Support [/wiki?name=branch/generated-tkt-mimetype&p|generated "mimetype"]
columns in the <var>TICKET</var> and <var>TICKETCHNG</var> tables.
* Fix [/timeline?r=fix_remote_url_overwrite_with_proxy|remote-url-overwrite]
bug where remote-url is overwritten by the proxy setting during sync
operation. Also require explicit "system" proxy setting to use
"http_proxy" environment variable.
* Reimplemented the [/pikchrshow] app to use a WebAssembly build of
pikchr so that it can render pikchrs on the client instead of requiring
a server round-trip.
* Add the [/help?cmd=email-listid|email-listid setting]. If set, it is
used as the List-ID header for all outbound notification emails.
* Add the "--branch" option to the "[/help?cmd=timeline|timeline]" command
to restrict the displayed items to a specific branch.
* Add the "--versions" option to "[/help?cmd=diff|fossil diff]"
to display details about the compared versions into the patch header.
* Numerous other minor enhancements.
diffstat:
devel/fossil/Makefile | 5 ++---
devel/fossil/PLIST | 2 +-
devel/fossil/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r fbd73c0b6c5e -r d1c52af31acb devel/fossil/Makefile
--- a/devel/fossil/Makefile Sun Jul 31 09:53:00 2022 +0000
+++ b/devel/fossil/Makefile Sun Jul 31 09:57:08 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2022/04/18 19:10:49 adam Exp $
+# $NetBSD: Makefile,v 1.75 2022/07/31 09:57:08 js Exp $
-DISTNAME= fossil-src-2.18
+DISTNAME= fossil-src-2.19
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= https://fossil-scm.org/home/tarball/version-${PKGVERSION_NOREV}/
diff -r fbd73c0b6c5e -r d1c52af31acb devel/fossil/PLIST
--- a/devel/fossil/PLIST Sun Jul 31 09:53:00 2022 +0000
+++ b/devel/fossil/PLIST Sun Jul 31 09:57:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/12/29 15:31:13 nros Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/07/31 09:57:08 js Exp $
bin/fossil
man/man1/fossil.1
share/doc/fossil/COPYRIGHT-BSD2.txt
diff -r fbd73c0b6c5e -r d1c52af31acb devel/fossil/distinfo
--- a/devel/fossil/distinfo Sun Jul 31 09:53:00 2022 +0000
+++ b/devel/fossil/distinfo Sun Jul 31 09:57:08 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2022/02/24 11:03:13 js Exp $
+$NetBSD: distinfo,v 1.48 2022/07/31 09:57:08 js Exp $
-BLAKE2s (fossil-src-2.18.tar.gz) = a8bd23687231eee4d338647d0453ac2f1477ccf412ada9456bc8c7ae288c86fe
-SHA512 (fossil-src-2.18.tar.gz) = 9dfeef1cc394af7afc6b68d2ebf084d5962698123518999130162718d450d061ab286b5f4039cde1af0e17059a9c801f1ded974fdb78b0965b73a7f8c80fd277
-Size (fossil-src-2.18.tar.gz) = 6308652 bytes
+BLAKE2s (fossil-src-2.19.tar.gz) = 7dccbfe5234d3908033cccec350aae7e8c952ad2e76d0bbd1671a58fdeeca6c3
+SHA512 (fossil-src-2.19.tar.gz) = fcd84df2d84c3a958bb19228de4320456382d3c925717c58bec42de86d96383a9208fb31ba6aaeccd9bc6bba949048d5c1ce3d2b3e8535951956ae18d9aa34e4
+Size (fossil-src-2.19.tar.gz) = 6435868 bytes
Home |
Main Index |
Thread Index |
Old Index