Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 16:06:23 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 140903310ee9 - main - sysutils/conky: Allow lua 5.3 too, it's supported.
Message-ID:  <202104241606.13OG6NCO010434@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=140903310ee954dfbe31e8f458b9b52d3d29c6c9

commit 140903310ee954dfbe31e8f458b9b52d3d29c6c9
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-04-24 16:05:11 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-04-24 16:05:43 +0000

    sysutils/conky: Allow lua 5.3 too, it's supported.
    
    Reported by:    Joachim Moskalewski <moskalewski@jmos.net>
---
 sysutils/conky/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index d06a0950c313..4eabc66d7ca7 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	db2x_xsltproc:textproc/docbook2X \
 		gsed:textproc/gsed
 
 USES=		cpe cmake:noninja compiler:c++11-lib gettext-runtime iconv \
-		localbase lua:52 pkgconfig tar:bzip2
+		localbase lua:52-53 pkgconfig tar:bzip2
 
 CMAKE_ARGS=	-DBUILD_PORT_MONITORS:BOOL=false \
 		-DBUILD_IBM:BOOL=false \



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