Skip to content

Commit

Permalink
devel/lua-lgi: add support for lua 5.4
Browse files Browse the repository at this point in the history
PR:		220281
  • Loading branch information
tcberner committed Sep 24, 2022
1 parent 382881e commit 62148c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion devel/lua-lgi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ PORTREVISION= 3
CATEGORIES= devel
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}

PATCH_SITES= https://github.com/lgi-devs/lgi/commit/
PATCHFILES= 5cfd42c386d3adae6d211fbb4011179c3c141b04.diff:-p1

MAINTAINER= andrew@tao11.riddles.org.uk
COMMENT= Lua bindings to libraries using GObject-Introspection
WWW= https://github.com/pavouk/lgi
Expand All @@ -13,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS+= libffi.so:devel/libffi

USES= gmake gnome lua:-53,module pkgconfig
USES= gmake gnome lua:-54,module pkgconfig

USE_GITHUB= yes
GH_ACCOUNT= pavouk
Expand Down
4 changes: 3 additions & 1 deletion devel/lua-lgi/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
TIMESTAMP = 1508035232
TIMESTAMP = 1663996991
SHA256 (pavouk-lgi-0.9.2_GH0.tar.gz) = cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f
SIZE (pavouk-lgi-0.9.2_GH0.tar.gz) = 291463
SHA256 (5cfd42c386d3adae6d211fbb4011179c3c141b04.diff) = 77fb27da0362e25bde3ab93b528dd8f6df310749e4323eeeb66fd13bb7144441
SIZE (5cfd42c386d3adae6d211fbb4011179c3c141b04.diff) = 481

0 comments on commit 62148c8

Please sign in to comment.