patches/luakit-2.3.3v1p1.diff

40 lines
1008 B
Diff

Index: www/luakit/Makefile
===================================================================
RCS file: /cvs/ports/www/luakit/Makefile,v
retrieving revision 1.40
diff -u -p -u -p -r1.40 Makefile
--- www/luakit/Makefile 8 Jan 2023 13:38:35 -0000 1.40
+++ www/luakit/Makefile 19 Feb 2023 14:30:35 -0000
@@ -1,10 +1,8 @@
COMMENT = fast, small, webkit based browser written in lua
-GH_ACCOUNT = luakit
-GH_PROJECT = luakit
-# used in MAKE_FLAGS
-GH_TAGNAME = 2.3.3
-REVISION = 0
+V = 2.3.3
+DISTNAME = luakit-${V}
+REVISION = 1
EPOCH = 1
@@ -14,6 +12,8 @@ MAINTAINER = Stefan Hagen <sh+ports@code
HOMEPAGE = https://luakit.github.io
+MASTER_SITES = https://github.com/luakit/luakit/releases/download/${V}/
+
# GPLv3
PERMIT_PACKAGE = Yes
@@ -69,7 +69,6 @@ MAKE_FLAGS += LUA_BIN_NAME=${MODLUA_BIN}
PIXMAPDIR=${PREFIX}/share/pixmaps/ \
APPDIR=${PREFIX}/share/applications/ \
PREFIX=${PREFIX} \
- DEVELOPMENT_PATHS=0 \
- VERSION=${GH_TAGNAME}
+ VERSION=${V}
.include <bsd.port.mk>