<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/f39d9b9bd9bd7528f8ea10bd4dbd9069bd042752">https://github.com/macports/macports-base/commit/f39d9b9bd9bd7528f8ea10bd4dbd9069bd042752</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 f39d9b9  Makefile: tarball directory is actually DISTNAME
</span>f39d9b9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f39d9b9bd9bd7528f8ea10bd4dbd9069bd042752
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Nov 17 15:31:18 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: tarball directory is actually DISTNAME
</span>---
 Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<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 0081fa0..eac7562 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;'>@@ -126,8 +126,8 @@ distclean::
</span> dist:
        @[ -n "${DISTVER}" ] || { echo "Usage: make dist DISTVER=2.3.4"; exit 1; }
        mkdir -p ${DISTDIR}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        git archive --format=tar --prefix=MacPorts-${DISTVER}/ ${DISTTAG} | gzip -cn > ${DISTDIR}/${DISTNAME}.tar.gz
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   git archive --format=tar --prefix=MacPorts-${DISTVER}/ ${DISTTAG} | bzip2 -c > ${DISTDIR}/${DISTNAME}.tar.bz2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   git archive --format=tar --prefix=${DISTNAME}/ ${DISTTAG} | gzip -cn > ${DISTDIR}/${DISTNAME}.tar.gz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   git archive --format=tar --prefix=${DISTNAME}/ ${DISTTAG} | bzip2 -c > ${DISTDIR}/${DISTNAME}.tar.bz2
</span>   rm -f ${DISTDIR}/${DISTNAME}.chk.txt
        cd $(DISTDIR) && for tarball in ${DISTNAME}.tar.{gz,bz2}; do \
                for type in -md5 -sha1 -ripemd160 -sha256; do \
</pre><pre style='margin:0'>

</pre>