summaryrefslogtreecommitdiff
path: root/devel/glib2
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2016-11-25 12:42:21 +0000
committerprlw1 <prlw1@pkgsrc.org>2016-11-25 12:42:21 +0000
commitcb550a50321b08dd552cc75698572197a19cb25e (patch)
tree778790f7455d44f8728efa8c8d48a897d9f1f603 /devel/glib2
parent88159e3182cdac533c8b553a971c449519ec0730 (diff)
downloadpkgsrc-cb550a50321b08dd552cc75698572197a19cb25e.tar.gz
Update glib2 to 2.50.2
- grew a "gio" tool for the equivalent of ls, mv, mount, which also builds on Windows. "gio tree" is quite nice. - updated to Unicode 9.0.0. - added structured logging. Full list of changes available at: https://git.gnome.org/browse/glib/tree/NEWS?h=2.50.2
Diffstat (limited to 'devel/glib2')
-rw-r--r--devel/glib2/Makefile.common4
-rw-r--r--devel/glib2/PLIST14
-rw-r--r--devel/glib2/distinfo10
3 files changed, 16 insertions, 12 deletions
diff --git a/devel/glib2/Makefile.common b/devel/glib2/Makefile.common
index f49d152eb65..ea85fe1e7b2 100644
--- a/devel/glib2/Makefile.common
+++ b/devel/glib2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.51 2016/08/21 21:47:29 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.52 2016/11/25 12:42:21 prlw1 Exp $
#
# used by devel/glib2/Makefile
# used by devel/gdbus-codegen/Makefile
@@ -6,7 +6,7 @@
# When updating this package, please apply patch-ak to configure.in and
# then run a matching version of autoconf to regen patch-aa.
-DISTNAME= glib-2.48.2
+DISTNAME= glib-2.50.2
PKGNAME= ${DISTNAME:S/glib/glib2/}
CATEGORIES= # empty; redefined in Makefile
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
diff --git a/devel/glib2/PLIST b/devel/glib2/PLIST
index cdde6e58ca5..539aa09343b 100644
--- a/devel/glib2/PLIST
+++ b/devel/glib2/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.88 2016/08/21 21:47:29 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.89 2016/11/25 12:42:21 prlw1 Exp $
bin/gapplication
bin/gdbus
+bin/gio
bin/gio-querymodules
bin/glib-compile-resources
bin/glib-compile-schemas
@@ -290,12 +291,12 @@ lib/pkgconfig/gthread-2.0.pc
share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4
share/aclocal/gsettings.m4
-share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.4800.2-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.4800.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.5000.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.5000.2-gdb.py
share/gettext/its/gschema.its
share/gettext/its/gschema.loc
-share/glib-2.0/gdb/glib.py
-share/glib-2.0/gdb/gobject.py
+share/glib-2.0/gdb/glib_gdb.py
+share/glib-2.0/gdb/gobject_gdb.py
share/glib-2.0/gettext/po/Makefile.in.in
share/glib-2.0/schemas/gschema.dtd
share/gtk-doc/html/gio/GAction.html
@@ -447,6 +448,7 @@ share/gtk-doc/html/gio/api-index-2-42.html
share/gtk-doc/html/gio/api-index-2-44.html
share/gtk-doc/html/gio/api-index-2-46.html
share/gtk-doc/html/gio/api-index-2-48.html
+share/gtk-doc/html/gio/api-index-2-50.html
share/gtk-doc/html/gio/api-index-deprecated.html
share/gtk-doc/html/gio/api-index-full.html
share/gtk-doc/html/gio/application.html
@@ -482,6 +484,7 @@ share/gtk-doc/html/gio/gdbus-convenience.html
share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html
share/gtk-doc/html/gio/gdbus-lowlevel.html
share/gtk-doc/html/gio/gdbus.html
+share/gtk-doc/html/gio/gio.html
share/gtk-doc/html/gio/gio-D-Bus-Addresses.html
share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html
share/gtk-doc/html/gio/gio-D-Bus-Utilities.html
@@ -572,6 +575,7 @@ share/gtk-doc/html/glib/api-index-2-42.html
share/gtk-doc/html/glib/api-index-2-44.html
share/gtk-doc/html/glib/api-index-2-46.html
share/gtk-doc/html/glib/api-index-2-48.html
+share/gtk-doc/html/glib/api-index-2-50.html
share/gtk-doc/html/glib/api-index-2-6.html
share/gtk-doc/html/glib/api-index-2-8.html
share/gtk-doc/html/glib/api-index-deprecated.html
diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo
index e4034ba98d8..7e48e97024c 100644
--- a/devel/glib2/distinfo
+++ b/devel/glib2/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.218 2016/08/21 21:47:29 prlw1 Exp $
+$NetBSD: distinfo,v 1.219 2016/11/25 12:42:21 prlw1 Exp $
-SHA1 (glib-2.48.2.tar.xz) = f05c43cedfd113a047e7a90d694dd17eeea2d12b
-RMD160 (glib-2.48.2.tar.xz) = 68e63fa11545f07b7187d586a5809bd681400f95
-SHA512 (glib-2.48.2.tar.xz) = 2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
-Size (glib-2.48.2.tar.xz) = 6408644 bytes
+SHA1 (glib-2.50.2.tar.xz) = 948a768931ca321a35e16556a1c8adcae04babf2
+RMD160 (glib-2.50.2.tar.xz) = 421af588c21606587455eb69ba5bb85892c0da33
+SHA512 (glib-2.50.2.tar.xz) = 63d7b5ece8d7d15b10e06ef10a8e0a4446f30a8d9c97daa3352ec00dfef622728bd42ed24cbf67e553166a0f9e29a3e3d024d1d085b9804fd67608db438b6771
+Size (glib-2.50.2.tar.xz) = 7582312 bytes
SHA1 (patch-aa) = d197ded7ca05c2e37396e6c6b185797bd9bb2821
SHA1 (patch-ab) = 04bde955a2a588011a8c77ada4923d5464a0d544
SHA1 (patch-ac) = 96e153339675457356f71e35d20375bed669d337