summaryrefslogtreecommitdiff
path: root/devel/gdbus-codegen/Makefile
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2016-05-27 08:19:27 +0000
committerprlw1 <prlw1@pkgsrc.org>2016-05-27 08:19:27 +0000
commit6e3fad972f2283fb601d3034b2e6e49f2c3ae938 (patch)
treeeb6e2cad8bd51b1bf4fb0f6d7d169c91e42366f1 /devel/gdbus-codegen/Makefile
parent5ed98becfe91d846719ac347e49aa9bf20d7911e (diff)
downloadpkgsrc-6e3fad972f2283fb601d3034b2e6e49f2c3ae938.tar.gz
Update glib2 to 2.48.1
Overview of changes in GLib 2.48.1 ================================== Bugs fixed: 731988 glocalfile: Avoid a potential NULL pointer dereference 747107 GVariant varargs documentation: g_variant_get() example 747478 g_system_thread_set_name() is not implemented for gthread-win32 748474 g_get_language_names() is not thread-safe 748530 gthread: W32 implementation of g_get_num_processors() has lame fallback 748806 GVariant: Better introduction to the concepts and its uses 749606 tests: always remove app.desktop 758174 Fix documentation typos 758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch 762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3 763379 codegen: Add support for g_autoptr to gdbus-codegen generated objects 763821 build: Also dist Systemtap files always for gobject/ 764092 gstrfuncs: Document the behaviour of g_strjoinv() 764574 build: Fix all statfs() tests failing 764575 tests: Fix compilation errors due to Y2K format problems 764685 GApplication documentation about handling command-line options is confusing 764754 '-' in application id: unbreak bus activation and notifications 765959 socket: set fd field to -1 after closing socket 765990 Visual Studio: Define inline only when necessary Translations updated: Basque language Catalan Vietnamese zh_CN
Diffstat (limited to 'devel/gdbus-codegen/Makefile')
-rw-r--r--devel/gdbus-codegen/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gdbus-codegen/Makefile b/devel/gdbus-codegen/Makefile
index 70e7165f6f4..13b7d91551f 100644
--- a/devel/gdbus-codegen/Makefile
+++ b/devel/gdbus-codegen/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:49 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/05/27 08:19:27 prlw1 Exp $
-PKGREVISION= 1
.include "../../devel/glib2/Makefile.common"
PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/}