summaryrefslogtreecommitdiff
path: root/sysutils/dbus-python-common/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-05-29 22:59:32 +0000
committerwiz <wiz@pkgsrc.org>2013-05-29 22:59:32 +0000
commitc089cda1edb287092aa96767b4f33dd2e1382dfd (patch)
tree5038690f081a253c6b3d107cd487ec01f16127e9 /sysutils/dbus-python-common/Makefile
parentf8eb04437ae4a324da9e3d8643ffa98598e8bef7 (diff)
downloadpkgsrc-c089cda1edb287092aa96767b4f33dd2e1382dfd.tar.gz
Update to 1.2.0.
D-Bus Python Bindings 1.2.0 (2013-05-07) ======================================== The "compile like it's 1998" release. Dependencies: • libdbus 1.6 or later is now required. Enhancements: • Unicode Corrigendum 9: when used with a suitable version of libdbus (1.6.10 or later, or 1.7.2 or later), noncharacters in strings are now accepted Fixes: • Support DBusException('something with non—ASCII') under Python 2 (Michael Vogt, smcv; fd.o #55899) • Correct some misleading wording in COPYING which was written under the assumption that libdbus could actually be relicensed to MIT/X11 (Thiago Macieira) • Avoid variable-length arrays, because MSVC++ is still stuck in 1998 (based on patches from Christoph Höger, fd.o #51725) • Remove unnecessary uses of stdint.h (fd.o #51725) • Add support for Unix compilers not supporting 'inline', for completeness • Use GObject.__class__ instead of GObjectMeta, which can no longer be imported from gi.repository.GObject in pygobject 3.8 • Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006)
Diffstat (limited to 'sysutils/dbus-python-common/Makefile')
-rw-r--r--sysutils/dbus-python-common/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/dbus-python-common/Makefile b/sysutils/dbus-python-common/Makefile
index 13b841b86e1..a24a6537fd9 100644
--- a/sysutils/dbus-python-common/Makefile
+++ b/sysutils/dbus-python-common/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/10/23 19:50:57 asau Exp $
-#
+# $NetBSD: Makefile,v 1.5 2013/05/29 22:59:32 wiz Exp $
-DISTNAME= dbus-python-1.1.1
-PKGNAME= dbus-python-common-1.1.1
-PKGREVISION= 1
+DISTNAME= dbus-python-1.2.0
+PKGNAME= dbus-python-common-1.2.0
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/