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:           Sat Dec  3 23:24:40 UTC 2022

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
Update devel/fossil to 2.20

Changes for version 2.20 (2022-11-16)

 * Added the chat-timeline-user setting. If it is not an empty string, then any
   changes that would appear on the timeline are announced in the chat room.
 * The /unsubscribe page now requests confirmation. Email notifications now
   contain only an "Unsubscribe" link, and not a link to subscription
   management.
 * Added the "fossil branch lsh" subcommand to list the most recently modified
   branches.
 * More elements of the /info page are now inside of an accordion.
 * Replace the --dryrun flag with --dry-run in all commands which still used
   the former name, for consistency.
 * Rebuilt the stock Dockerfile to create a "from scratch" Busybox based
   container image via an Alpine Linux intermediary
 * Added a new document describing how to customize, use, and run that
   container.
 * Added "by hour of day" report to the /reports page.
 * Improved correctness, usability, and efficiency for the case when values in
   a TICKET's column tend to be long and volatile.
 * Fixed a bug introduced in 2.17 that prevented clone --unversioned from
   completing the retrieval of UV files from the remote repo. While fixing
   that, enabled UV tracing output with clone --unversioned --verbose, making
   it consonant with uv sync --verbose.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/fossil/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/fossil/Makefile
diff -u pkgsrc/devel/fossil/Makefile:1.76 pkgsrc/devel/fossil/Makefile:1.77
--- pkgsrc/devel/fossil/Makefile:1.76   Wed Nov 23 16:19:48 2022
+++ pkgsrc/devel/fossil/Makefile        Sat Dec  3 23:24:40 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2022/11/23 16:19:48 adam Exp $
+# $NetBSD: Makefile,v 1.77 2022/12/03 23:24:40 js Exp $
 
-DISTNAME=      fossil-src-2.19
+DISTNAME=      fossil-src-2.20
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   1
 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.48 pkgsrc/devel/fossil/distinfo:1.49
--- pkgsrc/devel/fossil/distinfo:1.48   Sun Jul 31 09:57:08 2022
+++ pkgsrc/devel/fossil/distinfo        Sat Dec  3 23:24:40 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2022/07/31 09:57:08 js Exp $
+$NetBSD: distinfo,v 1.49 2022/12/03 23:24:40 js Exp $
 
-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
+BLAKE2s (fossil-src-2.20.tar.gz) = 4ddf14386097a3a2edae9b5b5aaf9e9a2346a8288b67e84ca1b73937521f06df
+SHA512 (fossil-src-2.20.tar.gz) = 39d28957e7f078a3563005d180c99d92ca77d1c972d33e436b1f46780f61e4e0c79c5b0d3f4a0497c85b728d1b2e37d45a1054db7747e62433bc60a52e55db4d
+Size (fossil-src-2.20.tar.gz) = 6722255 bytes



Home | Main Index | Thread Index | Old Index