<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/47759bc3adc30b766daf984309ac97a340ae0c80">https://github.com/macports/macports-ports/commit/47759bc3adc30b766daf984309ac97a340ae0c80</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 47759bc3adc codeblocks-devel: spec the external revisions
</span>47759bc3adc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 47759bc3adc30b766daf984309ac97a340ae0c80
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Jan 15 23:57:30 2024 -0800
<span style='display:block; white-space:pre;color:#404040;'> codeblocks-devel: spec the external revisions
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> closes: https://trac.macports.org/ticket/69109
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> no revbumps as nothing has changed with the builds
</span>---
devel/codeblocks-devel/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/codeblocks-devel/Portfile b/devel/codeblocks-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 19022051eaa..48773b96af0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/codeblocks-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/codeblocks-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,9 @@ worksrcdir trunk
</span>
svn.args-append --ignore-externals
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set fortranproject_rev 375
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythonplugins_rev 1c66848fb7c9f8dfc5a67e1a4f85a9244b229866
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${os.major} >= 14 || ${os.platform} ne "darwin"} {
depends_fetch-append bin:git:git
} else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,8 +42,9 @@ if {${os.major} >= 14 || ${os.platform} ne "darwin"} {
</span> }
post-fetch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- system -W ${worksrcpath}/src/plugins/contrib/ "${svn.cmd} checkout -r375 https://svn.code.sf.net/p/fortranproject/code/trunk FortranProject"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ system -W ${worksrcpath}/src/plugins/contrib/ "${svn.cmd} checkout -r${fortranproject_rev} https://svn.code.sf.net/p/fortranproject/code/trunk FortranProject"
</span> system -W ${worksrcpath}/src/plugins/contrib/ "${git.cmd} clone https://github.com/spillz/codeblocks-python PythonPlugins"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ system -W ${worksrcpath}/src/plugins/contrib/PythonPlugins "${git.cmd} checkout --quiet ${pythonplugins_rev}"
</span> }
use_autoconf yes
</pre><pre style='margin:0'>
</pre>