From 05b3666f4373b29c92a6ea9ce9314be2d29e2994 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 30 Nov 2015 22:03:06 +0000 Subject: [PATCH] zsh: bump version. * fix download and home URLs. --- .../zsh/patches/{zsh-5.1.patchset => zsh-5.1.1.patchset} | 0 app-shells/zsh/{zsh-5.1.recipe => zsh-5.1.1.recipe} | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) rename app-shells/zsh/patches/{zsh-5.1.patchset => zsh-5.1.1.patchset} (100%) rename app-shells/zsh/{zsh-5.1.recipe => zsh-5.1.1.recipe} (87%) diff --git a/app-shells/zsh/patches/zsh-5.1.patchset b/app-shells/zsh/patches/zsh-5.1.1.patchset similarity index 100% rename from app-shells/zsh/patches/zsh-5.1.patchset rename to app-shells/zsh/patches/zsh-5.1.1.patchset diff --git a/app-shells/zsh/zsh-5.1.recipe b/app-shells/zsh/zsh-5.1.1.recipe similarity index 87% rename from app-shells/zsh/zsh-5.1.recipe rename to app-shells/zsh/zsh-5.1.1.recipe index fee7c95c3..210cf6d00 100644 --- a/app-shells/zsh/zsh-5.1.recipe +++ b/app-shells/zsh/zsh-5.1.1.recipe @@ -3,14 +3,13 @@ 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 \ were added." -HOMEPAGE="http://www.zsh.org" +HOMEPAGE="http://zsh.sourceforge.net" COPYRIGHT="1992-2014, Paul Falstad, Richard Coleman, Zoltán Hidvégi, \ Andrew Main, Peter Stephenson, Sven Wishnowsky, and others" LICENSE="ZSH" REVISION="1" -SOURCE_URI="http://www.zsh.org/pub/zsh-5.1.tar.xz" -CHECKSUM_SHA256="c3a654fa0ef26cb1a3228c9257101870e72899fde1cd815388b1b2cbbdfa59b4" -SOURCE_DIR="zsh-5.1" +SOURCE_URI="http://sourceforge.net/projects/zsh/files/zsh/$portVersion/zsh-$portVersion.tar.xz" +CHECKSUM_SHA256="74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec" PATCHES="zsh-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64"