From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 15:08:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24373C6C; Tue, 28 Jan 2014 15:08:48 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E61915FE; Tue, 28 Jan 2014 15:08:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SF8l36030477; Tue, 28 Jan 2014 15:08:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SF8lmZ030475; Tue, 28 Jan 2014 15:08:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401281508.s0SF8lmZ030475@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 Jan 2014 15:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341590 - 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.17 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, 28 Jan 2014 15:08:48 -0000 Author: bapt Date: Tue Jan 28 15:08:47 2014 New Revision: 341590 URL: http://svnweb.freebsd.org/changeset/ports/341590 QAT: https://qat.redports.org/buildarchive/r341590/ Log: Update to 1.28 (20140127173344) Switch to human readable version format (this forces bump of portepoch :() Upstream changes: * Enhance /reports to support event type filtering. * When cloning a repository, the user name passed via the URL (if any) is now used as the default local admin user's name. * Enhance the SSH transport mechanism so that it runs a single instance of the "fossil" executable on the remote side, obviating the need for a shell on the remote side. Some users may need to add the "?fossil=/path/to/fossil" query parameter to "ssh:" URIs if their fossil binary is not in a standard place. * Add the "fossil blame" command that works just like "fossil annotate" but uses a different output format that includes the user who made each changes and omits line numbers. * Add the "Tarball and ZIP-archive Prefix" configuration parameter under Admin/Configuration. * Fix CGI processing so that it works on web servers that do not supply REQUEST_URI. * Add options --dirsonly, --emptydirs, and --allckouts to the "fossil clean" command. * Ten-fold performance improvement in large "fossil blame" or "fossil annotate" commands. * Add option -W|--width and --offset to "fossil timeline" and "fossil finfo" commands. * Option -n|--limit of "fossil timeline" now specifies the number of entries, just like all other commands which have the -n|--limit option. The various timeline-related functions now output "--- ?? limit (??) reached ---" at the end whenever appropriate. Use "-n 0" if no limit is desired. * Fix handling of password embedded in Fossil URL. * New --once option to fossil clone command which does not store the URL or password when cloning. * Modify fossil ui to respect "default user" in an open repository. * Fossil now hides check-ins that have the "hidden" tag in timeline webpages. * Enhance /ci_edit page to add the "hidden" tag to check-ins. * Advanced possibilities for commit and ticket change notifications over http using TH1 scripting. * Add --sha1sum and --integrate options to the "fossil commit" command. * Add the "clean" and "extra" subcommands to the "fossil all" command * Add the --whatif option to "fossil clean" that works the same as "--dry-run", so that the name does not collide with the --dry-run option of "fossil all". * Provide a configuration option to show dates on the web timeline as "YYMMMDD HH:MM" * Add an option to the "stats" webpage that allows an administrator to see the current repository schema. * Enhancements to the "/vdiff" webpage for more difference display options. * Added the "/tree" webpage as an alternative to "/dir" and make it the default way of showing file lists. * Send gzipped HTTP responses to clients that support it. Modified: head/devel/fossil/Makefile head/devel/fossil/distinfo Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Tue Jan 28 14:59:41 2014 (r341589) +++ head/devel/fossil/Makefile Tue Jan 28 15:08:47 2014 (r341590) @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 20130911114349 -PORTEPOCH= 1 +PORTVERSION= 1.28 +DISTVERSION= 20140127173344 +PORTEPOCH= 2 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ -DISTNAME= ${PORTNAME}-src-${PORTVERSION} +DISTVERSIONPREFIX= src- MAINTAINER= bapt@FreeBSD.org COMMENT= DSCM with built-in wiki, http interface and server, tickets database -LICENSE= BSD +LICENSE= BSD2CLAUSE PLIST_FILES= bin/fossil @@ -23,4 +24,7 @@ JSON_DESC= JSON API support JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fossil + .include Modified: head/devel/fossil/distinfo ============================================================================== --- head/devel/fossil/distinfo Tue Jan 28 14:59:41 2014 (r341589) +++ head/devel/fossil/distinfo Tue Jan 28 15:08:47 2014 (r341590) @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20130911114349.tar.gz) = 4e9cf637a1ea5a4c659ef163b7b9fc1be1c169095d74f94388210cd117fa8058 -SIZE (fossil-src-20130911114349.tar.gz) = 3682124 +SHA256 (fossil-src-20140127173344.tar.gz) = aca7c5a7c39ae2880712020e089c9c12543ba656c71d8cf8ac50e3c8871baa80 +SIZE (fossil-src-20140127173344.tar.gz) = 3806523