From fe5dc1a6c43b78fd97ca98c57701f3c95db9a016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Tue, 21 May 2024 20:54:53 +0200 Subject: [PATCH] jamfile_engine: switch to GitHub "haiku" mirror, fix typo, cleanup The HaikuArchives mirror is now not needed any more. --- sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe b/sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe index 4aa0a7f32..54081daa8 100644 --- a/sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe +++ b/sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe @@ -2,13 +2,13 @@ SUMMARY="A build system for Haiku applications based on Jam" DESCRIPTION="Build Haiku applications, add-ons, drivers and screensavers easily usin Jam. Jam is a replacement for Make with a focus on generic and reusable rules." -HOMEPAGE="https://github.com/HaikuArchives/jamfile-engine" +HOMEPAGE="https://github.com/haiku/jamfile-engine" COPYRIGHT="2002-2010 Ryan Leavengood 2011 Peter Poláčik 2013 Siarzhuk Zharski 2021-2022 Adrien Destugues" LICENSE="MIT" -SOUREC_URI="https://github.com/HaikuArchives/jamfile-engine/archive/refs/tags/v${portVersion}.tar.gz" +SOURCE_URI="https://github.com/haiku/jamfile-engine/archive/refs/tags/v${portVersion}.tar.gz" SOURCE_DIR="jamfile-engine-${portVersion}" CHECKSUM_SHA256="39ede2d9bf6f3f3859fae8896ee1bc2838a16dcc7a53fcd63d01e6b7f1d6ab9c" REVISION="2" @@ -19,7 +19,7 @@ PROVIDES=" jamfile_engine = $portVersion " REQUIRES=" - haiku$secondaryArchSuffix + haiku " BUILD()