From owner-svn-ports-all@FreeBSD.ORG Wed Jun 19 05:54:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB133C36; Wed, 19 Jun 2013 05:54:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 829D71B09; Wed, 19 Jun 2013 05:54:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5J5s9QJ081948; Wed, 19 Jun 2013 05:54:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5J5s8XX081946; Wed, 19 Jun 2013 05:54:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306190554.r5J5s8XX081946@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 19 Jun 2013 05:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321228 - in head/devel/fossil: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 05:54:09 -0000 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