<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/8244b854bfce509b01dbf0d290a3d40c7e17ba0a">https://github.com/macports/macports-ports/commit/8244b854bfce509b01dbf0d290a3d40c7e17ba0a</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 8244b854bfc giflib5: Don't install docs with execute bit set
</span>8244b854bfc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8244b854bfce509b01dbf0d290a3d40c7e17ba0a
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jul 4 10:11:25 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> giflib5: Don't install docs with execute bit set
</span>---
graphics/giflib5/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/giflib5/Portfile b/graphics/giflib5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a45166b716c..cb217afa45d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/giflib5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/giflib5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup makefile 1.0
</span>
name giflib5
version 5.2.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span> set major [lindex [split ${version} .] 0]
categories graphics
maintainers {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,14 +38,14 @@ build.args-append OFLAGS="${configure.optflags}"
</span>
post-destroot {
xinstall -d ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -W ${worksrcpath} COPYING history.adoc NEWS README TODO ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -W ${worksrcpath} -m 0644 COPYING history.adoc NEWS README TODO ${destroot}${docdir}
</span> }
variant doc description {Install HTML documentation} {
depends_build-append port:xmlto
post-destroot {
xinstall -d ${destroot}${docdir}/html
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 644 {*}[glob ${worksrcpath}/doc/*.html] ${destroot}${docdir}/html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0644 {*}[glob ${worksrcpath}/doc/*.html] ${destroot}${docdir}/html
</span> }
}
</pre><pre style='margin:0'>
</pre>