pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection Update gobject-introspecti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c2e03da47c9
branches:  trunk
changeset: 355197:8c2e03da47c9
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Nov 25 13:00:13 2016 +0000

description:
Update gobject-introspection to 1.50

- grew a g-ir-inspect tool to inspect GI typelibs
- no longer uses g_autoptr
- many other updates

diffstat:

 devel/gobject-introspection/Makefile |   8 ++++----
 devel/gobject-introspection/PLIST    |   3 ++-
 devel/gobject-introspection/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r 5fe4fd88fa46 -r 8c2e03da47c9 devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Fri Nov 25 12:52:00 2016 +0000
+++ b/devel/gobject-introspection/Makefile      Fri Nov 25 13:00:13 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2016/04/08 19:49:26 adam Exp $
+# $NetBSD: Makefile,v 1.49 2016/11/25 13:00:13 prlw1 Exp $
 
-DISTNAME=      gobject-introspection-1.48.0
+DISTNAME=      gobject-introspection-1.50.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -38,7 +38,7 @@
 
 #REPLACE_PYTHON+=      tools/g-ir-tool-template.in
 SUBST_CLASSES+=                pyenv
-SUBST_STAGE.pyenv+=    pre-configure
+SUBST_STAGE.pyenv=     pre-configure
 SUBST_FILES.pyenv+=    tools/g-ir-tool-template.in
 SUBST_SED.pyenv+=      -e 's,/usr/bin/env ,,'
 
@@ -50,7 +50,7 @@
 #.include "../../graphics/cairo-gobject/buildlink3.mk"
 #TEST_TARGET=  check
 
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.50.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0
 .include "../../devel/libffi/buildlink3.mk"
diff -r 5fe4fd88fa46 -r 8c2e03da47c9 devel/gobject-introspection/PLIST
--- a/devel/gobject-introspection/PLIST Fri Nov 25 12:52:00 2016 +0000
+++ b/devel/gobject-introspection/PLIST Fri Nov 25 13:00:13 2016 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.9 2016/04/07 20:57:14 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.10 2016/11/25 13:00:13 prlw1 Exp $
 bin/g-ir-annotation-tool
 bin/g-ir-compiler
 bin/g-ir-generate
+bin/g-ir-inspect
 bin/g-ir-scanner
 include/gobject-introspection-1.0/giarginfo.h
 include/gobject-introspection-1.0/gibaseinfo.h
diff -r 5fe4fd88fa46 -r 8c2e03da47c9 devel/gobject-introspection/distinfo
--- a/devel/gobject-introspection/distinfo      Fri Nov 25 12:52:00 2016 +0000
+++ b/devel/gobject-introspection/distinfo      Fri Nov 25 13:00:13 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2016/04/07 20:28:19 prlw1 Exp $
+$NetBSD: distinfo,v 1.24 2016/11/25 13:00:13 prlw1 Exp $
 
-SHA1 (gobject-introspection-1.48.0.tar.xz) = fb8e1550116825edf5ab4c87875cb979bbedee9d
-RMD160 (gobject-introspection-1.48.0.tar.xz) = 622ac599408548aad2e850f18631cf595145051f
-SHA512 (gobject-introspection-1.48.0.tar.xz) = 62b23fd94e19fd7f1557c8bdd045b4ec19b9a39c55ec4b4a75b817fc97f936c6fdbf89fa3ad09ffa707afb542b1c644b718ccaaefe194f681ad40c08d5c53975
-Size (gobject-introspection-1.48.0.tar.xz) = 1371308 bytes
+SHA1 (gobject-introspection-1.50.0.tar.xz) = 5907f70bd275dceb4d3cb825ddce82cb1fdb4242
+RMD160 (gobject-introspection-1.50.0.tar.xz) = d2f07bcb3bdb73b09fb59b9d4ced7a7f12660c41
+SHA512 (gobject-introspection-1.50.0.tar.xz) = cb108cf3d49743e1686fe4ae99f2360799bc8825ad97bf0b97e097b3f89e2771079593de0f497a9e5b9cff892f6fbf870834a6c4d13f11bcde99162e9388ecfa
+Size (gobject-introspection-1.50.0.tar.xz) = 1415700 bytes
 SHA1 (patch-aa) = 562071f5524de4c50571cb0c4625dcf3c933bac5
 SHA1 (patch-ac) = 52174e01aa90a5cf75cfe2f255826c1e46f8e183



Home | Main Index | Thread Index | Old Index