From cee21b38e9d5fa851849b261388c770217e40998 Mon Sep 17 00:00:00 2001 From: Sebastian Szwarc Date: Mon, 30 Sep 2024 12:29:35 +0200 Subject: [PATCH 1/3] ZSH - changed dependancy pcre->pcre2 since pcre is not compiling --- shells/zsh/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zsh/Portfile b/shells/zsh/Portfile index 7781a8175c2df..138bef0dfeb13 100644 --- a/shells/zsh/Portfile +++ b/shells/zsh/Portfile @@ -21,7 +21,7 @@ homepage https://www.zsh.org depends_lib port:gdbm \ port:libiconv \ port:ncurses \ - port:pcre + port:pcre2 master_sites sourceforge:project/zsh/zsh/${version}:src \ sourceforge:project/zsh/zsh-doc/${version}:doc From 618544ff20074db0a2d8053aa78464b11aead4b5 Mon Sep 17 00:00:00 2001 From: Sebastian Szwarc Date: Wed, 9 Oct 2024 14:19:19 +0200 Subject: [PATCH 2/3] Changed dependency from python 3.10 to 3.12 --- net/libpsl/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/libpsl/Portfile b/net/libpsl/Portfile index ad7504da57385..b592fb0631336 100644 --- a/net/libpsl/Portfile +++ b/net/libpsl/Portfile @@ -49,7 +49,7 @@ checksums ${main_distfile} \ # See e.g. https://trac.macports.org/ticket/60419 # DO NOT change this unless you have understood and acted on the above comment! -set py_ver 3.10 +set py_ver 3.12 set py_ver_nodot [string map {. {}} ${py_ver}] depends_build-append \ From 36daac626623bc4b0c0d37c2e1fa91a260ff82f0 Mon Sep 17 00:00:00 2001 From: Sebastian Szwarc Date: Wed, 9 Oct 2024 23:43:04 +0200 Subject: [PATCH 3/3] Changed revision with updated dependency --- shells/zsh/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zsh/Portfile b/shells/zsh/Portfile index 59ef18027208b..b90537a475d98 100644 --- a/shells/zsh/Portfile +++ b/shells/zsh/Portfile @@ -5,7 +5,7 @@ PortSystem 1.0 name zsh # TODO: Remove CFLAGS kludge below when upgrading to next release. version 5.9 -revision 3 +revision 4 categories shells platforms darwin license Permissive