<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/f0a56f8687218ae90584f6cf47c18d629d457fa7">https://github.com/macports/macports-base/commit/f0a56f8687218ae90584f6cf47c18d629d457fa7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f0a56f8687218ae90584f6cf47c18d629d457fa7
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Nov 16 15:09:02 2016 +0100
<span style='display:block; white-space:pre;color:#404040;'> Makefile: name tarballs explicitly
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The previous wildcard would also match existing *.asc files.
</span>---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/Makefile.in b/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index ed55f6a..18cb09c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,7 +129,7 @@ dist:
</span> git archive --format=tar ${DISTTAG} | gzip -cn > ${DISTDIR}/${DISTNAME}.tar.gz
git archive --format=tar ${DISTTAG} | bzip2 -c > ${DISTDIR}/${DISTNAME}.tar.bz2
rm -f ${DISTDIR}/${DISTNAME}.chk.txt
<span style='display:block; white-space:pre;background:#ffe0e0;'>- cd $(DISTDIR) && for tarball in ${DISTNAME}.tar.*; do \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ cd $(DISTDIR) && for tarball in ${DISTNAME}.tar.{gz,bz2}; do \
</span> for type in -md5 -sha1 -ripemd160 -sha256; do \
openssl dgst $$type $$tarball; \
done >> ${DISTNAME}.chk.txt; \
</pre><pre style='margin:0'>
</pre>