<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/5c0b2277ee31abf83e63aba945d24f6210568634">https://github.com/macports/macports-ports/commit/5c0b2277ee31abf83e63aba945d24f6210568634</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 5c0b2277ee3 giflib: Don't install docs with execute bit set
</span>5c0b2277ee3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5c0b2277ee31abf83e63aba945d24f6210568634
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jul 4 10:09:02 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> giflib: Don't install docs with execute bit set
</span>---
graphics/giflib/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/giflib/Portfile b/graphics/giflib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4173e39b86c..415234e5255 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/giflib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/giflib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,11 +4,11 @@ PortSystem 1.0
</span>
name giflib
version 4.2.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> set major [lindex [split ${version} .] 0]
categories graphics
maintainers {ryandesign @ryandesign} openmaintainer
license MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> homepage https://sourceforge.net/projects/giflib/
master_sites sourceforge:project/giflib/giflib-${major}.x
use_bzip2 yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,15 +32,15 @@ use_parallel_build yes
</span> set docdir ${prefix}/share/doc/${name}
post-destroot {
xinstall -d ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -W ${worksrcpath} AUTHORS BUGS COPYING NEWS README TODO api.txt history.txt ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 644 {*}[glob ${worksrcpath}/doc/*.1] ${destroot}${prefix}/share/man/man1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -W ${worksrcpath} -m 0644 AUTHORS BUGS COPYING NEWS README TODO api.txt history.txt ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0444 {*}[glob ${worksrcpath}/doc/*.1] ${destroot}${prefix}/share/man/man1
</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>