diff --git a/devel/sjasmplus/Makefile b/devel/sjasmplus/Makefile index c8bcbcdcc4eb..7ca195e1e7d5 100644 --- a/devel/sjasmplus/Makefile +++ b/devel/sjasmplus/Makefile @@ -1,69 +1,68 @@ 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 COMMENT= Command-line cross-compiler of assembly language for Z80 CPU WWW= https://github.com/z00m128/sjasmplus LICENSE= BSD3CLAUSE USES= compiler:c++14-lang gmake tar:xz WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT= BUNDLED_LUA OPTIONS_SINGLE= SJLUA OPTIONS_SINGLE_SJLUA= BUNDLED_LUA LUA NOLUA OPTIONS_SUB= yes BUNDLED_LUA_DESC= Use bundled LUA 5.4 NOLUA_DESC= Do not use LUA SJLUA_DESC= Which LUA version to use BUNDLED_LUA_MAKE_ARGS= USE_BUNDLED_LUA=1 \ USE_LUA=1 DOCS_BUILD_DEPENDS= docbook-xsl-ns>0:textproc/docbook-xsl-ns \ xsltproc:textproc/libxslt LUA_USES= lua:54 LUA_MAKE_ARGS= INCDIR_LUA=${LUA_INCDIR} \ LUA_VER=${LUA_VER} \ USE_BUNDLED_LUA=0 \ USE_LUA=1 LUA_LDFLAGS= -L${LUA_LIBDIR} NOLUA_MAKE_ARGS= USE_BUNDLED_LUA=0 \ USE_LUA=0 .include .if !${PORT_OPTIONS:MNOLUA} USE_GITHUB= nodefault GH_TUPLE= vinniefalco:LuaBridge:6580b187:sjasmplus/LuaBridge .endif post-patch-DOCS-on: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/docs/docbook-xsl-ns-html-customization-freebsd.xsl post-build-DOCS-on: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} docs) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sjasmplus ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/documentation.html ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sjasmplus .include 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,20 +1,20 @@ ---- 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 \ - $(SUBDIR_DOCS)/docbook-xsl-ns-html-customization-linux.xsl \ + $(SUBDIR_DOCS)/docbook-xsl-ns-html-customization-freebsd.xsl \ $(SUBDIR_DOCS)/documentation.xml clean: