Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 07:36:21 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515171 - head/devel/tclreadline
Message-ID:  <201910220736.x9M7aLsx050603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Oct 22 07:36:21 2019
New Revision: 515171
URL: https://svnweb.freebsd.org/changeset/ports/515171

Log:
  devel/tclreadline: update to 2.3.7, build using Tcl stubs library

Modified:
  head/devel/tclreadline/Makefile
  head/devel/tclreadline/distinfo

Modified: head/devel/tclreadline/Makefile
==============================================================================
--- head/devel/tclreadline/Makefile	Tue Oct 22 07:11:35 2019	(r515170)
+++ head/devel/tclreadline/Makefile	Tue Oct 22 07:36:21 2019	(r515171)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tclreadline
-PORTVERSION=	2.3.6
+PORTVERSION=	2.3.7
 DISTVERSIONPREFIX=	v
 PORTREVISION=	0
 CATEGORIES=	devel tcl
@@ -19,7 +19,8 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
 		--with-tcl-includes=${TCL_INCLUDEDIR} \
 		--with-readline-includes=${LOCALBASE}/include \
 		--with-readline-library="-L${LOCALBASE}/lib -lreadline" \
-		--with-tk=no
+		--with-tk=no \
+		--enable-tclstub
 INSTALL_TARGET=	install-strip
 
 USE_GITHUB=	yes

Modified: head/devel/tclreadline/distinfo
==============================================================================
--- head/devel/tclreadline/distinfo	Tue Oct 22 07:11:35 2019	(r515170)
+++ head/devel/tclreadline/distinfo	Tue Oct 22 07:36:21 2019	(r515171)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563881085
-SHA256 (flightaware-tclreadline-v2.3.6_GH0.tar.gz) = 478b13c2de153b5423f34f007e94d7ecbe2840b451501cc1132663750e2be0d3
-SIZE (flightaware-tclreadline-v2.3.6_GH0.tar.gz) = 260057
+TIMESTAMP = 1571728614
+SHA256 (flightaware-tclreadline-v2.3.7_GH0.tar.gz) = d6e45145b7214ed11658e9fa3a923dc9177e8c57bec5412978a7412134ddf5ab
+SIZE (flightaware-tclreadline-v2.3.7_GH0.tar.gz) = 260176



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