Re: [update] devel/tcllib -> 1.20

2020-04-27 Thread Stuart Cassoff

Thanks! I'll look into it.

On 2020-04-16 08:10, Renaud Allard wrote:

Hello,

Here is a proposed update for devel/tcllib from 1.19 to 1.20.
What do you think?

Regards




[update] devel/tcllib -> 1.20

2020-04-16 Thread Renaud Allard

Hello,

Here is a proposed update for devel/tcllib from 1.19 to 1.20.
What do you think?

Regards
Index: Makefile
===
RCS file: /cvs/ports/devel/tcllib/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile	12 Jul 2019 20:46:02 -	1.31
+++ Makefile	16 Apr 2020 12:08:04 -
@@ -2,7 +2,7 @@
 
 COMMENT =	Tcl Standard Library
 
-DISTNAME =	tcllib-1.19pl0
+DISTNAME =	tcllib-1.20
 CATEGORIES =	devel lang/tcl
 HOMEPAGE =	http://sourceforge.net/projects/tcllib/
 MAINTAINER =	Stuart Cassoff 
@@ -10,7 +10,7 @@ MAINTAINER =	Stuart Cassoff https://chiselapp.com/user/stwo/repository/tarballia/uv/
+MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=tcllib/}
 
 MODULES =	x11/tk
 BUILD_DEPENDS =	${MODTCL_BUILD_DEPENDS}
Index: distinfo
===
RCS file: /cvs/ports/devel/tcllib/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo	12 Jun 2018 23:45:43 -	1.16
+++ distinfo	16 Apr 2020 12:08:04 -
@@ -1,2 +1,2 @@
-SHA256 (tcllib-1.19pl0.tar.gz) = yHqgIZE9Z8Zqtlhk67V+i0Gh9O3YcTWNoopBHurAYPU=
-SIZE (tcllib-1.19pl0.tar.gz) = 10143196
+SHA256 (tcllib-1.20.tar.gz) = 47CXR1vLk8RDnfSgiNqllZLhk3vu4qLISV9PAwMSXXE=
+SIZE (tcllib-1.20.tar.gz) = 10548501
Index: patches/patch-support_installation_actions_tcl
===
RCS file: /cvs/ports/devel/tcllib/patches/patch-support_installation_actions_tcl,v
retrieving revision 1.8
diff -u -p -r1.8 patch-support_installation_actions_tcl
--- patches/patch-support_installation_actions_tcl	14 May 2017 09:01:31 -	1.8
+++ patches/patch-support_installation_actions_tcl	16 Apr 2020 12:08:04 -
@@ -6,7 +6,7 @@ Perform shebang adjustments.
 Index: support/installation/actions.tcl
 --- support/installation/actions.tcl.orig
 +++ support/installation/actions.tcl
-@@ -90,23 +90,101 @@ proc _trt {module libdir} {
+@@ -99,23 +99,101 @@ proc _trt {module libdir} {
  return
  }
  
Index: patches/patch-support_installation_modules_tcl
===
RCS file: /cvs/ports/devel/tcllib/patches/patch-support_installation_modules_tcl,v
retrieving revision 1.10
diff -u -p -r1.10 patch-support_installation_modules_tcl
--- patches/patch-support_installation_modules_tcl	12 Jun 2018 23:45:43 -	1.10
+++ patches/patch-support_installation_modules_tcl	16 Apr 2020 12:08:04 -
@@ -2,13 +2,18 @@ $OpenBSD: patch-support_installation_mod
 Index: support/installation/modules.tcl
 --- support/installation/modules.tcl.orig
 +++ support/installation/modules.tcl
-@@ -32,119 +32,121 @@ array set guide {}
+@@ -32,6 +32,8 @@ array set guide {}
  
  Exclude calendar
  Exclude exif
 +Exclude rest ;# Needs tDOM
 +Exclude processman ;# unripe
  
+ if {[file exists [file join $distribution modules tcllibc]]} {
+ #   name pkg   doc   example
+@@ -44,119 +46,119 @@ Module  0compatibility _tcl  _null  _null
+ # implementations. See pkgIndex.tcl for more notes.
+ 
  #   name pkg   doc   example
 -Module  aes _tcl  _man  _null
 +Module  aes _tcm  _man  _null
@@ -27,6 +32,7 @@ Index: support/installation/modules.tcl
 +Module  blowfish_tcm  _man  _null
  Module  cache   _tcl  _man  _null
  Module  calendar _tci _man  _null
+ Module  clay_tcl  _man _null
  Module  clock   _tcl  _man _null
 -Module  cmdline _tcl  _man  _null
 -Module  comm_tcl  _man  _null
@@ -92,6 +98,7 @@ Index: support/installation/modules.tcl
  Module  json_tcl  _man  _null
 -Module  lambda  _tcl  _man  _null
 +Module  lambda  _tcm  _man  _null
+ Module  lazyset _tcl  _man  _null
  Module  ldap_tcl  _man _exa
  Module  log  _msg _man  {_exax logger}
  Module  markdown _tcl  _man  _null
@@ -166,9 +173,9 @@ Index: support/installation/modules.tcl
 -Module  tiff_tcl  _man  _null
 +Module  tiff_tcm  _man  _null
  Module  tool_tcl  _man  _null
- Module  tool-ui _tcl  _man  _null
- Module  tool_datatype_tcl  _man  _null
-@@ -153,14 +155,14 @@ Module  treeql  _tcl  _man  _null
+ #Module  tool-ui _tcl  _man  _null
+ #Module  tool_datatype_tcl  _man  _null
+@@ -165,14 +167,14 @@ Module  treeql  _tcl  _man  _null
  Module  try _tcl  _man  _null
  Module  udpcluster  _tcl  _man  _null
  Module  uev _tcl  _man  _null
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/tcllib/pkg/PLIST,v
retrieving revision 1.18
diff -u -p -r1.18 PLIST
--- pkg/PLIST	12 Jun 2018 23:45:43 -	1.18
+++ pkg/PLIST	16 Apr 2020 12:08:04 -
@@ -1,5 +1,11 @@
 @comment $OpenBSD: PLIST,v 1.18 2018/06/12 23:45:43 stu Exp $
 bin/dtplite
+lib/tcl/0compatibility/
+lib/tcl/0compatibility/d_config.tcl
+lib/tcl/0compatibility/d_paths.tcl
+lib/tcl/0compatibility/p_config.tcl
+lib/tcl/0