svn commit: r321228 - in head/devel/fossil: . files
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jun 19 05:54:09 UTC 2013
Author: bapt
Date: Wed Jun 19 05:54:08 2013
New Revision: 321228
URL: http://svnweb.freebsd.org/changeset/ports/321228
Log:
Update to 20130618210923 aka 1.26
Changes:
- 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
- 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
- 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
- Enhanced defenses that prevent spiders from using excessive CPU and bandwidth
- Consistent use of the -n or --dry-run command line options.
- Enhancements to /timeline.rss, adding more flags for filtering results
- Added /stats_report page
- ssh:// and file:// protocols now ignore proxy settings
- Cherry-pick merges are recorded internally (though no yet displayed on the timeline graph.)
Deleted:
head/devel/fossil/files/
Modified:
head/devel/fossil/Makefile
head/devel/fossil/distinfo
Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile Wed Jun 19 02:24:46 2013 (r321227)
+++ head/devel/fossil/Makefile Wed Jun 19 05:54:08 2013 (r321228)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= fossil
-PORTVERSION= 20130216000435
-PORTREVISION= 2
+PORTVERSION= 20130618210923
PORTEPOCH= 1
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
@@ -19,12 +18,10 @@ PLIST_FILES= bin/fossil
HAS_CONFIGURE= yes
-OPTIONS_DEFINE= JSON MARKDOWN STATIC
+OPTIONS_DEFINE= JSON STATIC
JSON_DESC= JSON API support
-MARKDOWN_DESC= Markdown format support
JSON_CONFIGURE_ON= --json
-MARKDOWN_CONFIGURE_ON= --markdown
STATIC_CONFIGURE_ON= --static
do-install:
Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo Wed Jun 19 02:24:46 2013 (r321227)
+++ head/devel/fossil/distinfo Wed Jun 19 05:54:08 2013 (r321228)
@@ -1,2 +1,2 @@
-SHA256 (fossil-src-20130216000435.tar.gz) = 6fc0068a9174fc24ec9323cf7fddd771320248d9befc4a417746839a442c8de1
-SIZE (fossil-src-20130216000435.tar.gz) = 3541732
+SHA256 (fossil-src-20130618210923.tar.gz) = 8dcb58c0ee80385827e4c3b5f84a05264a350a61680d93f4f9497e7b67210b98
+SIZE (fossil-src-20130618210923.tar.gz) = 3641306
More information about the svn-ports-head
mailing list