pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gobject-introspection



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Oct 14 03:28:01 UTC 2019

Modified Files:
        pkgsrc/devel/gobject-introspection: Makefile PLIST distinfo

Log Message:
gobject-introspection: update to 1.62.0

pkgsrc-specific changes: note Python 2.7 is no longer supported
(upstream dropped it several releases ago), and add a test target.

Change log:

1.62.0 - 2019-09-09
-------------------

* No changes since 1.61.2

1.61.2 - 2019-08-17
-------------------

* dumper: Use the distutils linker :mr:`170` (:user:`David Demelier <markand>`)
* structinfo: Fix offset in find_method() :mr:`171` (:user:`Florian Müllner <fmuellner>`)
* tests: Don't include "config.h" in installed files :mr:`172` (:user:`Philip Chimento <ptomato>`)
* meson: Make meson.override_find_program working on more complex use cases :mr:`173` (:user:`Thibault Saunier <thiblahute>`)

1.61.1 - 2019-08-07
-------------------

* Drop autotools build system :mr:`143`
* meson: require 0.49.2
* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
* Add documentation to the RelaxNG schema :mr:`139` (:user:`David Bellot <yimyom>`)
* Unused variable fixes :mr:`147` (:user:`Philip Chimento <ptomato>`)
* cachestore: handle cache getting deleted while loading it :mr:`148`
* Visual Studio builds: Use msvc_recommended_pragmas.h from GLib :mr:`150` (:user:`Chun-wei Fan <fanc999>`)
* Add Vulkan gir :mr:`155` (:user:`Matthew Waters <ystreet00>`)
* Make g_irepository_get_object_gtype_interfaces actually work :mr:`157` (:user:`Philip Chimento <ptomato>`)
* gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of structures :mr:`160` (:user:`Stéphane Seng <stephaneseng>`)
* scanner: parse and expose function macros :mr:`159` (:user:`Mathieu Duponchelle <mathieudu>`)
* meson: use pkg-config directly for libffi cflags and libs :mr:`162` (:user:`Aaron Boxer <boxerab>`)
* meson: Fix wrong dependency type check for gio-unix :issue:`166` (:user:`Brook Milligan <brook-milligan>`)
* regress: Add regression test for signal with GError param :mr:`169` (:user:`Philip Chimento <ptomato>`)


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/gobject-introspection/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/gobject-introspection/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/gobject-introspection/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/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.65 pkgsrc/devel/gobject-introspection/Makefile:1.66
--- pkgsrc/devel/gobject-introspection/Makefile:1.65    Mon Oct  7 09:28:10 2019
+++ pkgsrc/devel/gobject-introspection/Makefile Mon Oct 14 03:28:01 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2019/10/07 09:28:10 prlw1 Exp $
+# $NetBSD: Makefile,v 1.66 2019/10/14 03:28:01 gutteridge Exp $
 
-DISTNAME=      gobject-introspection-1.60.2
+DISTNAME=      gobject-introspection-1.62.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,6 +13,8 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2
 DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_TOOLS+=    pkg-config flex bison
 
 MESON_ARGS+=   -Dpython=${PYTHONBIN}
@@ -35,6 +37,9 @@ SUBST_SED.timet+=     -e 's,@TIMET_CTYPE@,gl
 
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/girepository
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C output test
+
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0

Index: pkgsrc/devel/gobject-introspection/PLIST
diff -u pkgsrc/devel/gobject-introspection/PLIST:1.12 pkgsrc/devel/gobject-introspection/PLIST:1.13
--- pkgsrc/devel/gobject-introspection/PLIST:1.12       Mon Jun  3 10:47:20 2019
+++ pkgsrc/devel/gobject-introspection/PLIST    Mon Oct 14 03:28:01 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/06/03 10:47:20 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/10/14 03:28:01 gutteridge Exp $
 bin/g-ir-annotation-tool
 bin/g-ir-compiler
 bin/g-ir-generate
@@ -34,6 +34,7 @@ lib/girepository-1.0/GLib-2.0.typelib
 lib/girepository-1.0/GModule-2.0.typelib
 lib/girepository-1.0/GObject-2.0.typelib
 lib/girepository-1.0/Gio-2.0.typelib
+lib/girepository-1.0/Vulkan-1.0.typelib
 lib/girepository-1.0/cairo-1.0.typelib
 lib/girepository-1.0/fontconfig-2.0.typelib
 lib/girepository-1.0/freetype2-2.0.typelib
@@ -152,6 +153,7 @@ share/gir-1.0/GLib-2.0.gir
 share/gir-1.0/GModule-2.0.gir
 share/gir-1.0/GObject-2.0.gir
 share/gir-1.0/Gio-2.0.gir
+share/gir-1.0/Vulkan-1.0.gir
 share/gir-1.0/cairo-1.0.gir
 share/gir-1.0/fontconfig-2.0.gir
 share/gir-1.0/freetype2-2.0.gir

Index: pkgsrc/devel/gobject-introspection/distinfo
diff -u pkgsrc/devel/gobject-introspection/distinfo:1.33 pkgsrc/devel/gobject-introspection/distinfo:1.34
--- pkgsrc/devel/gobject-introspection/distinfo:1.33    Tue Aug 20 13:56:40 2019
+++ pkgsrc/devel/gobject-introspection/distinfo Mon Oct 14 03:28:01 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2019/08/20 13:56:40 wiz Exp $
+$NetBSD: distinfo,v 1.34 2019/10/14 03:28:01 gutteridge Exp $
 
-SHA1 (gobject-introspection-1.60.2.tar.xz) = 735d3ad08a2f32837bc34e3f47be588a405f3b29
-RMD160 (gobject-introspection-1.60.2.tar.xz) = 6455f1b5e4427b8f0a26efb94597a476ed9ca96e
-SHA512 (gobject-introspection-1.60.2.tar.xz) = 8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e
-Size (gobject-introspection-1.60.2.tar.xz) = 1285000 bytes
+SHA1 (gobject-introspection-1.62.0.tar.xz) = 6c51a15d3c067bb99b4b5c799d449c82c873f2b7
+RMD160 (gobject-introspection-1.62.0.tar.xz) = d9f1d8b15259ca9e77c5103b3bf79df4f7976ee2
+SHA512 (gobject-introspection-1.62.0.tar.xz) = b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638
+Size (gobject-introspection-1.62.0.tar.xz) = 980732 bytes
 SHA1 (patch-giscanner_ast.py) = 06b3d8903d126028d2d5144c6d6a508209c834b9
 SHA1 (patch-giscanner_ccompiler.py) = 03faf472ad9384670e7f15a647e069606d44daba
 SHA1 (patch-giscanner_gdumpparser.py) = 83d6c72d070b2e32d90131148b566a1a2fb9aa77



Home | Main Index | Thread Index | Old Index