From 1121b05174b90738d4bbb44eaae6f14932ab8a6a Mon Sep 17 00:00:00 2001 From: miqlas Date: Fri, 22 Sep 2017 10:56:01 +0200 Subject: [PATCH] ZSH: bump version (#1657) --- .../patches/{zsh-5.4.1.patchset => zsh-5.4.2.patchset} | 0 app-shells/zsh/{zsh-5.4.1.recipe => zsh-5.4.2.recipe} | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename app-shells/zsh/patches/{zsh-5.4.1.patchset => zsh-5.4.2.patchset} (100%) rename app-shells/zsh/{zsh-5.4.1.recipe => zsh-5.4.2.recipe} (88%) diff --git a/app-shells/zsh/patches/zsh-5.4.1.patchset b/app-shells/zsh/patches/zsh-5.4.2.patchset similarity index 100% rename from app-shells/zsh/patches/zsh-5.4.1.patchset rename to app-shells/zsh/patches/zsh-5.4.2.patchset diff --git a/app-shells/zsh/zsh-5.4.1.recipe b/app-shells/zsh/zsh-5.4.2.recipe similarity index 88% rename from app-shells/zsh/zsh-5.4.1.recipe rename to app-shells/zsh/zsh-5.4.2.recipe index 978dc0781..dba02a294 100644 --- a/app-shells/zsh/zsh-5.4.1.recipe +++ b/app-shells/zsh/zsh-5.4.2.recipe @@ -1,15 +1,15 @@ SUMMARY="A UNIX command interpreter (shell)" DESCRIPTION="Zsh is a shell designed for interactive use, although it \ is also a powerful scripting language. Many of the useful features of \ -bash, ksh, and tcsh were incorporated into zsh; many original features \ +bash, ksh, and tcsh were incorporated into zsh; plenty original features \ were added." HOMEPAGE="https://zsh.org/" COPYRIGHT="1992-2017 Paul Falstad, Richard Coleman, Zoltán Hidvégi, \ Andrew Main, Peter Stephenson, Sven Wishnowsky, and others" LICENSE="ZSH" -REVISION="4" +REVISION="1" SOURCE_URI="https://downloads.sf.net/zsh/zsh-$portVersion.tar.xz" -CHECKSUM_SHA256="94cbd57508287e8faa081424509738d496f5f41e32ed890e3a5498ce05d3633b" +CHECKSUM_SHA256="a80b187b6b770f092ea1f53e89021d06c03d8bbe6a5e996bcca3267de14c5e52" PATCHES="zsh-$portVersion.patchset" ARCHITECTURES="?x86_gcc2 x86 x86_64" @@ -18,7 +18,7 @@ PROVIDES=" zsh = $portVersion compat >= 5 cmd:zsh = $portVersion compat >= 5 cmd:zsh_$portVersion = $portVersion compat >= 5 - #zsh isn't bash compatible enough + #zsh breaks autoreconf #cmd:zsh_$portVersion = $portVersion compat >= 5 " REQUIRES=" @@ -80,7 +80,7 @@ BUILD() INSTALL() { make install - #zsh isn't bash compatible enough + #zsh breaks autoreconf #ln -s zsh $binDir/sh }