Subject: CVS commit: pkgsrc/www/luakit
From: Nia Alarie
Date: 2021-03-15 12:17:18
Message id: 20210315111718.CD9E4FA95@cvs.NetBSD.org

Log Message:
luakit: Update to 2.3

## [2.3]

### Added

- Added Gopher protocol support, see comment in rc.lua.
- Added two commands to clear website data (:clear-data, :clear-favicon-db).
- Added dark mode support setting `application.prefer_dark_mode`.
- The tabmenu plugin is now included in luakit (:tabmenu).

### Changed

- Removed debug symbol generation for default make.
- Changed the C standard from gnu99 to c11 because Webkit wants it.
- The proxy module remembers when no proxy or system proxy was used last.
- The proxy widget is hidden when proxy "None" is active.

### Fixed

- Fixed bounding box not spanning over whole element.
- Fixed an issue where styled hint labels caused intransparent bounding boxes.
- Fixed a race condition when a tab is closed on NetBSD.
- Do not execute "git ls-files" when luakit is not a git repository

### Update information

- The gopher module needs `luasocket` installed.

Files:
RevisionActionfile
1.8modifypkgsrc/www/luakit/Makefile
1.2modifypkgsrc/www/luakit/PLIST
1.3modifypkgsrc/www/luakit/distinfo
1.1removepkgsrc/www/luakit/patches/patch-common_ipc.c