summaryrefslogtreecommitdiffstats
path: root/devel/buildbot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/buildbot/Makefile')
-rw-r--r--devel/buildbot/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile
index b4d855e..40e4ded 100644
--- a/devel/buildbot/Makefile
+++ b/devel/buildbot/Makefile
@@ -6,21 +6,21 @@
#
PORTNAME= buildbot
-PORTVERSION= 0.7.3
-CATEGORIES= devel
+PORTVERSION= 0.7.5
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jkoshy@FreeBSD.org
COMMENT= Automated system from compile/test cycle to validate code changes
-USE_PYTHON= 2.2+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_TWISTED_RUN= mail web words
-NO_BUILD= yes
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \
- 's|/usr/bin/python|${LOCALBASE}/bin/python|g'
+ 's|/usr/bin/python|${PYTHON_CMD}|g'
+ @${FIND} ${WRKSRC}/buildbot/test/mail -name \*.bak -delete
.include <bsd.port.mk>
OpenPOWER on IntegriCloud