diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-12 14:19:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-12 14:19:31 +0800 |
commit | c42e716ffe041e92016227906ead822296f08b3c (patch) | |
tree | d5c09ad97c28a9d38acf1ccc16559639c201be05 | |
parent | fec6a39513a0f30c19c63e9bc37d7744a82e44dd (diff) | |
download | freebsd-ports-gnome-c42e716ffe041e92016227906ead822296f08b3c.tar.gz freebsd-ports-gnome-c42e716ffe041e92016227906ead822296f08b3c.tar.zst freebsd-ports-gnome-c42e716ffe041e92016227906ead822296f08b3c.zip |
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
-rw-r--r-- | devel/fossil/Makefile | 2 | ||||
-rw-r--r-- | 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 |