From 0056631f09fd203c3133eb061880d3d6f6a36deb Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Sat, 3 Feb 2018 21:30:14 +0100 Subject: [PATCH] Dash: version bump (#2170) --- .../{dash-0.5.7.recipe => dash-0.5.9.1.recipe} | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) rename app-shells/dash/{dash-0.5.7.recipe => dash-0.5.9.1.recipe} (73%) diff --git a/app-shells/dash/dash-0.5.7.recipe b/app-shells/dash/dash-0.5.9.1.recipe similarity index 73% rename from app-shells/dash/dash-0.5.7.recipe rename to app-shells/dash/dash-0.5.9.1.recipe index cfbdb9ac7..d62baec48 100644 --- a/app-shells/dash/dash-0.5.7.recipe +++ b/app-shells/dash/dash-0.5.9.1.recipe @@ -8,9 +8,9 @@ COPYRIGHT="1989-1994 The Regents of the University of California 1997 Christos Zoulas 1997-2005 Herbert Xu" LICENSE="GNU GPL v3" -REVISION="3" -SOURCE_URI="http://gondor.apana.org/~herbert/dash/files/dash-0.5.7.tar.gz" -CHECKSUM_SHA256="ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39" +REVISION="1" +SOURCE_URI="https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/dash-$portVersion.tar.gz" +CHECKSUM_SHA256="3f747013a20a3a9d2932be1a6dd1b002ca5649849b649be0af8a8da80bd8a918" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -28,15 +28,20 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" - cmd:gcc + cmd:aclocal + cmd:autoconf + cmd:autoheader + cmd:automake cmd:awk + cmd:gcc cmd:make " BUILD() { + ./autogen.sh runConfigure ./configure - make $jobArgs LIBS=-lbsd + make $jobArgs LIBS="-lbsd" } INSTALL()