diff options
author | js <js@pkgsrc.org> | 2020-11-06 00:51:25 +0000 |
---|---|---|
committer | js <js@pkgsrc.org> | 2020-11-06 00:51:25 +0000 |
commit | 329e5dbeed815402cd48aff7101845153f89daa5 (patch) | |
tree | 902268ea5413215074c1271af61f6c8f39f312d2 /devel/fossil | |
parent | 0a009a43ba4080bdc9e108ed829207af8f18b14b (diff) | |
download | pkgsrc-329e5dbeed815402cd48aff7101845153f89daa5.tar.gz |
Update devel/fossil to 2.13
Changes for Version 2.13 (2020-11-01)
* Added support for interwiki links.
* Enable <del> and <ins> markup in wiki.
* Improvements to the Forum threading display.
* Added support for embedding pikchr markup in markdown and fossil-wiki content.
* The new "pikchr" command can render pikchr scripts, optionally pre-processed with TH1 blocks and variables exactly like site skins are.
* The new pikchrshow page provides an editor and previewer for pikchr markup.
* In /wikiedit and /fileedit, Ctrl-Enter can now be used initiate a preview and to toggle between the editor and preview tabs.
* The /artifact and /file views, when in line-number mode, now support interactive selection of a range of lines to hyperlink to.
* Enhance the /finfo webpage so that when query parameters identify both a filename and a checkin, the resulting graph tracks the identified file across renames.
* The built-in SQLite is updated to an alpha of version 3.34.0, and the minimum SQLite version is increased to 3.34.0 because the /finfo change in the previous bullet depends on enhancements to recursive common table expressions that are only available in SQLite 3.34.0 and later.
* Countless other minor refinements and documentation improvements.
Diffstat (limited to 'devel/fossil')
-rw-r--r-- | devel/fossil/Makefile | 5 | ||||
-rw-r--r-- | devel/fossil/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index d19aa097537..54e9e1101f2 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2020/11/05 09:07:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2020/11/06 00:51:25 js Exp $ -DISTNAME= fossil-src-2.12.1 +DISTNAME= fossil-src-2.13 PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= devel scm MASTER_SITES= https://www.fossil-scm.org/index.html/uv/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 074e0a88436..644c49fa2d4 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2020/08/20 22:26:58 js Exp $ +$NetBSD: distinfo,v 1.38 2020/11/06 00:51:25 js Exp $ -SHA1 (fossil-src-2.12.1.tar.gz) = d29aa49cc94a7507bdf7a827beeab61c869b1d35 -RMD160 (fossil-src-2.12.1.tar.gz) = f4ff1a7619b7b12db993e7d512f9baa05eec79dd -SHA512 (fossil-src-2.12.1.tar.gz) = 08b7fef5a3071e968dedbc645aebf2e873ecf80049b5986d38f851a407b2b8b0c854cfcdfa5ec80eac5bc1b158c5fac3bb4b263d1adb8be470529e67dc6e8cee -Size (fossil-src-2.12.1.tar.gz) = 6011181 bytes +SHA1 (fossil-src-2.13.tar.gz) = 14b8285e000a96ed4474608cf51ea3284a2b0e98 +RMD160 (fossil-src-2.13.tar.gz) = 2f9aa5461af25381ec017f4027fc2286b46b5278 +SHA512 (fossil-src-2.13.tar.gz) = bd756aaac2f39005b690230c5a4ef4d618a3200a8eb499aa964285050c247edfb0abfa5db5522269e0a5ee2737c71393a523dc2d7e37eae076364185137964f8 +Size (fossil-src-2.13.tar.gz) = 6121223 bytes SHA1 (patch-src_sqlite3.c) = cccf9af1ba8695dedcc5487234541d11f4538f8d |