Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2024 14:46:13 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9bfd3e9878f1 - main - net/tinyfugue-devel: update to 5.1.6
Message-ID:  <202406071446.457EkDH6069658@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9bfd3e9878f1fc155a3e34f438309f664057ede2

commit 9bfd3e9878f1fc155a3e34f438309f664057ede2
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-06-07 14:45:53 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-06-07 14:45:53 +0000

    net/tinyfugue-devel: update to 5.1.6
    
    use lua 5.4
---
 net/tinyfugue-devel/Makefile | 7 ++++---
 net/tinyfugue-devel/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net/tinyfugue-devel/Makefile b/net/tinyfugue-devel/Makefile
index 62cb7a6df96e..e74e9a4055d9 100644
--- a/net/tinyfugue-devel/Makefile
+++ b/net/tinyfugue-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tinyfugue
-PORTVERSION=	5.1.5
-PORTREVISION=	1
+PORTVERSION=	5.1.6
+PORTREVISION=	0
 CATEGORIES=	net games
 PKGNAMESUFFIX=	-devel${PKGNAMESUFFIX2}
 
@@ -12,6 +12,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
+#LIB_DEPENDS=	libpcre2-8.so:devel/pcre2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ingwarsw
@@ -35,7 +36,7 @@ GMCP_DESC=	telnet GMCP support
 GMCP_CONFIGURE_ENABLE=	gmcp
 WIDECHAR_CONFIGURE_ENABLE=	widechar
 WIDECHAR_LIB_DEPENDS=	libicuuc.so:devel/icu
-LUA_USES=		lua:53
+LUA_USES=		lua
 LUA_CONFIGURE_ENABLE=	lua
 PYTHON_USES=		python gettext-runtime
 PYTHON_CONFIGURE_ENABLE=	python
diff --git a/net/tinyfugue-devel/distinfo b/net/tinyfugue-devel/distinfo
index 67639733d968..24f6dde48154 100644
--- a/net/tinyfugue-devel/distinfo
+++ b/net/tinyfugue-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692158278
-SHA256 (ingwarsw-tinyfugue-5.1.5_GH0.tar.gz) = 85b342925675e39e17cf95e8a65d69a3927657e066efd52c301a20e6d36c2f98
-SIZE (ingwarsw-tinyfugue-5.1.5_GH0.tar.gz) = 723893
+TIMESTAMP = 1717607601
+SHA256 (ingwarsw-tinyfugue-5.1.6_GH0.tar.gz) = 891aae175499ae53a94b7287e333157c8dd556c23e56bba8dbe578649ab94f66
+SIZE (ingwarsw-tinyfugue-5.1.6_GH0.tar.gz) = 727347



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406071446.457EkDH6069658>