From owner-svn-ports-head@FreeBSD.ORG Thu Sep 12 06:19:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 76BECFE0; Thu, 12 Sep 2013 06:19:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 488A62354; Thu, 12 Sep 2013 06:19:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C6JW3s077287; Thu, 12 Sep 2013 06:19:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8C6JVwQ077285; Thu, 12 Sep 2013 06:19:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309120619.r8C6JVwQ077285@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 12 Sep 2013 06:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327034 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 06:19:32 -0000 Author: bapt Date: Thu Sep 12 06:19:31 2013 New Revision: 327034 URL: http://svnweb.freebsd.org/changeset/ports/327034 Log: Update to 20130911114349 aka 1.27 Changes: - Enhance the fossil changes, fossil clean, fossil extras, fossil ls and fossil status commands to restrict operation to files and directories named on the command-line - New --integrate option to fossil merge, which automatically closes the merged branch when committing - Renamed /stats_report page to /reports. Graph width is now relative, not absolute - Added yw=YYYY-WW (year-week) filter to timeline to limit the results to a specific year and calendar week number, e.g. /timeline?yw=2013-01 - Updates to SQLite to prevent opening a repository file using file descriptors 1 or 2 on unix. This fixes a bug under which an assertion failure could overwrite part of a repository database file, corrupting it - Added support for unlimited line lengths in side-by-side diffs - New --close option to fossil commit, which immediately closes the branch being committed - Added chart option to fossil bisect - Improvements to the "human or bot?" determination - Reports errors about missing CGI-standard environment variables for HTTP servers which do not support them - Added --scgi option to fossil server - Internal improvements to the sync process - The internals of the JSON API are now MIT-licensed Modified: head/devel/fossil/Makefile head/devel/fossil/distinfo Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Thu Sep 12 06:03:58 2013 (r327033) +++ head/devel/fossil/Makefile Thu Sep 12 06:19:31 2013 (r327034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 20130618210923 +PORTVERSION= 20130911114349 PORTEPOCH= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ Modified: head/devel/fossil/distinfo ============================================================================== --- head/devel/fossil/distinfo Thu Sep 12 06:03:58 2013 (r327033) +++ head/devel/fossil/distinfo Thu Sep 12 06:19:31 2013 (r327034) @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20130618210923.tar.gz) = 8dcb58c0ee80385827e4c3b5f84a05264a350a61680d93f4f9497e7b67210b98 -SIZE (fossil-src-20130618210923.tar.gz) = 3641306 +SHA256 (fossil-src-20130911114349.tar.gz) = 4e9cf637a1ea5a4c659ef163b7b9fc1be1c169095d74f94388210cd117fa8058 +SIZE (fossil-src-20130911114349.tar.gz) = 3682124