diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-09-13 16:11:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-09-13 16:11:22 +0000 |
commit | de55edec5b1d1661fcc40bd7feb5b06b9ff7e72a (patch) | |
tree | bf265efd01c807293a2549685f03e59ac695c4ea /devel/py-dbus | |
parent | fd5f0db68c9ff221c79d8b1e34a888e9e8b401d7 (diff) |
Notes
Diffstat (limited to 'devel/py-dbus')
-rw-r--r-- | devel/py-dbus/Makefile | 6 | ||||
-rw-r--r-- | devel/py-dbus/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 10ca5ef62681..3d0de3bd494a 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/py-dbus/Makefile,v 1.10 2010/03/14 12:28:57 kwm Exp $ +# $MCom: ports/devel/py-dbus/Makefile,v 1.14 2011/08/11 19:48:46 kwm Exp $ # PORTNAME= dbus -PORTVERSION= 0.83.2 +PORTVERSION= 0.84.0 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ USE_GNOME= gnomehack USE_PYTHON= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${PYTHON_INCLUDEDIR}" +CPPFLAGS+= -I${PYTHON_INCLUDEDIR} CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --disable-api-docs diff --git a/devel/py-dbus/distinfo b/devel/py-dbus/distinfo index 9977ee10f404..c6a850a1b02c 100644 --- a/devel/py-dbus/distinfo +++ b/devel/py-dbus/distinfo @@ -1,2 +1,2 @@ -SHA256 (dbus-python-0.83.2.tar.gz) = 883729c98f40790021e3be0f7028ae863ee1c4a7b922a5578c1342592adfff64 -SIZE (dbus-python-0.83.2.tar.gz) = 539838 +SHA256 (dbus-python-0.84.0.tar.gz) = b85bc7aaf1a976627ca461b1ca7b0c4ddddff709f52fe44c9b2d1d7d8fac5906 +SIZE (dbus-python-0.84.0.tar.gz) = 563906 |