From 35b331e9ef016de8d271b7a0868c523ee43d4d9d Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 29 May 2015 14:15:34 +0000 Subject: Update to 1.33 Changelog: This is Version 1.33 (2015-05-23) Principal changes in this release: Improved fork detection on fossil update, fossil status and related commands. Change the default skin to what used to be called "San Francisco Modern". Add the /repo-tabsize web page Add fossil import --svn, for importing a subversion repository into fossil which was exported using "svnadmin dump". Add the "--compress-only" option to fossil rebuild. Use a pie chart on the /reports?view=byuser page. Enhanced fossil clean --verily so that it ignores keep-glob and ignore-glob settings. Added the -x alias for --verily. Add the --soft and --hard options to fossil rm and fossil mv. The default is still --soft, but that is now configurable at compile-time or by the mv-rm-files setting. Improved ability to customize the timelime graph. Improvements to the /sitemap page. Automatically adjust the CLI timeline to the terminal width on Linux. Added [info commands] and [info vars] commands to TH1. These commands perform the same function as their Tcl counterparts, except they do not accept a pattern argument. Fix some obscure issues with TH1 expression processing. Fix titles in search results for documents that are not wiki, markdown, or HTML. Formally translate TH1 to Tcl return codes and vice-versa, where necessary, in the Tcl integration subsystem. Add fossil leaves -multiple, for finding multiple leaves on the same branch. Added the "Blitz" skin option. Removed the ".fossil-settings/keep-glob" file. It should not have been checked into the repository. Update the built-in SQLite to version 3.8.10.2. Make fossil open honor ".fossil-settings/allow-symlinks". Allow fossil add to be used on symlinks to nonexistent or unreadable files in the same way as fossil addremove. Added fork warning to be issued if sync produced a fork Update the info page to report when a file becomes a symlink. Additionally show the UUID for files whose types have changed without changing contents or symlink target. Have fossil changes and fossil status report when executable or symlink status changes on otherwise unmodified files. Permit filtering weekday and file reports by user. Also ensure the user parameter is preserved when changing types. Add a field for direct entry of the user name to each applicable report. Create parent directories of empty-dirs if they don't already exist. Inhibit timeline links to wiki pages that have been deleted. --- devel/fossil/Makefile | 6 ++---- devel/fossil/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'devel/fossil') diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 4a95b9fea7d..4b58aab6d64 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2015/03/15 07:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/05/29 14:15:34 ryoon Exp $ -DISTNAME= fossil-src-1.32 +DISTNAME= fossil-src-1.33 PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= devel scm MASTER_SITES= http://www.fossil-scm.org/download/ @@ -10,8 +10,6 @@ HOMEPAGE= http://www.fossil-scm.org/ COMMENT= High-reliability, distributed software configuration management LICENSE= 2-clause-bsd -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} - HAS_CONFIGURE= yes INSTALLATION_DIRS+= bin diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 0e0bdbaf837..172a01f2e0e 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2015/03/15 07:54:35 wiz Exp $ +$NetBSD: distinfo,v 1.24 2015/05/29 14:15:34 ryoon Exp $ -SHA1 (fossil-src-1.32.tar.gz) = 8df1ea54d92a0b20cfe636bd54083d4c20502f61 -RMD160 (fossil-src-1.32.tar.gz) = 20f206598d2267cadcdfd7727cab17b92f0ae251 -Size (fossil-src-1.32.tar.gz) = 4037165 bytes +SHA1 (fossil-src-1.33.tar.gz) = 923e85b7e9866cab255c5adc9f01381cd6f65dc8 +RMD160 (fossil-src-1.33.tar.gz) = 8d7ba2d3d9f149282018bda7bc4476541f8a36a0 +Size (fossil-src-1.33.tar.gz) = 4147878 bytes -- cgit v1.2.3