From owner-svn-ports-head@FreeBSD.ORG Tue Oct 23 11:03:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F099118; Tue, 23 Oct 2012 11:03:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA998FC08; Tue, 23 Oct 2012 11:03:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9NB3eXI047178; Tue, 23 Oct 2012 11:03:40 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NB3e5Q047175; Tue, 23 Oct 2012 11:03:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210231103.q9NB3e5Q047175@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 23 Oct 2012 11:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306305 - head/devel/fossil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 11:03:41 -0000 Author: bapt Date: Tue Oct 23 11:03:40 2012 New Revision: 306305 URL: http://svn.freebsd.org/changeset/ports/306305 Log: Update to 20121022124804 (aka 1.24) Changes: * Added support for WYSIWYG editing of wiki pages. * Allow style= attribute to occur in HTML markup on wiki pages. * Added the --tk option to the "fossi diff" and "fossil stash diff" commands, * Update the "fossil stash" command so that it always prompts for a comment if the -m option is omitted. * Added the "fossil stash show" command. * Added --age and -t options to the "fossil ls" command. * Add the --baseurl option to "fossil server" and "fossil http" commands, so that those commands can be used with reverse proxies. * Add the --template option to the "fossil init" command * Add the diff-binary setting Many more see: http://www.fossil-scm.org/fossil/doc/trunk/www/changes.wiki Feature safe: yes Modified: head/devel/fossil/Makefile head/devel/fossil/distinfo Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Tue Oct 23 09:52:29 2012 (r306304) +++ head/devel/fossil/Makefile Tue Oct 23 11:03:40 2012 (r306305) @@ -1,12 +1,7 @@ -# New ports collection makefile for: fossil -# Date created: 2010-06-15 -# Whom: Bapt -# # $FreeBSD$ -# PORTNAME= fossil -PORTVERSION= 20120808112557 +PORTVERSION= 20121022124804 PORTEPOCH= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ Modified: head/devel/fossil/distinfo ============================================================================== --- head/devel/fossil/distinfo Tue Oct 23 09:52:29 2012 (r306304) +++ head/devel/fossil/distinfo Tue Oct 23 11:03:40 2012 (r306305) @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20120808112557.tar.gz) = fd0ca7b11906d0dfd4541a7a2518ed41407b4c2985eb09b64aa1390a50c51a4a -SIZE (fossil-src-20120808112557.tar.gz) = 2811716 +SHA256 (fossil-src-20121022124804.tar.gz) = 35a6bf235ae3d5615c1411587380030d3f16153bf7c0974eeb4c21335a669b3d +SIZE (fossil-src-20121022124804.tar.gz) = 2843987