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  6 00:51:25 UTC 2020

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.37 -r1.38 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.62 pkgsrc/devel/fossil/Makefile:1.63
--- pkgsrc/devel/fossil/Makefile:1.62   Thu Nov  5 09:07:53 2020
+++ pkgsrc/devel/fossil/Makefile        Fri Nov  6 00:51:25 2020
@@ -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/

Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.37 pkgsrc/devel/fossil/distinfo:1.38
--- pkgsrc/devel/fossil/distinfo:1.37   Thu Aug 20 22:26:58 2020
+++ pkgsrc/devel/fossil/distinfo        Fri Nov  6 00:51:25 2020
@@ -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



Home | Main Index | Thread Index | Old Index