pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-dbus update to 0.82.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/476099eeb8b7
branches:  trunk
changeset: 537484:476099eeb8b7
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jan 09 19:04:42 2008 +0000

description:
update to 0.82.3
changes:
-fixes
-dbus.Bus() deprecated
-ode for which Collabora is the only copyright holder is now under
 the same permissive MIT/X11 license under which dbus core
 is being relicensed

diffstat:

 sysutils/py-dbus/Makefile |  6 +++---
 sysutils/py-dbus/PLIST    |  8 +++++++-
 sysutils/py-dbus/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 9b6e49f56eed -r 476099eeb8b7 sysutils/py-dbus/Makefile
--- a/sysutils/py-dbus/Makefile Wed Jan 09 19:01:07 2008 +0000
+++ b/sysutils/py-dbus/Makefile Wed Jan 09 19:04:42 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2007/09/03 10:00:34 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2008/01/09 19:04:42 drochner Exp $
 #
 
-DISTNAME=      dbus-python-0.82.2
+DISTNAME=      dbus-python-0.82.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-python/
@@ -12,7 +12,7 @@
 HOMEPAGE=      http://www.freedesktop.org/Software/dbus
 COMMENT=       Python bindings for the D-BUS message bus system
 
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config gmake
 GNU_CONFIGURE= yes
 
 PYTHON_VERSIONS_ACCEPTED=      24
diff -r 9b6e49f56eed -r 476099eeb8b7 sysutils/py-dbus/PLIST
--- a/sysutils/py-dbus/PLIST    Wed Jan 09 19:01:07 2008 +0000
+++ b/sysutils/py-dbus/PLIST    Wed Jan 09 19:04:42 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/09/03 10:00:34 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/01/09 19:04:42 drochner Exp $
 include/dbus-1.0/dbus/dbus-python.h
 lib/pkgconfig/dbus-python.pc
 ${PYSITELIB}/_dbus_bindings.la
@@ -57,11 +57,17 @@
 ${PYSITELIB}/dbus_bindings.py
 ${PYSITELIB}/dbus_bindings.pyc
 ${PYSITELIB}/dbus_bindings.pyo
+share/doc/dbus-python/API_CHANGES.html
 share/doc/dbus-python/API_CHANGES.txt
+share/doc/dbus-python/HACKING.html
 share/doc/dbus-python/HACKING.txt
 share/doc/dbus-python/NEWS
+share/doc/dbus-python/NEWS.html
 share/doc/dbus-python/README
+share/doc/dbus-python/README.html
 share/doc/dbus-python/TODO
+share/doc/dbus-python/TODO.html
+share/doc/dbus-python/tutorial.html
 share/doc/dbus-python/tutorial.txt
 @dirrm share/doc/dbus-python
 @dirrm ${PYSITELIB}/dbus/mainloop
diff -r 9b6e49f56eed -r 476099eeb8b7 sysutils/py-dbus/distinfo
--- a/sysutils/py-dbus/distinfo Wed Jan 09 19:01:07 2008 +0000
+++ b/sysutils/py-dbus/distinfo Wed Jan 09 19:04:42 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/09/03 10:00:34 drochner Exp $
+$NetBSD: distinfo,v 1.3 2008/01/09 19:04:42 drochner Exp $
 
-SHA1 (dbus-python-0.82.2.tar.gz) = b32565ea6b1e4d640ea07a4be1fccb5da359cc0e
-RMD160 (dbus-python-0.82.2.tar.gz) = e00c449455344d2426b165c5921a9502b6b0b56e
-Size (dbus-python-0.82.2.tar.gz) = 489458 bytes
+SHA1 (dbus-python-0.82.3.tar.gz) = a7c539ffd0cb41f2d6ed347774b5a7f9f5be2753
+RMD160 (dbus-python-0.82.3.tar.gz) = b6f068332a7901d5985f929ee6fac808858355c0
+Size (dbus-python-0.82.3.tar.gz) = 488123 bytes



Home | Main Index | Thread Index | Old Index