From owner-svn-ports-all@FreeBSD.ORG Fri Jun 13 07:30:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A596CAA; Fri, 13 Jun 2014 07:30:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92DE52B18; Fri, 13 Jun 2014 07:30:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5D7UGxn041081; Fri, 13 Jun 2014 07:30:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5D7UGJG041079; Fri, 13 Jun 2014 07:30:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406130730.s5D7UGJG041079@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 13 Jun 2014 07:30:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357652 - head/devel/fossil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 07:30:16 -0000 Author: bapt Date: Fri Jun 13 07:30:15 2014 New Revision: 357652 URL: http://svnweb.freebsd.org/changeset/ports/357652 QAT: https://qat.redports.org/buildarchive/r357652/ Log: Update fossil to 1.29 Changes: - Add the ability to display content, diffs and annotations for UTF16 text files in the web interface. - Add the "SaveAs..." and "Invert" buttons to the graphical diff display that results from using the --tk option with the fossil diff command. - The /reports page now requires Read ("o") permissions. The "byweek" report now properly propagates the selected year through the event type filter links. - The info command now shows leaf status of the checkout. - Add support for tunneling https through a http proxy (Ticket [e854101c4f]). - Add option --empty to the "fossil open" command. - Enhanced the fileage page to support a glob parameter. - Add -w|--ignore-all-space and -Z|--ignore-trailing-space options to fossil annotate, fossil blame, fossil (g)diff, fossil stash diff. - Add --strip-trailing-cr option to fossil (g)diff and fossil stash diff. - Add button "Ignore Whitespace" to /annotate, /blame, /ci, /fdiff and /vdiff UI pages. - Enhance /reports with a "byweekday" view. - Enhance the fossil cat command so that it works outside of a checkout when using the -R command-line option. - Use full-length SHA1 hashes, not abbreviations, in most hyperlinks. - Correctly render the markup on wiki pages in the /artifact webpage. - Enhance the fossil whatis command to report on attachments and cluster artif acts. Added the /help?cmd=test-whatis-all command for testing purposes. - Add support for HTTP Basic Authentication on clone and sync. - Fix the stash so that it remembers added files and re-adds them when the stash is applied. - Fix the server so that it avoids writing to the database (and thus avoids database locking issues) on a pull or clone. - Add support for server load management using both a cache of expensive pages (the fossil cache command) and by rejecting expensive page requests when the server load average is too high. - Add the fossil praise command as an alias for fossil blame for subversion compatibility. - Enhance the fossil test-diff command with -y or --tk options so that it shows both filenames above their respective columns in the side-by-side diff output. - Issue a warning if a fossil add command tries to add a file that matches the ignore-glob. - Add option -W|--width to "fossil stash ls" and "fossil leaves" commands. - Enhance support for running as the root user. Now works on Haiku. - Added the -empty option to fossil new, which causes it to not create an initial empty commit. The first commit after checking out a repo created this way will become the initial commit. - Enhance sync operations by committing each round-trip to minimize number of retransmits when autosync fails. Include option for fossil update and fossil merge to continue even if missing content. - Minor portability fixes for platforms where the char type is unsigned by default. Modified: head/devel/fossil/Makefile head/devel/fossil/distinfo Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Fri Jun 13 07:07:12 2014 (r357651) +++ head/devel/fossil/Makefile Fri Jun 13 07:30:15 2014 (r357652) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 1.28 -DISTVERSION= 20140127173344 -PORTREVISION= 1 +PORTVERSION= 1.29 +DISTVERSION= 20140612172556 PORTEPOCH= 2 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ Modified: head/devel/fossil/distinfo ============================================================================== --- head/devel/fossil/distinfo Fri Jun 13 07:07:12 2014 (r357651) +++ head/devel/fossil/distinfo Fri Jun 13 07:30:15 2014 (r357652) @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20140127173344.tar.gz) = aca7c5a7c39ae2880712020e089c9c12543ba656c71d8cf8ac50e3c8871baa80 -SIZE (fossil-src-20140127173344.tar.gz) = 3806523 +SHA256 (fossil-src-20140612172556.tar.gz) = c9882f9beb95695db7402dbd03d8fbf082e1109429175af4d57e089bcd2db387 +SIZE (fossil-src-20140612172556.tar.gz) = 3864747