aboutsummaryrefslogtreecommitdiff
path: root/devel/buildbot
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-18 13:53:26 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-18 13:53:26 +0000
commitfbcf2f52c371f9256da656a623272eca2b4fba10 (patch)
treeabce0bf7f6d7bc570bc5fb2b8650e216432fcc1a /devel/buildbot
parentd166a9f39b955855a7a7a635679c013d7404164f (diff)
downloadports-fbcf2f52c371f9256da656a623272eca2b4fba10.tar.gz
ports-fbcf2f52c371f9256da656a623272eca2b4fba10.zip
- Unbreak
- Update dependency Approved by: clsung
Notes
Notes: svn path=/head/; revision=228599
Diffstat (limited to 'devel/buildbot')
-rw-r--r--devel/buildbot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile
index 61bbbae38c2d..c0aecc2de528 100644
--- a/devel/buildbot/Makefile
+++ b/devel/buildbot/Makefile
@@ -7,22 +7,22 @@
PORTNAME= buildbot
PORTVERSION= 0.7.9
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= SF
MAINTAINER= clsung@FreeBSD.org
COMMENT= Automated system from compile/test cycle to validate code changes
-BROKEN= does not package
-
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
-USE_TWISTED_RUN= mail web words
+USE_TWISTED_RUN= conch mail web words
PYDISTUTILS_NOEGGINFO= yes
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \
's|/usr/bin/python|${PYTHON_CMD}|g'
@${FIND} ${WRKSRC} -name \*.bak -delete
+ ${REINPLACE_CMD} -e 's/twisted/Twsited/' ${WRKSRC}/setup.py
.include <bsd.port.mk>