Date: Sat, 30 May 2026 06:27:02 +0000 From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4583ad7d9356 - main - devel/sjasmplus: Update to 1.23.0 Message-ID: <6a1a8336.464f0.13dbc6e0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=4583ad7d9356bc1e9ec573b0d9d4cf096528cce4 commit 4583ad7d9356bc1e9ec573b0d9d4cf096528cce4 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2026-05-30 06:25:45 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2026-05-30 06:26:41 +0000 devel/sjasmplus: Update to 1.23.0 Release notes: https://github.com/z00m128/sjasmplus/releases/tag/v1.23.0 --- devel/sjasmplus/Makefile | 3 +-- devel/sjasmplus/distinfo | 6 +++--- devel/sjasmplus/files/patch-Makefile | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/devel/sjasmplus/Makefile b/devel/sjasmplus/Makefile index c8bcbcdcc4eb..7ca195e1e7d5 100644 --- a/devel/sjasmplus/Makefile +++ b/devel/sjasmplus/Makefile @@ -1,8 +1,7 @@ PORTNAME= sjasmplus -DISTVERSION= 1.20.3 +DISTVERSION= 1.23.0 CATEGORIES= devel MASTER_SITES= https://github.com/z00m128/sjasmplus/releases/download/v${DISTVERSION}/ -EXTRACT_SUFX= .tar.xz DISTFILES= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} MAINTAINER= otis@FreeBSD.org diff --git a/devel/sjasmplus/distinfo b/devel/sjasmplus/distinfo index 50213b706dee..0d8c4a095c6d 100644 --- a/devel/sjasmplus/distinfo +++ b/devel/sjasmplus/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1687947879 -SHA256 (sjasmplus-1.20.3-src.tar.xz) = 343839b79bc8bc79f97ac0b3ac05ea9c17799aa561af46f3ac7a1da863b1b286 -SIZE (sjasmplus-1.20.3-src.tar.xz) = 1210584 +TIMESTAMP = 1780121299 +SHA256 (sjasmplus-1.23.0-src.tar.xz) = cfe10c857c37107ea5358fe887c51477243bce53deb605d070eccb8147bb5186 +SIZE (sjasmplus-1.23.0-src.tar.xz) = 1279100 SHA256 (vinniefalco-LuaBridge-6580b187_GH0.tar.gz) = e48ab46ff42c53e60ff0baddb995b5f8f0cdb8f295eca6999960d68eec107cff SIZE (vinniefalco-LuaBridge-6580b187_GH0.tar.gz) = 1197086 diff --git a/devel/sjasmplus/files/patch-Makefile b/devel/sjasmplus/files/patch-Makefile index f8a073464b5c..72a9c852570d 100644 --- a/devel/sjasmplus/files/patch-Makefile +++ b/devel/sjasmplus/files/patch-Makefile @@ -1,15 +1,15 @@ ---- Makefile.orig 2023-06-27 23:25:44 UTC +--- Makefile.orig 2026-04-23 12:06:09 UTC +++ Makefile -@@ -67,7 +67,7 @@ LUA_VER?=5.4 +@@ -72,7 +72,7 @@ LUA_VER?=5.5 BUILD_DIR=build - LUA_VER?=5.4 + LUA_VER?=5.5 -LUA_LIBNAME?=lua$(LUA_VER) +LUA_LIBNAME?=lua-$(LUA_VER) SUBDIR_BASE=sjasm SUBDIR_LUA=lua$(LUA_VER) -@@ -259,7 +259,7 @@ $(SUBDIR_DOCS)/documentation.html: Makefile $(wildcard +@@ -282,7 +282,7 @@ $(SUBDIR_DOCS)/documentation.html: Makefile $(sort $(w --stringparam html.stylesheet docbook.css \ --stringparam generate.toc "book toc" \ -o $(SUBDIR_DOCS)/documentation.html \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1a8336.464f0.13dbc6e0>
