pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-gi
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 15 05:43:49 UTC 2020
Modified Files:
pkgsrc/devel/lua-gi: Makefile PLIST distinfo
Log Message:
(devel/lua-gi) Updated 0.9.1 to 0.9.2. ChangeLog from README.md
### 0.9.2 (9-Oct-2017)
- fix assorted crashes in closure callback invocation code
- fix double-free bug caused by incorrect annotation of Gio.DBusProxy.get_interface_info
- fix marshaling of arrays of pointers
- make objects unusable in __gc metamethod
- work around API break in GLib 2.54
- use structured GLib logging when available
- add Gio.Async support also for static methods and global functions
- better error message when Gtk.init fails
- add support for Travis
- don't hardcode pkg-config executable
- fix URI in GStreamer sample
- fix flags for DBus samples
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/lua-gi/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/lua-gi/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/lua-gi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/lua-gi/Makefile
diff -u pkgsrc/devel/lua-gi/Makefile:1.9 pkgsrc/devel/lua-gi/Makefile:1.10
--- pkgsrc/devel/lua-gi/Makefile:1.9 Sat Aug 12 15:46:56 2017
+++ pkgsrc/devel/lua-gi/Makefile Sat Feb 15 05:43:48 2020
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2017/08/12 15:46:56 triaxx Exp $
+# $NetBSD: Makefile,v 1.10 2020/02/15 05:43:48 mef Exp $
DISTNAME= lgi-${VERSION}
PKGNAME= ${LUA_PKGPREFIX}-gi-${VERSION}
-VERSION= 0.9.1
+VERSION= 0.9.2
CATEGORIES= devel
-MASTER_SITES= -https://codeload.github.com/pavouk/lgi/tar.gz/${VERSION}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=pavouk/}
+GITHUB_PROJECT= lgi
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/pavouk/lgi
Index: pkgsrc/devel/lua-gi/PLIST
diff -u pkgsrc/devel/lua-gi/PLIST:1.4 pkgsrc/devel/lua-gi/PLIST:1.5
--- pkgsrc/devel/lua-gi/PLIST:1.4 Sat Aug 12 15:46:56 2017
+++ pkgsrc/devel/lua-gi/PLIST Sat Feb 15 05:43:48 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/08/12 15:46:56 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/02/15 05:43:48 mef Exp $
${LUA_CDIR}/lgi/corelgilua51.so
${LUA_LDIR}/lgi.lua
${LUA_LDIR}/lgi/class.lua
@@ -24,6 +24,7 @@ ${LUA_LDIR}/lgi/override/GObject-Value.l
${LUA_LDIR}/lgi/override/Gdk.lua
${LUA_LDIR}/lgi/override/Gio-DBus.lua
${LUA_LDIR}/lgi/override/Gio.lua
+${LUA_LDIR}/lgi/override/GooCanvas.lua
${LUA_LDIR}/lgi/override/Gst.lua
${LUA_LDIR}/lgi/override/Gtk.lua
${LUA_LDIR}/lgi/override/Pango.lua
Index: pkgsrc/devel/lua-gi/distinfo
diff -u pkgsrc/devel/lua-gi/distinfo:1.7 pkgsrc/devel/lua-gi/distinfo:1.8
--- pkgsrc/devel/lua-gi/distinfo:1.7 Sat Aug 12 15:46:56 2017
+++ pkgsrc/devel/lua-gi/distinfo Sat Feb 15 05:43:48 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2017/08/12 15:46:56 triaxx Exp $
+$NetBSD: distinfo,v 1.8 2020/02/15 05:43:48 mef Exp $
-SHA1 (lgi-0.9.1.tar.gz) = 6fd93e28988b2fea1fb527ec6fb40a8c20e06c85
-RMD160 (lgi-0.9.1.tar.gz) = 0bec20dc3a3ae9e51155f10bca507ee6683d2f1d
-SHA512 (lgi-0.9.1.tar.gz) = f8ebb18610262fa0019f5c301beb2388b45ec21756f734627ba1a8db4a923fbbaafee20e70a4d2bb9efb6163656a19511a85304fd9fce8ff982aeb8cc195e78a
-Size (lgi-0.9.1.tar.gz) = 287130 bytes
+SHA1 (lgi-0.9.2.tar.gz) = 1fed9371a131e5598faa477d31fdf9cc0de520ed
+RMD160 (lgi-0.9.2.tar.gz) = c87f789156ed7713a7f37bf57f5061fd15321d70
+SHA512 (lgi-0.9.2.tar.gz) = 755a96b78530f42da6d4e2664f8e37cb07a356419e7e6448003c3f841c9d98ad18b851715d9eb203ea7eb27b13ec46223fa8a1c90a99fd12960ce85b0a695335
+Size (lgi-0.9.2.tar.gz) = 291463 bytes
SHA1 (patch-lgi_Makefile) = b74dd92555ab30aadf61cb2a5799ddce54339b8b
Home |
Main Index |
Thread Index |
Old Index