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 py-dbus-0.82.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b421742df77
branches:  trunk
changeset: 541786:2b421742df77
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 20:06:04 2008 +0000

description:
Update to py-dbus-0.82.4.
- Supports DESTDIR
- Accept Python 2.5

News:
* supplying reply_handler but not error_handler raises
  MissingReplyHandlerException instead of MissingErrorHandlerException,
  and vice versa (fd.o #12304, patch from Rene Neumann)
* Using non-recursive make for dbus/ directory should fix builds in some
  environments (fd.o #12741)

diffstat:

 sysutils/py-dbus/Makefile |  8 +++++---
 sysutils/py-dbus/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r 5597362fa802 -r 2b421742df77 sysutils/py-dbus/Makefile
--- a/sysutils/py-dbus/Makefile Fri Apr 25 19:59:30 2008 +0000
+++ b/sysutils/py-dbus/Makefile Fri Apr 25 20:06:04 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2008/02/03 12:22:26 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2008/04/25 20:06:04 tnn Exp $
 #
 
-DISTNAME=      dbus-python-0.82.3
+DISTNAME=      dbus-python-0.82.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-python/
@@ -12,10 +12,12 @@
 HOMEPAGE=      http://www.freedesktop.org/Software/dbus
 COMMENT=       Python bindings for the D-BUS message bus system
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_TOOLS+=    pkg-config gmake
 GNU_CONFIGURE= yes
 
-PYTHON_VERSIONS_ACCEPTED=      24
+PYTHON_VERSIONS_ACCEPTED=      25 24
 #PYDISTUTILSPKG=                       YES
 #PYBINMODULE=                  YES
 PY_PATCHPLIST=                 YES
diff -r 5597362fa802 -r 2b421742df77 sysutils/py-dbus/distinfo
--- a/sysutils/py-dbus/distinfo Fri Apr 25 19:59:30 2008 +0000
+++ b/sysutils/py-dbus/distinfo Fri Apr 25 20:06:04 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/01/09 19:04:42 drochner Exp $
+$NetBSD: distinfo,v 1.4 2008/04/25 20:06:04 tnn Exp $
 
-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
+SHA1 (dbus-python-0.82.4.tar.gz) = 6675106364c3865a38a9196e314508e7aae2f8b6
+RMD160 (dbus-python-0.82.4.tar.gz) = c934c38c7b6681aa419d005a4a73ab05ffdddac1
+Size (dbus-python-0.82.4.tar.gz) = 473346 bytes



Home | Main Index | Thread Index | Old Index