svn commit: r327034 - head/devel/fossil
Baptiste Daroussin
bapt at FreeBSD.org
Thu Sep 12 06:19:32 UTC 2013
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
More information about the svn-ports-all
mailing list