From da3789f2203cb351d8a952d9580fde5db65e3070 Mon Sep 17 00:00:00 2001 From: nilFinx Date: Sun, 26 Oct 2025 15:49:44 +0000 Subject: [PATCH] jamfile_engine: Fix a typo in DESCRIPTION field (#13102) * Fix typo in DESCRIPTION field * Bump revision --- sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 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 54081daa8..4d62f5b9b 100644 --- a/sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe +++ b/sys-devel/jamfile_engine/jamfile_engine-1.0.3.recipe @@ -1,5 +1,5 @@ SUMMARY="A build system for Haiku applications based on Jam" -DESCRIPTION="Build Haiku applications, add-ons, drivers and screensavers easily usin Jam. +DESCRIPTION="Build Haiku applications, add-ons, drivers and screensavers easily using Jam. Jam is a replacement for Make with a focus on generic and reusable rules." HOMEPAGE="https://github.com/haiku/jamfile-engine" @@ -11,7 +11,7 @@ LICENSE="MIT" 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" +REVISION="3" ARCHITECTURES="any"