[tcl] Fix missing zlib dependency. (#39231)

This commit is contained in:
Billy O'Neal 2024-06-12 14:31:13 -07:00 committed by GitHub
parent eb0f108ebd
commit 573516aa28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -1,10 +1,13 @@
{
"name": "tcl",
"version-string": "core-9-0-a1",
"port-version": 6,
"port-version": 7,
"description": "Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides the fastest and most powerful way to create GUI applications that run on PCs, Unix, and Mac OS X. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.",
"homepage": "https://github.com/tcltk/tcl",
"supports": "!android & !(windows & arm) & !uwp",
"dependencies": [
"zlib"
],
"features": {
"profile": {
"description": "Adds profiling hooks. Map file is assumed."

View File

@ -8598,7 +8598,7 @@
},
"tcl": {
"baseline": "core-9-0-a1",
"port-version": 6
"port-version": 7
},
"tclap": {
"baseline": "1.2.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf292d0782ec4b951e94467bd26a6b4a1db5874f",
"version-string": "core-9-0-a1",
"port-version": 7
},
{
"git-tree": "e825eeb13189650d5919608370935891a5cba218",
"version-string": "core-9-0-a1",