diff options
author | drochner <drochner@pkgsrc.org> | 2008-01-09 19:04:42 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-01-09 19:04:42 +0000 |
commit | ff34974bcbfa7a60fab17992b35bfab3dcedfd5e (patch) | |
tree | 1e1b1194b35915d70b718e96f0adea92b8e5f2c1 /sysutils | |
parent | 0c9d1cec28ceb133edaae8abf38f5f8fcc946e0f (diff) | |
download | pkgsrc-ff34974bcbfa7a60fab17992b35bfab3dcedfd5e.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/py-dbus/Makefile | 6 | ||||
-rw-r--r-- | sysutils/py-dbus/PLIST | 8 | ||||
-rw-r--r-- | sysutils/py-dbus/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index 3f2cd048de2..da2dd093603 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/sysutils/py-dbus/PLIST b/sysutils/py-dbus/PLIST index ee9e6293a65..71a61f6ec3b 100644 --- a/sysutils/py-dbus/PLIST +++ b/sysutils/py-dbus/PLIST @@ -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/types.pyo ${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 --git a/sysutils/py-dbus/distinfo b/sysutils/py-dbus/distinfo index 192e98c69f9..b2e7823f59b 100644 --- a/sysutils/py-dbus/distinfo +++ b/sysutils/py-dbus/distinfo @@ -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 |