Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 18:40:30 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515209 - head/www/luakit
Message-ID:  <201910221840.x9MIeUQZ042403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Oct 22 18:40:30 2019
New Revision: 515209
URL: https://svnweb.freebsd.org/changeset/ports/515209

Log:
  www/luakit: upgrade 2017.08.10 -> 2.1
  
  - updated WWW
  - Set EPOCH (semantic versioning now)
  
  PR:		233711
  Submitted by:	sh+freebsd-bugzilla@codevoid.de, yzrh@tuta.io
  Relnotes:	https://github.com/luakit/luakit/blob/develop/CHANGELOG.md

Modified:
  head/www/luakit/Makefile
  head/www/luakit/distinfo
  head/www/luakit/pkg-descr
  head/www/luakit/pkg-plist

Modified: head/www/luakit/Makefile
==============================================================================
--- head/www/luakit/Makefile	Tue Oct 22 18:40:11 2019	(r515208)
+++ head/www/luakit/Makefile	Tue Oct 22 18:40:30 2019	(r515209)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	luakit
-PORTVERSION=	2017.08.10
-PORTREVISION=	2
+PORTVERSION=	2.1
+PORTEPOCH=	1
 CATEGORIES=	www
 
 MAINTAINER=	ports@FreeBSD.org
@@ -29,25 +29,20 @@ USES=		compiler:c++11-lang desktop-file-utils gettext-
 USE_GITHUB=	yes
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
 
-MAKE_ARGS+=	DEVELOPMENT_PATHS=0
-
 OPTIONS_DEFINE=	DOCS LUAJIT
 LUAJIT_DESC=	Use the Just-In-Time compiler for lua
 LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit
 LUAJIT_MAKE_ARGS=	USE_LUAJIT=1
 LUAJIT_MAKE_ARGS_OFF=	USE_LUAJIT=0
 
