Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 11:00:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401091 - head/devel/fossil
Message-ID:  <201511091100.tA9B05rq043954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Nov  9 11:00:05 2015
New Revision: 401091
URL: https://svnweb.freebsd.org/changeset/ports/401091

Log:
  Update to 1.34
  Changes:
  - Make the fossil clean command undoable for files less than 10MiB.
  - Update internal Unicode character tables, used in regular expression handling,
    from version 7.0 to 8.0.
  - Add the new amend command which is used to modify tags of a "check-in".
  - Fix bug in import command, handling version 3 of the svndump format for
    subversion.
  - Add the all cache command.
  - TH1 enhancements:
    * Add minimal [lsearch] command. Only exact case-sensitive matching is
      supported.
    * Add the [glob_match], [markdown], [dir], and [encode64] commands.
    * Add the [tclIsSafe] and [tclMakeSafe] commands to the Tcl integration
      subsystem.
    * Add 'double', 'integer', and 'list' classes to the [string is] command.
  - Add the --undo option to the diff command.
  - Build-in Antirez's "linenoise" command-line editing library for use with the
    fossil sql command on Unix platforms.
  - Add stash cat as an alias for the stash show command.
  - Automatically pull before fossil merge when auto-sync is enabled.
  - Fix --hard option to fossil mv and fossil rm to enable them to work properly
    with certain relative paths.
  - Change the mimetype for ".n" and ".man" files to text/plain.
  - Display improvements in the fossil bisect chart command.
  - Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5
    support (both currently unused within Fossil).

Modified:
  head/devel/fossil/Makefile
  head/devel/fossil/distinfo

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Mon Nov  9 10:57:08 2015	(r401090)
+++ head/devel/fossil/Makefile	Mon Nov  9 11:00:05 2015	(r401091)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	fossil
-PORTVERSION=	1.33
+PORTVERSION=	1.34
 PORTEPOCH=	2
-PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	http://www.fossil-scm.org/download/
 DISTVERSIONPREFIX=	src-
@@ -22,8 +21,6 @@ USE_OPENSSL=	yes
 USE_RC_SUBR=	fossil
 MAKE_JOBS_UNSAFE=yes
 
-CONFIGURE_ARGS=	--disable-lineedit
-
 OPTIONS_DEFINE=	JSON FUSE STATIC
 OPTIONS_DEFAULT=	JSON
 JSON_DESC=	JSON API support

Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo	Mon Nov  9 10:57:08 2015	(r401090)
+++ head/devel/fossil/distinfo	Mon Nov  9 11:00:05 2015	(r401091)
@@ -1,2 +1,2 @@
-SHA256 (fossil-src-1.33.tar.gz) = 6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e
-SIZE (fossil-src-1.33.tar.gz) = 4147878
+SHA256 (fossil-src-1.34.tar.gz) = 53a6b83e878feced9ac7705f87e5b6ea82727314e3e19202ae1c46c7e4dba49f
+SIZE (fossil-src-1.34.tar.gz) = 4449452



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511091100.tA9B05rq043954>