diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-25 22:41:27 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-25 22:41:27 +0000 |
commit | a9ad8d1c154970e6cc15ba8495c9eb3ce600725b (patch) | |
tree | 262bbca2b69335cf1f7a493fd71bfa4fc38e8e2d /devel/py-dbus | |
parent | 08fe3f28fd55c2cee15a3b805c543c3983a19b0a (diff) | |
download | ports-a9ad8d1c154970e6cc15ba8495c9eb3ce600725b.tar.gz ports-a9ad8d1c154970e6cc15ba8495c9eb3ce600725b.zip |
-Update to 0.83.0.
-NOPORTDOCS -> NOPORTEXAMPLES on example files.
Notes
Notes:
svn path=/head/; revision=217515
Diffstat (limited to 'devel/py-dbus')
-rw-r--r-- | devel/py-dbus/Makefile | 11 | ||||
-rw-r--r-- | devel/py-dbus/distinfo | 6 | ||||
-rw-r--r-- | devel/py-dbus/pkg-plist | 43 |
3 files changed, 31 insertions, 29 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 53c62417dc42..9596ccdbb774 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.8 2007/03/01 05:52:46 marcus Exp $ +# $MCom: ports/devel/py-dbus/Makefile,v 1.8 2007/03/01 05:52:46 marcus Exp $ +# PORTNAME= dbus -PORTVERSION= 0.82.4 -PORTREVISION= 1 +PORTVERSION= 0.83.0 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -33,13 +33,12 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} .if exists(${LOCALBASE}/bin/rst2html) && !defined(NOPORTDOCS) PLIST_SUB+= HTML="" .else +CONFIGURE_ARGS+=--disable-html-docs PLIST_SUB+= HTML="@comment " .endif post-install: -.if defined(NOPORTDOCS) - @${RM} -rf ${DOCSDIR} -.else +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} && \ ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} .endif diff --git a/devel/py-dbus/distinfo b/devel/py-dbus/distinfo index 79c41b09fea1..4745c4dee7f1 100644 --- a/devel/py-dbus/distinfo +++ b/devel/py-dbus/distinfo @@ -1,3 +1,3 @@ -MD5 (dbus-python-0.82.4.tar.gz) = f491e0372128a6d1178b210a8b1a842f -SHA256 (dbus-python-0.82.4.tar.gz) = e34e30a4c0ea405f9e830aa0026e9c0632f526f242e90526ff0a7da8dd7f5e2e -SIZE (dbus-python-0.82.4.tar.gz) = 473346 +MD5 (dbus-python-0.83.0.tar.gz) = 562c78876219bf458d79a041af18293d +SHA256 (dbus-python-0.83.0.tar.gz) = 89dd1d5aa5c2ba04677d1aa2616caa50274d8c08f3d6bc164e6f7b9930776191 +SIZE (dbus-python-0.83.0.tar.gz) = 494281 diff --git a/devel/py-dbus/pkg-plist b/devel/py-dbus/pkg-plist index 1fbc36d3b07b..ffb5f1929a39 100644 --- a/devel/py-dbus/pkg-plist +++ b/devel/py-dbus/pkg-plist @@ -1,23 +1,4 @@ include/dbus-1.0/dbus/dbus-python.h -libdata/pkgconfig/dbus-python.pc -%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html -%%PORTDOCS%%%%DOCSDIR%%/HACKING.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/README -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/README.html -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/TODO.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html -%%PORTDOCS%%%%EXAMPLESDIR%%/example-async-client.py -%%PORTDOCS%%%%EXAMPLESDIR%%/example-client.py -%%PORTDOCS%%%%EXAMPLESDIR%%/example-service.py -%%PORTDOCS%%%%EXAMPLESDIR%%/example-signal-emitter.py -%%PORTDOCS%%%%EXAMPLESDIR%%/example-signal-recipient.py -%%PORTDOCS%%%%EXAMPLESDIR%%/list-system-services.py %%PYTHON_SITELIBDIR%%/_dbus_bindings.a %%PYTHON_SITELIBDIR%%/_dbus_bindings.la %%PYTHON_SITELIBDIR%%/_dbus_bindings.so @@ -69,6 +50,9 @@ libdata/pkgconfig/dbus-python.pc %%PYTHON_SITELIBDIR%%/dbus/proxies.py %%PYTHON_SITELIBDIR%%/dbus/proxies.pyc %%PYTHON_SITELIBDIR%%/dbus/proxies.pyo +%%PYTHON_SITELIBDIR%%/dbus/server.py +%%PYTHON_SITELIBDIR%%/dbus/server.pyc +%%PYTHON_SITELIBDIR%%/dbus/server.pyo %%PYTHON_SITELIBDIR%%/dbus/service.py %%PYTHON_SITELIBDIR%%/dbus/service.pyc %%PYTHON_SITELIBDIR%%/dbus/service.pyo @@ -78,7 +62,26 @@ libdata/pkgconfig/dbus-python.pc %%PYTHON_SITELIBDIR%%/dbus_bindings.py %%PYTHON_SITELIBDIR%%/dbus_bindings.pyc %%PYTHON_SITELIBDIR%%/dbus_bindings.pyo +libdata/pkgconfig/dbus-python.pc +%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt +%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html +%%PORTDOCS%%%%DOCSDIR%%/HACKING.txt +%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html +%%PORTDOCS%%%%DOCSDIR%%/README +%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/README.html +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/TODO.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt +%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-emitter.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-recipient.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%PYTHON_SITELIBDIR%%/dbus/mainloop @dirrm %%PYTHON_SITELIBDIR%%/dbus |