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: roy
Date: Thu Jun 16 08:34:29 UTC 2016
Modified Files:
pkgsrc/devel/fossil: Makefile distinfo
Log Message:
Update to fossil-1.35, principal changes include:
* Enable symlinks by default on all non-Windows platforms.
* Enhance the Markdown formatting so that hyperlinks that begin with "/" are relative to the root of the Fossil repository.
* Rework the /setup_list page (the User List page) to display all users in a click-to-sort table.
* Fix backslash-octal escape on filenames while importing from git
* When markdown documents begin with <h1> HTML elements, use that header at the document title.
* Added the /bigbloblist page.
* Enhance the /finfo page so that when it is showing the ancestors of a particular file version, it only shows direct ancestors and omits changes on branches, thus making it show the same set of
ancestors that are used for /blame.
* Added the --page option to the fossil ui command
* Added the fossil bisect ui command
* Enhanced the fossil diff command so that it accepts directory names as arguments and computes diffs on all files contained within those directories.
* Fix the fossil add command so that it shows "SKIP" for files added that were already under management.
* TH1 enhancements:
* Add [array exists] command.
* Add minimal [array names] command.
* Add tcl_platform(engine) and tcl_platform(platform) array elements.
* Get autosetup working with MinGW.
* Fix autosetup detection of zlib in the source tree.
* Added autosetup detection of OpenSSL when it may be present under the "compat" subdirectory of the source tree.
* Added the fossil reparent command
* Added --include and --exclude options to fossil tarball and fossil zip and the in= and ex= query parameters to the /tarball and /zip web pages.
* Add support for encrypted Fossil repositories.
* If the FOSSIL_PWREADER environment variable is set, then use the program it names in place of getpass() to read passwords and passphrases
* Option --baseurl now works on Windows.
* Numerious documentation improvements.
* Update the built-in SQLite to version 3.13.0.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.25 -r1.26 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.36 pkgsrc/devel/fossil/Makefile:1.37
--- pkgsrc/devel/fossil/Makefile:1.36 Sat Mar 5 11:28:21 2016
+++ pkgsrc/devel/fossil/Makefile Thu Jun 16 08:34:29 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2016/03/05 11:28:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.37 2016/06/16 08:34:29 roy Exp $
-DISTNAME= fossil-src-1.34
+DISTNAME= fossil-src-1.35
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 1
+WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= devel scm
MASTER_SITES= http://www.fossil-scm.org/download/
Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.25 pkgsrc/devel/fossil/distinfo:1.26
--- pkgsrc/devel/fossil/distinfo:1.25 Tue Dec 29 15:31:13 2015
+++ pkgsrc/devel/fossil/distinfo Thu Jun 16 08:34:29 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2015/12/29 15:31:13 nros Exp $
+$NetBSD: distinfo,v 1.26 2016/06/16 08:34:29 roy Exp $
-SHA1 (fossil-src-1.34.tar.gz) = 38e2a26b1e9821d2c21ea1776a2013c5ab66e49c
-RMD160 (fossil-src-1.34.tar.gz) = bc4c1f171e7f6232d7c1af0120e3553dac881a5f
-SHA512 (fossil-src-1.34.tar.gz) = 7c2677566527466727e823e5bf59f636b5fd08dd1093a742c3f7f72d398d380288030c3a573ae3c66c60f1e8c194f36f5987fa835251d7ced10533b9779578d7
-Size (fossil-src-1.34.tar.gz) = 4449452 bytes
+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
Home |
Main Index |
Thread Index |
Old Index