svn commit: r357652 - head/devel/fossil
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jun 13 07:30:16 UTC 2014
Author: bapt
Date: Fri Jun 13 07:30:15 2014
New Revision: 357652
URL: http://svnweb.freebsd.org/changeset/ports/357652
QAT: https://qat.redports.org/buildarchive/r357652/
Log:
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.
Modified:
head/devel/fossil/Makefile
head/devel/fossil/distinfo
Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile Fri Jun 13 07:07:12 2014 (r357651)
+++ head/devel/fossil/Makefile Fri Jun 13 07:30:15 2014 (r357652)
@@ -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/
Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo Fri Jun 13 07:07:12 2014 (r357651)
+++ head/devel/fossil/distinfo Fri Jun 13 07:30:15 2014 (r357652)
@@ -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
More information about the svn-ports-head
mailing list