summaryrefslogtreecommitdiff
path: root/devel/fossil
diff options
context:
space:
mode:
authorryoon <ryoon>2013-06-30 06:04:39 +0000
committerryoon <ryoon>2013-06-30 06:04:39 +0000
commit8f87e89fcae1fa5ff961ef89e2d164c8b5e842b3 (patch)
tree53100129ba5136a376aecc56adfdf853eb9879ce /devel/fossil
parent5e077a45149232ce04984d81e8720aac67dc7f31 (diff)
downloadpkgsrc-8f87e89fcae1fa5ff961ef89e2d164c8b5e842b3.tar.gz
Update to 1.26
Changelog: This is Version 1.26. Key changes in this release include: The argument to the --port option for the "fossil ui" and "fossil server" commands can take an IP address in addition to the port number, causing Fossil to bind to just that one IP address. After prompting for a password, also ask if that password should be remembered. Performance improvements to the diff engine. Fix the side-by-side diff engine to work better with multi-byte unicode text. Color-coding in the web-based annotation (blame) display. Fix the annotation engine so that it is no longer confused by time-warps. The markdown formatter is now available by default and can be used for tickets, wiki, and embedded documentation. Add subcommands "fossil bisect log" and "fossil bisect status" to the "fossil bisect" command, as well as other bisect enhancements. Enhanced defenses that prevent spiders from using excessive CPU and bandwidth. Consistent use of the -n or --dry-run command line options. Win32: Fossil now understands Cygwin paths containing one or more of the characters "*:<>?|. Those are normally forbidden in win32. This means that the win32 fossil.exe is better usable in a Cygwin environment. Cygwin: Fossil now understands win32 absolute paths starting with a drive letter everywhere. The default value of the "case-sensitive" setting is now FALSE, except when case-sensitivity is enabled in the Windows kernel. Enhancements to /timeline.rss, adding more flags for filtering results, including the ability to subscribe to changes made to individual tickets. Improved handling of the differences between case-sensitive and case-insensitive filesystems. JSON API: added the 'status' command to report local checkout status. Fixes to the --args support and documented this feature in the help. Added /stats_report page. Added ym=YYYY-MM filter to the "/timeline" url. Fixed: config reset now re-installs default ticket report format. ssh:// and file:// protocols now ignore proxy settings. Added /hash-color-test web page. Cherry-pick merges are recorded internally (though no yet displayed on the timeline graph.) Bring in the latest versions of SQLite, zlib, and autosetup from upstream.
Diffstat (limited to 'devel/fossil')
-rw-r--r--devel/fossil/Makefile6
-rw-r--r--devel/fossil/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index 2a72fb10c66..b0de2f14c06 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2013/04/10 11:31:58 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2013/06/30 06:04:39 ryoon Exp $
-DISTNAME= fossil-src-20130216000435
-PKGNAME= fossil-1.25
+DISTNAME= fossil-src-20130618210923
+PKGNAME= fossil-1.26
CATEGORIES= devel scm
MASTER_SITES= http://www.fossil-scm.org/download/
diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo
index 1f1aba3631b..bd5433c4c93 100644
--- a/devel/fossil/distinfo
+++ b/devel/fossil/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2013/04/10 11:31:58 wiz Exp $
+$NetBSD: distinfo,v 1.19 2013/06/30 06:04:39 ryoon Exp $
-SHA1 (fossil-src-20130216000435.tar.gz) = 16bf2d05ec62cd704b2cbc2bb9388de2a1b5ac97
-RMD160 (fossil-src-20130216000435.tar.gz) = 794a9ec7f42593d5e228ce55a68ecedac5d5a4a9
-Size (fossil-src-20130216000435.tar.gz) = 3541732 bytes
+SHA1 (fossil-src-20130618210923.tar.gz) = b8de07de92483ba491c7e11c1d82147bce1cdaf9
+RMD160 (fossil-src-20130618210923.tar.gz) = 5c75225beefca8f07f4fa693e44d9de30c35b5fb
+Size (fossil-src-20130618210923.tar.gz) = 3641306 bytes