- 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.
This commit is contained in:
Johann Visagie 2001-08-22 11:22:14 +00:00
parent f2d6c847ba
commit ed74f89009
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46638
2 changed files with 6 additions and 7 deletions

View File

@ -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:

View File

@ -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