svn commit: r492671 - head/devel/tclreadline

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 11 07:39:42 UTC 2019


Author: gahr
Date: Mon Feb 11 07:39:41 2019
New Revision: 492671
URL: https://svnweb.freebsd.org/changeset/ports/492671

Log:
  devel/tclreadline: update to 2.3.2
  
  Release notes: https://github.com/flightaware/tclreadline/releases/tag/v2.3.2

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

Modified: head/devel/tclreadline/Makefile
==============================================================================
--- head/devel/tclreadline/Makefile	Mon Feb 11 07:02:53 2019	(r492670)
+++ head/devel/tclreadline/Makefile	Mon Feb 11 07:39:41 2019	(r492671)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tclreadline
-PORTVERSION=	2.3.1
+PORTVERSION=	2.3.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel tcl
 
@@ -16,7 +16,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
 		--with-tcl-includes=${TCL_INCLUDEDIR} \
 		--with-readline-includes=${LOCALBASE}/include \
-		--with-readline-library="-L${LOCALBASE}/lib -lreadline"
+		--with-readline-library="-L${LOCALBASE}/lib -lreadline" \
+		--with-tk=no
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	flightaware

Modified: head/devel/tclreadline/distinfo
==============================================================================
--- head/devel/tclreadline/distinfo	Mon Feb 11 07:02:53 2019	(r492670)
+++ head/devel/tclreadline/distinfo	Mon Feb 11 07:39:41 2019	(r492671)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520584347
-SHA256 (flightaware-tclreadline-v2.3.1_GH0.tar.gz) = 1b0941fabb1f7494201079caff3ff96401fbc26b1c56245034b0b5e7f33c20d1
-SIZE (flightaware-tclreadline-v2.3.1_GH0.tar.gz) = 153190
+TIMESTAMP = 1549870537
+SHA256 (flightaware-tclreadline-v2.3.2_GH0.tar.gz) = 3a8e0e346bb5af3bc9c44790f00ec0585b66e9b7f16a7a09615b397f84188f01
+SIZE (flightaware-tclreadline-v2.3.2_GH0.tar.gz) = 280470


More information about the svn-ports-all mailing list