From 544b2f57168911bca5250ab2b6a970c0fdaa467d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 17 Nov 2014 22:57:01 +0100 Subject: [PATCH] jam: use the source archive like binutils. --- sys-devel/jam/jam-2.5_2012_10_12.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-devel/jam/jam-2.5_2012_10_12.recipe b/sys-devel/jam/jam-2.5_2012_10_12.recipe index 0370db9fa..6dd2edf80 100644 --- a/sys-devel/jam/jam-2.5_2012_10_12.recipe +++ b/sys-devel/jam/jam-2.5_2012_10_12.recipe @@ -14,12 +14,12 @@ providing the same functionality, and much, much more. HOMEPAGE="http://www.perforce.com/jam/jam.html" LICENSE="Jam" COPYRIGHT="1993-2003 Christopher Seiwald" -SRC_URI=" - git+file://$portBaseDir/../binutils/download/buildtools.git#278de7bc9243876c2e08f8d6a243d510c5000462 - git+git://github.com/haiku/buildtools.git#278de7bc9243876c2e08f8d6a243d510c5000462 - " -REVISION="1" -ARCHITECTURES="x86_gcc2 x86 x86_64" +srcGitRev="278de7bc9243876c2e08f8d6a243d510c5000462" +SRC_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz" +SRC_FILENAME="$portVersionedName.tar.gz" +CHECKSUM_SHA256="d9238f91caea1b6989b3331685c3713ab4dde50e1b0b6ab8c254047d4849186f" +REVISION="2" +ARCHITECTURES="x86_gcc2 x86 x86_64 arm" PROVIDES=" jam = $portVersion @@ -38,7 +38,7 @@ BUILD_PREREQUIRES=" cmd:ld " -SOURCE_DIR="jam-${portVersion}/jam" +SOURCE_DIR="buildtools-$srcGitRev/jam" BUILD() {