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: prlw1
Date: Fri Nov 25 13:00:13 UTC 2016
Modified Files:
pkgsrc/devel/gobject-introspection: Makefile PLIST distinfo
Log Message:
Update gobject-introspection to 1.50
- grew a g-ir-inspect tool to inspect GI typelibs
- no longer uses g_autoptr
- many other updates
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/gobject-introspection/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/gobject-introspection/PLIST
cvs rdiff -u -r1.23 -r1.24 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.48 pkgsrc/devel/gobject-introspection/Makefile:1.49
--- pkgsrc/devel/gobject-introspection/Makefile:1.48 Fri Apr 8 19:49:26 2016
+++ pkgsrc/devel/gobject-introspection/Makefile Fri Nov 25 13:00:13 2016
@@ -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 @@ SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gl
#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 @@ CHECK_INTERPRETER_SKIP+= lib/gobject-int
#.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"
Index: pkgsrc/devel/gobject-introspection/PLIST
diff -u pkgsrc/devel/gobject-introspection/PLIST:1.9 pkgsrc/devel/gobject-introspection/PLIST:1.10
--- pkgsrc/devel/gobject-introspection/PLIST:1.9 Thu Apr 7 20:57:14 2016
+++ pkgsrc/devel/gobject-introspection/PLIST Fri Nov 25 13:00:13 2016
@@ -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
Index: pkgsrc/devel/gobject-introspection/distinfo
diff -u pkgsrc/devel/gobject-introspection/distinfo:1.23 pkgsrc/devel/gobject-introspection/distinfo:1.24
--- pkgsrc/devel/gobject-introspection/distinfo:1.23 Thu Apr 7 20:28:19 2016
+++ pkgsrc/devel/gobject-introspection/distinfo Fri Nov 25 13:00:13 2016
@@ -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