From owner-svn-ports-all@FreeBSD.ORG Sun Mar 15 10:10:34 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B749B7B; Sun, 15 Mar 2015 10:10:34 +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 EFBC1B60; Sun, 15 Mar 2015 10:10:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2FAAXHL055693; Sun, 15 Mar 2015 10:10:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2FAAXJJ055688; Sun, 15 Mar 2015 10:10:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503151010.t2FAAXJJ055688@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 15 Mar 2015 10:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381315 - 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: Sun, 15 Mar 2015 10:10:34 -0000 Author: bapt Date: Sun Mar 15 10:10:32 2015 New Revision: 381315 URL: https://svnweb.freebsd.org/changeset/ports/381315 QAT: https://qat.redports.org/buildarchive/r381315/ Log: Update to version 1.32 Changes: * When creating a new repository using fossil init, ensure that the new repository is fully compatible with historical versions of Fossil by having a valid manifest as RID 1. * Anti-aliased rendering of arrowheads on timeline graphs. * Added vi/less-style key bindings to the --tk diff GUI. * Documentation updates to fix spellings and changes all "checkins" to "check-ins". * Add the --repolist option to server commands such as fossil server or fossil http. * Added the "Xekri" skin. * Enhance the "ln=" query parameter on artifact displays to accept multiple ranges, separate by spaces (or "+" when URL-encoded). * Added fossil forget as an alias for fossil rm. Modified: head/devel/fossil/Makefile head/devel/fossil/distinfo Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Sun Mar 15 10:08:33 2015 (r381314) +++ head/devel/fossil/Makefile Sun Mar 15 10:10:32 2015 (r381315) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 1.31 -DISTVERSION= 201502231627 -DISTVERSIONSUFFIX= 34 +PORTVERSION= 1.32 PORTEPOCH= 2 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ @@ -21,7 +19,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} USE_OPENSSL= yes USE_RC_SUBR= fossil -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFIGURE_ARGS= --disable-lineedit Modified: head/devel/fossil/distinfo ============================================================================== --- head/devel/fossil/distinfo Sun Mar 15 10:08:33 2015 (r381314) +++ head/devel/fossil/distinfo Sun Mar 15 10:10:32 2015 (r381315) @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20150223162734.tar.gz) = c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942 -SIZE (fossil-src-20150223162734.tar.gz) = 4109965 +SHA256 (fossil-src-1.32.tar.gz) = cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e +SIZE (fossil-src-1.32.tar.gz) = 4037165