pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/lua-gi (devel/lua-gi) Updated 0.9.1 to 0.9.2. Ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6743f86c10c
branches:  trunk
changeset: 411537:c6743f86c10c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Feb 15 05:43:48 2020 +0000

description:
(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

diffstat:

 devel/lua-gi/Makefile |   7 ++++---
 devel/lua-gi/PLIST    |   3 ++-
 devel/lua-gi/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 53282dbf5d4f -r c6743f86c10c devel/lua-gi/Makefile
--- a/devel/lua-gi/Makefile     Sat Feb 15 03:26:55 2020 +0000
+++ b/devel/lua-gi/Makefile     Sat Feb 15 05:43:48 2020 +0000
@@ -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
diff -r 53282dbf5d4f -r c6743f86c10c devel/lua-gi/PLIST
--- a/devel/lua-gi/PLIST        Sat Feb 15 03:26:55 2020 +0000
+++ b/devel/lua-gi/PLIST        Sat Feb 15 05:43:48 2020 +0000
@@ -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/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
diff -r 53282dbf5d4f -r c6743f86c10c devel/lua-gi/distinfo
--- a/devel/lua-gi/distinfo     Sat Feb 15 03:26:55 2020 +0000
+++ b/devel/lua-gi/distinfo     Sat Feb 15 05:43:48 2020 +0000
@@ -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