From d730b150617e040f468ca720d3b105a8bfaba0db Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 12 Sep 2013 06:19:31 +0000 Subject: 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 --- devel/fossil/Makefile | 2 +- devel/fossil/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 8076c1239c09..935d59b7326d 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 20130618210923 +PORTVERSION= 20130911114349 PORTEPOCH= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index c77826d82c5f..91c4c10218d7 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -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 -- cgit v1.2.3