From 0cf0ada0f97ca4a5f1375f52da33cd35dc1b95c6 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 10 Sep 2017 11:56:26 +0200 Subject: [PATCH] Beam: fix the build. --- haiku-apps/beam/beam-1.2.recipe | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/haiku-apps/beam/beam-1.2.recipe b/haiku-apps/beam/beam-1.2.recipe index cabb53f64..6dfeefbf5 100644 --- a/haiku-apps/beam/beam-1.2.recipe +++ b/haiku-apps/beam/beam-1.2.recipe @@ -5,9 +5,11 @@ onwards) that aims to be fast, stable and feature-complete." HOMEPAGE="http://github.com/olta/beam" COPYRIGHT="2000-2014 Oliver Tappe" LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="https://github.com/olta/beam/archive/v1.2.tar.gz" -CHECKSUM_SHA256="c1cec0355e6771f398e685eceb65acbbfa948f24f2e60df877ed6007db1a4b6b" +REVISION="3" +commit="cf3f0a3cd3406cb166d9c4c5939b6809a413799c" +SOURCE_URI="https://github.com/HaikuArchives/beam/archive/$commit.tar.gz" +CHECKSUM_SHA256="06c414812be4cae36723433957e624f04926c2ad03bae1535cec1df19fb8f63a" +SOURCE_DIR="Beam-$commit" ARCHITECTURES="x86_gcc2 x86" @@ -16,13 +18,14 @@ PROVIDES=" app:Beam = $portVersion " REQUIRES=" - liblayout >= 1.4.0 + haiku + liblayout >= 1.4.1 libpcre >= 8.00 lib:libssl " BUILD_REQUIRES=" - devel:liblayout >= 1.4.0 + devel:liblayout >= 1.4.1 devel:libpcre devel:libiconv devel:libssl