diff options
author | roy <roy@pkgsrc.org> | 2016-06-16 08:34:29 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2016-06-16 08:34:29 +0000 |
commit | 9f92e5ece80bc71e24731324e740fe7f5f9855c8 (patch) | |
tree | 22895656410f152b216f0db5e97e3196745a7206 | |
parent | 41177f8d31ae05ed38c20d903296dfeb67250f05 (diff) | |
download | pkgsrc-9f92e5ece80bc71e24731324e740fe7f5f9855c8.tar.gz |
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.
-rw-r--r-- | devel/fossil/Makefile | 6 | ||||
-rw-r--r-- | devel/fossil/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 1bd5f16cbe1..981e342dc4a 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -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/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index e2ab65cc795..80db45bfde9 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -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 |