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:   kamil
Date:           Tue Oct 25 17:57:39 UTC 2016

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
Update fossil from 1.35 to 1.36

Local changes:
 - update MASTER_SITES to http://fossil-scm.org/xfer/uv/download/

Upstream changelog
==================

Changes for Version 1.36 (2016-10-24)

    Add support for unversioned content, the fossil unversioned command and the /uv and /uvlist web pages.
    The download page is moved into unversioned content so that the self-hosting Fossil websites no longer uses any external content.
    Added the "Search" button to the graphical diff generated by the --tk option on the diff command.
    Added the "--checkin VERSION" option to the diff command.
    Various performance enhancements to the diff command.
    Update internal Unicode character tables, used in regular expression handling, from version 8.0 to 9.0.
    Update the built-in SQLite to version 3.15 (beta). Fossil now requires the SQLITE_DBCONFIG_MAINDBNAME interface of SQLite which is only available in SQLite version 3.15 and later and so Fossil 
will not work with earlier SQLite versions.
    Fix multi-line timeline bug
    Enhance the fossil purge command.
    New command fossil shell.
    SQL parameters whose names are all lower-case in Ticket Report SQL queries are filled in using HTTP query parameter values.
    Added support for child projects that are able to pull from their parent but not push.
    Added the -nocomplain option to the TH1 "query" command.
    Added support for the chng=GLOBLIST query parameter on the /timeline webpage.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.26 -r1.27 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.37 pkgsrc/devel/fossil/Makefile:1.38
--- pkgsrc/devel/fossil/Makefile:1.37   Thu Jun 16 08:34:29 2016
+++ pkgsrc/devel/fossil/Makefile        Tue Oct 25 17:57:39 2016
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2016/06/16 08:34:29 roy Exp $
+# $NetBSD: Makefile,v 1.38 2016/10/25 17:57:39 kamil Exp $
 
-DISTNAME=      fossil-src-1.35
+DISTNAME=      fossil-src-1.36
 PKGNAME=       ${DISTNAME:S/-src//}
 WRKSRC=                ${WRKDIR}/${PKGNAME}
 CATEGORIES=    devel scm
-MASTER_SITES=  http://www.fossil-scm.org/download/
+MASTER_SITES=  http://fossil-scm.org/xfer/uv/download/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.fossil-scm.org/

Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.26 pkgsrc/devel/fossil/distinfo:1.27
--- pkgsrc/devel/fossil/distinfo:1.26   Thu Jun 16 08:34:29 2016
+++ pkgsrc/devel/fossil/distinfo        Tue Oct 25 17:57:39 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2016/06/16 08:34:29 roy Exp $
+$NetBSD: distinfo,v 1.27 2016/10/25 17:57:39 kamil Exp $
 
-SHA1 (fossil-src-1.35.tar.gz) = 25aa37d00d2f385102516f5d3ed50082926c85d5
-RMD160 (fossil-src-1.35.tar.gz) = ffe745975cc36124243fe849a73bbd54f4a6f81b
-SHA512 (fossil-src-1.35.tar.gz) = 2a31530d81a316b69daba446e91236fdb94ced17a7228c094fc6053f9d75e736b6a50a93d97b8e875a4750fa4ff868b0dc78b494131b8ed118d160fff8995905
-Size (fossil-src-1.35.tar.gz) = 4642421 bytes
+SHA1 (fossil-src-1.36.tar.gz) = 593e44c87aeb80559d46f5c13d4c37a922cb5662
+RMD160 (fossil-src-1.36.tar.gz) = 09bd50cb295d2ca0a38cdcf1c52131628e07e6ae
+SHA512 (fossil-src-1.36.tar.gz) = 95535d1ca2dbb891e6436b7ecd343d75f57c95bdc790c16f4c82d21b5c49e1d3509bec30332b2929ee7afa49f7a00301287e3752a8b83f153e88c91d3bbfdacf
+Size (fossil-src-1.36.tar.gz) = 4721453 bytes



Home | Main Index | Thread Index | Old Index