<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9524766f47307f7bac8c3b64571af6badcf9ffb2">https://github.com/macports/macports-ports/commit/9524766f47307f7bac8c3b64571af6badcf9ffb2</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 9524766f473 lablgl: Fix worksrcdir
</span>9524766f473 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9524766f47307f7bac8c3b64571af6badcf9ffb2
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Oct 9 02:59:11 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> lablgl: Fix worksrcdir
</span>---
graphics/lablgl/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/lablgl/Portfile b/graphics/lablgl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 580a7b239fe..29130101838 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/lablgl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/lablgl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,5 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +14,6 @@ long_description LablGL is is an Objective Caml interface to OpenGL. \
</span> Support is included for use with both \
Glut (standalone) and LablTk.\
LablGTK also includes specific support for LablGL.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span>
homepage http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +24,6 @@ checksums rmd160 443a372775ea877257863394e19092fe59231ac3 \
</span> depends_lib port:ocaml
build.target lib libopt glut glutopt
use_parallel_build no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-worksrcdir lablGL
</span>
# ocaml is not universal
universal_variant no
</pre><pre style='margin:0'>
</pre>