From owner-svn-ports-all@FreeBSD.ORG Tue Feb 24 15:55:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57E6CC2B; Tue, 24 Feb 2015 15:55:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42030D2E; Tue, 24 Feb 2015 15:55:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1OFt2tv084899; Tue, 24 Feb 2015 15:55:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1OFt1B1084897; Tue, 24 Feb 2015 15:55:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502241555.t1OFt1B1084897@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 Feb 2015 15:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379817 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 24 Feb 2015 15:55:02 -0000 Author: bapt Date: Tue Feb 24 15:55:01 2015 New Revision: 379817 URL: https://svnweb.freebsd.org/changeset/ports/379817 QAT: https://qat.redports.org/buildarchive/r379817/ Log: Update to 1.31 Key changes: - Change the auxiliary schema by adding columns MLINK.ISAUX and MLINK.PMID columns to the schema, to support better drawing of file change graphs. A fossil rebuild is recommended but is not required. so that the new graph drawing logic can work effectively. - Added search over Check-in comments, Documents, Tickets and Wiki. Disabled by default. The search can be either a full-scan or it can use an index that is kept up-to-date automatically. The new /srchsetup web-page and the fts-config command were added to help configure the search capability. Expect further enhancements to the search capabilities in subsequent releases. - Added form elements to some submenus (in particular the /timeline) for easier operation. - Added the --ifneeded option to fossil rebuild. - Added "override skins" using the "skin:" line of the CGI script or using the --skin LABEL option on the server, ui, or http commands. - Embedded html documents that begin with are displayed with standard headers and footers added. - Allow
markup in wiki. - Renamed "Events" to "Technical Notes", while updating the technote display and control pages. Add support for technotes as plain text or as Markdown. - Added the /md_rules pages containing summary instructions on the Markdown format. - Added the --repolist and --nojail options to the various server commands (ex: fossil server). - Added the fossil all add subcommand to "fossil all". - Improvements to the /login page. Some hyperlinks to pages that require "anonymous" privileges are displayed even if the current user is "nobody" but automatically redirect to /login. - The /doc web-page will now try to deliver the file "404.md" from the top-level directory (if such a file exists) in place of its built-in 404 text. - Download of Tarballs and ZIP Archives by user "nobody" is now enabled by default in new repositories. - Enhancements to the table sorting controls. More display tables are now sortable. - Add IPv6 support to fossil sync and fossil clone - Add more skins such as "San Francisco Modern" and "Eagle". The "San Francisco Modern" look has been adopted as the new default for Fossil itself. - During shutdown, check to see if the check-out database (".fslckout") contains a lot of free space, and if it does, VACUUM it. - Added the /mimetype_list page. - Added the /hash-collisions page. - Allow the user of Common Table Expressions in the SQL that defaults ticket reports. - Break out the components (css, footer, and header) for the various built-in skins into separate files in the source tree. Modified: head/devel/fossil/Makefile head/devel/fossil/distinfo Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Tue Feb 24 15:48:26 2015 (r379816) +++ head/devel/fossil/Makefile Tue Feb 24 15:55:01 2015 (r379817) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 1.30 -DISTVERSION= 20150119112900 -PORTREVISION= 1 +PORTVERSION= 1.31 +DISTVERSION= 201502231627 +DISTVERSIONSUFFIX= 34 PORTEPOCH= 2 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} USE_OPENSSL= yes USE_RC_SUBR= fossil +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION} CONFIGURE_ARGS= --disable-lineedit Modified: head/devel/fossil/distinfo ============================================================================== --- head/devel/fossil/distinfo Tue Feb 24 15:48:26 2015 (r379816) +++ head/devel/fossil/distinfo Tue Feb 24 15:55:01 2015 (r379817) @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20150119112900.tar.gz) = 37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc -SIZE (fossil-src-20150119112900.tar.gz) = 3973184 +SHA256 (fossil-src-20150223162734.tar.gz) = c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942 +SIZE (fossil-src-20150223162734.tar.gz) = 4109965