<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/334cedbb7b563339542c876ff12a7ca7a5c43863">https://github.com/macports/macports-ports/commit/334cedbb7b563339542c876ff12a7ca7a5c43863</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 334cedbb7b5 gdcm2: Add libxslt build dependency
</span>334cedbb7b5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 334cedbb7b563339542c876ff12a7ca7a5c43863
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri Aug 9 23:44:12 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> gdcm2: Add libxslt build dependency
</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/68087
</span>---
science/gdcm2/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gdcm2/Portfile b/science/gdcm2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a8ed56da2f8..337df3b4e22 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gdcm2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gdcm2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,6 @@ revision 5
</span> categories science graphics
license BSD
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> description a C++ library for DICOM medical files
long_description Grassroots DiCoM is a C++ library for DICOM medical files.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +25,9 @@ checksums rmd160 c301428024efd8137ceff84696a55c6ef7f6b80b \
</span> patchfiles-append patch-cxx_standard.diff
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append port:pkgconfig \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:docbook-xsl-ns
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append port:docbook-xsl-ns \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:libxslt \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:bin/pkg-config:pkgconfig
</span>
depends_lib-append port:zlib \
path:lib/libssl.dylib:openssl \
</pre><pre style='margin:0'>
</pre>