pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Nov 25 12:42:21 UTC 2016

Modified Files:
        pkgsrc/devel/glib2: Makefile.common PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.218 -r1.219 pkgsrc/devel/glib2/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/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.51 pkgsrc/devel/glib2/Makefile.common:1.52
--- pkgsrc/devel/glib2/Makefile.common:1.51     Sun Aug 21 21:47:29 2016
+++ pkgsrc/devel/glib2/Makefile.common  Fri Nov 25 12:42:21 2016
@@ -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}/}

Index: pkgsrc/devel/glib2/PLIST
diff -u pkgsrc/devel/glib2/PLIST:1.88 pkgsrc/devel/glib2/PLIST:1.89
--- pkgsrc/devel/glib2/PLIST:1.88       Sun Aug 21 21:47:29 2016
+++ pkgsrc/devel/glib2/PLIST    Fri Nov 25 12:42:21 2016
@@ -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.ht
 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
 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.h
 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

Index: pkgsrc/devel/glib2/distinfo
diff -u pkgsrc/devel/glib2/distinfo:1.218 pkgsrc/devel/glib2/distinfo:1.219
--- pkgsrc/devel/glib2/distinfo:1.218   Sun Aug 21 21:47:29 2016
+++ pkgsrc/devel/glib2/distinfo Fri Nov 25 12:42:21 2016
@@ -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



Home | Main Index | Thread Index | Old Index