aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fossil
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-13 15:30:15 +0800
committerbapt <bapt@FreeBSD.org>2014-06-13 15:30:15 +0800
commit171e3e1c53a254f8a2254c666d615f3ab5e660cc (patch)
tree6bde4a3f306b7f06b198f2b70d4c442f2e9f862d /devel/fossil
parent509ec57c8c301cf679c99bb6931e00d5b9816a12 (diff)
downloadfreebsd-ports-gnome-171e3e1c53a254f8a2254c666d615f3ab5e660cc.tar.gz
freebsd-ports-gnome-171e3e1c53a254f8a2254c666d615f3ab5e660cc.tar.zst
freebsd-ports-gnome-171e3e1c53a254f8a2254c666d615f3ab5e660cc.zip
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 <title> 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.
Diffstat (limited to 'devel/fossil')
-rw-r--r--devel/fossil/Makefile5
-rw-r--r--devel/fossil/distinfo4
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index 8f869a4b7ea1..0e6e35268009 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -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/
diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo
index 47e1a2c67d6f..5102986b1588 100644
--- a/devel/fossil/distinfo
+++ b/devel/fossil/distinfo
@@ -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