git: 140903310ee9 - main - sysutils/conky: Allow lua 5.3 too, it's supported.

Guido Falsi madpilot at FreeBSD.org
Sat Apr 24 16:06:23 UTC 2021


The branch main has been updated by madpilot:

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

commit 140903310ee954dfbe31e8f458b9b52d3d29c6c9
Author:     Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-04-24 16:05:11 +0000
Commit:     Guido Falsi <madpilot at 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 at 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 \


More information about the dev-commits-ports-all mailing list