diff options
author | wjv <wjv@FreeBSD.org> | 2001-08-22 19:22:14 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-08-22 19:22:14 +0800 |
commit | 35229bda6cf81f910483a24c06ba9a25364df2d6 (patch) | |
tree | 00c5f86212718864a19f150c026b46a8e44c58d6 | |
parent | a4ee5bff5c4e5f330fc7fe34f89156eb7931dadc (diff) | |
download | freebsd-ports-gnome-35229bda6cf81f910483a24c06ba9a25364df2d6.tar.gz freebsd-ports-gnome-35229bda6cf81f910483a24c06ba9a25364df2d6.tar.zst freebsd-ports-gnome-35229bda6cf81f910483a24c06ba9a25364df2d6.zip |
- Add an explicit dependency on py-tkinter (instead of relying on an implied
dependency via py-unit).
- Add a run-time dependency on py-gnome, which is required by some non-
mission-critical elements of this package. (This should possibly be an
optional dependency(?) - I'm in two minds about this.)
- Do not install two somewhat Debian-specific scripts.
- Bump the PORTREVISION once more.
-rw-r--r-- | devel/py-twisted/Makefile | 11 | ||||
-rw-r--r-- | devel/py-twisted/pkg-plist | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 37fbddd80c8e..d97d6f91cc32 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -7,7 +7,7 @@ PORTNAME= twisted PORTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,14 +16,15 @@ DISTNAME= Twisted-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org BUILD_DEPENDS= ${PYDISTUTILS} -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/unittest.py:${PORTSDIR}/devel/py-unit +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/unittest.py:${PORTSDIR}/devel/py-unit \ + ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ + ${PYTHON_SITELIBDIR}/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome USE_PYTHON= yes EXAMPLESDIR= ${PREFIX}/share/examples/twisted -SCRIPTS= accepttests build-deb cpyrght faucet gnusto im malyon \ - manhole mapeditor mktap runtests tap2deb twistd \ - twistd-debug +SCRIPTS= accepttests cpyrght faucet gnusto im malyon manhole \ + mapeditor mktap runtests twistd twistd-debug MAN1= faucet.1 gnusto.1 im.1 manhole.1 mktap.1 tap2deb.1 twistd.1 post-patch: diff --git a/devel/py-twisted/pkg-plist b/devel/py-twisted/pkg-plist index a37a1ea704bf..37694e8fbda7 100644 --- a/devel/py-twisted/pkg-plist +++ b/devel/py-twisted/pkg-plist @@ -11,7 +11,6 @@ %%PORTDOCS%%share/examples/twisted/pbecho.py %%PORTDOCS%%share/examples/twisted/udpechoserv.py bin/accepttests -bin/build-deb bin/cpyrght bin/faucet bin/gnusto @@ -21,7 +20,6 @@ bin/manhole bin/mapeditor bin/mktap bin/runtests -bin/tap2deb bin/twistd bin/twistd-debug lib/%%PYTHON_VERSION%%/site-packages/twisted/__init__.py |