-post-patch:
+post-extract:
 	@${REINPLACE_CMD} -e \
 		's|share/man|man| ; s|luakit/doc|doc/luakit| ; \
-		s|/etc/xdg|${PREFIX}/etc/xdg| ; /MANPREFIX */s|?=|=|' \
+		s|/etc/xdg|${PREFIX}/etc/xdg| ; /MANPREFIX */s|?=|=| ; \
+		s|gnu99|gnu11| ; s|-ggdb||' \
 		${WRKSRC}/config.mk
 	@${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \
 		${WRKSRC}/build-utils/gentokens.lua
-	@${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \
-		${WRKSRC}/lib/markdown.lua
-	@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \
-		${WRKSRC}/config/window.lua
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/luakit

Modified: head/www/luakit/distinfo
==============================================================================
--- head/www/luakit/distinfo	Tue Oct 22 18:40:11 2019	(r515208)
+++ head/www/luakit/distinfo	Tue Oct 22 18:40:30 2019	(r515209)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502384928
-SHA256 (luakit-luakit-2017.08.10_GH0.tar.gz) = 23d98b6b51b66c85b6823cd287e161e1093b80639f06f1da9b0a7290b0859d37
-SIZE (luakit-luakit-2017.08.10_GH0.tar.gz) = 399564
+TIMESTAMP = 1542897991
+SHA256 (luakit-luakit-2.1_GH0.tar.gz) = ecbfa23316712f444714387b2ffd846626dab6e40b444d3def4475c145d56f26
+SIZE (luakit-luakit-2.1_GH0.tar.gz) = 485605

Modified: head/www/luakit/pkg-descr
==============================================================================
--- head/www/luakit/pkg-descr	Tue Oct 22 18:40:11 2019	(r515208)
+++ head/www/luakit/pkg-descr	Tue Oct 22 18:40:30 2019	(r515209)
@@ -1,9 +1,9 @@
-Luakit is a highly configurable, micro-browser framework
-based on the WebKit2 web content engine and the GTK3 toolkit.
+Luakit is a highly configurable browser framework based on the
+WebKit web content engine and the GTK+ toolkit.
 
-It is very fast, extensible with Lua, and licensed under the
-GNU GPLv3 license. It is primarily targeted at power users,
-developers, and people who want to have a fast and configurable
-web browsers.
+It is very fast, extensible with Lua, and licensed under the GNU
+GPLv3 license. It is primarily targeted at power users, developers
+and anyone who wants to have fine-grained control over their web
+browser's behaviour and interface.
 
-WWW: http://luakit.org
+WWW: https://luakit.github.io

Modified: head/www/luakit/pkg-plist
==============================================================================
--- head/www/luakit/pkg-plist	Tue Oct 22 18:40:11 2019	(r515208)
+++ head/www/luakit/pkg-plist	Tue Oct 22 18:40:30 2019	(r515209)
@@ -1,11 +1,7 @@
 bin/luakit
-etc/xdg/luakit/globals.lua
 etc/xdg/luakit/rc.lua
 etc/xdg/luakit/theme.lua
-etc/xdg/luakit/webview.lua
-etc/xdg/luakit/webview_wm.lua
-etc/xdg/luakit/window.lua
-man/man1/luakit.1.gz
+%%LUA_LIBDIR%%/luakit/luakit.so
 share/applications/luakit.desktop
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING.GPLv3
@@ -37,6 +33,7 @@ share/applications/luakit.desktop
 %%PORTDOCS%%%%DOCSDIR%%/modules/adblock.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/adblock_chrome.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/binds.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/binds_chrome.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/bookmarks.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/bookmarks_chrome.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/chrome.html
@@ -60,6 +57,7 @@ share/applications/luakit.desktop
 %%PORTDOCS%%%%DOCSDIR%%/modules/image_css.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/introspector_chrome.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/ipc.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/keysym.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/log_chrome.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/lousy.bind.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/lousy.load.html
@@ -69,8 +67,21 @@ share/applications/luakit.desktop
 %%PORTDOCS%%%%DOCSDIR%%/modules/lousy.theme.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/lousy.uri.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/lousy.util.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.buf.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.common.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.hist.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.menu.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.progress.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.scroll.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.ssl.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tab.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tabi.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.tablist.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.uri.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/lousy.widget.zoom.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/luakit.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/luakit.unique.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/modes.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/msg.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/newtab_chrome.html
@@ -78,11 +89,14 @@ share/applications/luakit.desktop
 %%PORTDOCS%%%%DOCSDIR%%/modules/open_editor.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/proxy.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/quickmarks.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/readline.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/referer_control_wm.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/search.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/select.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/select_wm.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/session.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/settings.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/settings_chrome.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/soup.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/styles.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/tab_favicons.html
@@ -90,12 +104,15 @@ share/applications/luakit.desktop
 %%PORTDOCS%%%%DOCSDIR%%/modules/taborder.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/tests.%%LUA_LIBDIR%%.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/undoclose.html
-%%PORTDOCS%%%%DOCSDIR%%/modules/unique.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/unique_instance.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/userscripts.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/utf8.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/vertical_tabs.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/view_source.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/viewpdf.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/webinspector.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/webview.html
+%%PORTDOCS%%%%DOCSDIR%%/modules/window.html
 %%PORTDOCS%%%%DOCSDIR%%/modules/xdg.html
 %%PORTDOCS%%%%DOCSDIR%%/pages/01-authors.html
 %%PORTDOCS%%%%DOCSDIR%%/pages/02-faq.html
@@ -103,10 +120,12 @@ share/applications/luakit.desktop
 %%PORTDOCS%%%%DOCSDIR%%/pages/04-migration-guide.html
 %%PORTDOCS%%%%DOCSDIR%%/pages/05-configuration.html
 %%PORTDOCS%%%%DOCSDIR%%/pages/06-tests.html
+%%PORTDOCS%%%%DOCSDIR%%/pages/07-build-debian-package.html
 %%DATADIR%%/%%LUA_LIBDIR%%/adblock.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/adblock_chrome.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/adblock_wm.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/binds.lua
+%%DATADIR%%/%%LUA_LIBDIR%%/binds_chrome.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/bookmarks.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/bookmarks_chrome.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/chrome.lua
@@ -135,7 +154,7 @@ share/applications/luakit.desktop
 %%DATADIR%%/%%LUA_LIBDIR%%/image_css.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/image_css_wm.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/introspector_chrome.lua
-%%DATADIR%%/%%LUA_LIBDIR%%/jquery.min.js
+%%DATADIR%%/%%LUA_LIBDIR%%/keysym.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/log_chrome.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/lousy/bind.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/lousy/init.lua
@@ -160,29 +179,34 @@ share/applications/luakit.desktop
 %%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/uri.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/lousy/widget/zoom.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/markdown.lua
-%%DATADIR%%/%%LUA_LIBDIR%%/markdown.lua.bak
 %%DATADIR%%/%%LUA_LIBDIR%%/modes.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/newtab_chrome.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/noscript.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/open_editor.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/proxy.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/quickmarks.lua
+%%DATADIR%%/%%LUA_LIBDIR%%/readline.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/referer_control_wm.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/search.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/select.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/select_wm.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/session.lua
+%%DATADIR%%/%%LUA_LIBDIR%%/settings.lua
+%%DATADIR%%/%%LUA_LIBDIR%%/settings_chrome.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/styles.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/tab_favicons.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/tabhistory.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/taborder.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/undoclose.lua
+%%DATADIR%%/%%LUA_LIBDIR%%/unique_instance.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/userscripts.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/vertical_tabs.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/view_source.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/viewpdf.lua
 %%DATADIR%%/%%LUA_LIBDIR%%/webinspector.lua
-%%DATADIR%%/luakit.so
+%%DATADIR%%/%%LUA_LIBDIR%%/webview.lua
+%%DATADIR%%/%%LUA_LIBDIR%%/webview_wm.lua
+%%DATADIR%%/%%LUA_LIBDIR%%/window.lua
 %%DATADIR%%/resources/icons/COPYING
 %%DATADIR%%/resources/icons/tab-icon-chrome.png
 %%DATADIR%%/resources/icons/tab-icon-chrome@2x.png
@@ -196,4 +220,5 @@ share/applications/luakit.desktop
 %%DATADIR%%/resources/icons/tab-icon-private@2x.png
 %%DATADIR%%/resources/icons/tab-icon-security-error.png
 %%DATADIR%%/resources/icons/tab-icon-security-error@2x.png
+man/man1/luakit.1.gz
 share/pixmaps/luakit.png



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