<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e67b83ff9bfbc5f86b9e300ae30b26f6c3f893bd">https://github.com/macports/macports-ports/commit/e67b83ff9bfbc5f86b9e300ae30b26f6c3f893bd</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 e67b83f zsh-templates-osx: Fix homepage
</span>e67b83f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e67b83ff9bfbc5f86b9e300ae30b26f6c3f893bd
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Sat Sep 2 12:23:43 2017 -0600
<span style='display:block; white-space:pre;color:#404040;'> zsh-templates-osx: Fix homepage
</span>---
sysutils/zsh-templates-osx/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/zsh-templates-osx/Portfile b/sysutils/zsh-templates-osx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f07cff..4d340d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/zsh-templates-osx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/zsh-templates-osx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,14 +11,14 @@ long_description This is a collection of files that help the user to customiz
</span> the zsh shell for the Mac OS X operating system. It is entirely \
optional and is not part of the zsh shell distribution. \
It is designed to 'work out of the box' but to be amenable \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- to customization.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ to customization.
</span> license GPL-2+
platforms darwin
# Actually includes some prebuilt binaries, but close enough. https://trac.macports.org/ticket/28997
supported_archs noarch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://zsh-templates-osx.googlecode.com
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://code.google.com/archive/p/zsh-templates-osx/
</span> master_sites googlecode
distname zsh-templates-${version}
extract.suffix .tgz
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ use_configure no
</span>
build {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot {
</span> file copy ${worksrcpath}/Library/init/zsh ${destroot}${prefix}/etc
file copy ${worksrcpath}/etc/zshenv ${destroot}${prefix}/etc
file copy ${worksrcpath}/etc/zshrc ${destroot}${prefix}/etc
</pre><pre style='margin:0'>
</pre>