git: daab0b7f9404 - main - lang/tcl87: update to 8.7a5 RC2

Pietro Cerutti gahr at FreeBSD.org
Mon Jun 14 07:38:07 UTC 2021


The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=daab0b7f94042e3e9491017fbfad56b69cdf3693

commit daab0b7f94042e3e9491017fbfad56b69cdf3693
Author:     Pietro Cerutti <gahr at FreeBSD.org>
AuthorDate: 2021-06-14 07:35:26 +0000
Commit:     Pietro Cerutti <gahr at FreeBSD.org>
CommitDate: 2021-06-14 07:35:26 +0000

    lang/tcl87: update to 8.7a5 RC2
---
 lang/tcl87/Makefile                        |  2 +-
 lang/tcl87/distinfo                        |  6 +++---
 lang/tcl87/files/patch-unix-installManPage |  6 +++---
 lang/tcl87/files/patch-unix_Makefile.in    | 12 ++++++------
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/lang/tcl87/Makefile b/lang/tcl87/Makefile
index 9ca76b1f9392..4d9ce8770456 100644
--- a/lang/tcl87/Makefile
+++ b/lang/tcl87/Makefile
@@ -56,7 +56,7 @@ CONFIGURE_ARGS=	--enable-shared \
 
 TCL_VERSION=	8.7a5
 TCL_VER=	8.7
-TCL_RC=		rc1
+TCL_RC=		rc2
 SHORT_TCL_VER=	${TCL_VER:S/.//}
 MAN_SUFFIX=	${PKGBASE}
 
diff --git a/lang/tcl87/distinfo b/lang/tcl87/distinfo
index ec74db35a77a..917f8a1b8ec9 100644
--- a/lang/tcl87/distinfo
+++ b/lang/tcl87/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623305436
-SHA256 (tcl8.7a5rc1-src.tar.gz) = 277d7a14fad46143113533783f047d6046cd3754bd384451a8d216815cb107fa
-SIZE (tcl8.7a5rc1-src.tar.gz) = 6362975
+TIMESTAMP = 1623650905
+SHA256 (tcl8.7a5rc2-src.tar.gz) = 00fc9115d06fbad863b708fca753d8d00e8b85dccb494b7b43a83059a4d4f312
+SIZE (tcl8.7a5rc2-src.tar.gz) = 6362936
diff --git a/lang/tcl87/files/patch-unix-installManPage b/lang/tcl87/files/patch-unix-installManPage
index 220fcd6781f8..5fb0111b43c7 100644
--- a/lang/tcl87/files/patch-unix-installManPage
+++ b/lang/tcl87/files/patch-unix-installManPage
@@ -1,6 +1,6 @@
---- unix/installManPage.orig	2021-06-07 15:40:36.000000000 +0000
-+++ unix/installManPage	2021-06-08 05:59:53.738870000 +0000
-@@ -123,7 +123,7 @@
+--- unix/installManPage.orig	2021-06-07 15:40:36 UTC
++++ unix/installManPage
+@@ -123,7 +123,7 @@ done
  
  First=""
  for Target in $Names; do
diff --git a/lang/tcl87/files/patch-unix_Makefile.in b/lang/tcl87/files/patch-unix_Makefile.in
index bd7c50ba4df8..68fceb6b0160 100644
--- a/lang/tcl87/files/patch-unix_Makefile.in
+++ b/lang/tcl87/files/patch-unix_Makefile.in
@@ -1,6 +1,6 @@
---- unix/Makefile.in.orig	2021-06-08 09:38:20.307442000 +0000
-+++ unix/Makefile.in	2021-06-08 09:54:29.143801000 +0000
-@@ -84,7 +84,7 @@
+--- unix/Makefile.in.orig	2021-06-13 17:37:34 UTC
++++ unix/Makefile.in
+@@ -84,7 +84,7 @@ HTML_DIR		= @HTML_DIR@
  HTML_INSTALL_DIR	= $(INSTALL_ROOT)$(HTML_DIR)
  
  # Directory in which to install the configuration file tclConfig.sh
@@ -9,7 +9,7 @@
  
  # Directory in which to install bundled packages:
  PACKAGE_DIR		= @PACKAGE_DIR@
-@@ -1003,30 +1003,23 @@
+@@ -1003,30 +1003,23 @@ install-binaries: binaries
  	@EXTRA_INSTALL_BINARIES@
  	@echo "Installing pkg-config file to $(LIB_INSTALL_DIR)/pkgconfig/"
  	@$(INSTALL_DATA_DIR) "$(LIB_INSTALL_DIR)/pkgconfig"
@@ -43,7 +43,7 @@
  	@echo "Installing library files to $(SCRIPT_INSTALL_DIR)/"
  	@for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \
  		$(UNIX_DIR)/tclAppInit.c @LDAIX_SRC@ @DTRACE_SRC@ ; do \
-@@ -1041,23 +1034,23 @@
+@@ -1041,23 +1034,23 @@ install-libraries: libraries
  	done
  	@echo "Installing package http 2.10a1 as a Tcl Module"
  	@$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \
@@ -72,7 +72,7 @@
  	@echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/"
  	@for i in $(TOP_DIR)/library/encoding/*.enc; do \
  		$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/encoding"; \
-@@ -1067,6 +1060,9 @@
+@@ -1067,6 +1060,9 @@ install-libraries: libraries
  	    echo "if {![interp issafe]} { ::tcl::tm::roots {$(TCL_MODULE_PATH)} }" >> \
  	        "$(SCRIPT_INSTALL_DIR)/tm.tcl"; \
  	fi


More information about the dev-commits-ports-main mailing list