git: 024dcb54b779 - main - math/sc-im: bump after libxslxwriter upgrade and fix lua detection

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 15 May 2025 09:02:34 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=024dcb54b779dfca22ec35dc07f9e055e7d54d9b

commit 024dcb54b779dfca22ec35dc07f9e055e7d54d9b
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-05-15 09:01:25 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-05-15 09:02:26 +0000

    math/sc-im: bump after libxslxwriter upgrade and fix lua detection
---
 math/sc-im/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile
index 2bac6946f089..0f67d23a97e0 100644
--- a/math/sc-im/Makefile
+++ b/math/sc-im/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=		sc-im
 DISTVERSIONPREFIX=	v
 DISTVERSION=		0.8.4
+PORTREVISION=		1
 CATEGORIES=		math
 
 MAINTAINER=	bapt@FreeBSD.org
@@ -13,7 +14,7 @@ LIB_DEPENDS=	libxlsreader.so:math/libxls \
 		libxlsxwriter.so:math/libxlsxwriter \
 		libzip.so:archivers/libzip
 
-USES=		compiler:c11 gmake gnome lua:51 ncurses pkgconfig
+USES=		compiler:c11 gmake gnome lua ncurses pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	andmarti1424
 USE_GNOME=	libxml2
@@ -21,7 +22,7 @@ USE_GNOME=	libxml2
 WRKSRC_SUBDIR=	src
 CFLAGS+=	-DXLSX_EXPORT -DXLS
 LIBS+=		-lxlsreader -lxlsxwriter
-MAKE_ENV+=	LDLIBS="${LIBS}"
+MAKE_ENV+=	LDLIBS="${LIBS}" LUA_PKGNAME=lua-${LUA_VER}
 MAKE_ARGS+=	CC="${CC}" prefix="${PREFIX}" MANDIR="${PREFIX}/share/man/man1"
 
 post-install: