72d678a118
- Mercurial support. - A 'buildbot restart' command. - Each build has a set of build properties that can be set and interpolated into shell commands. - New contrib scripts: viewcvspoll, svnpoller, svn_watcher. - Improved CSS for the waterfall view. PR: ports/98439 Submitted by: miwi
27 lines
603 B
Makefile
27 lines
603 B
Makefile
# New ports collection makefile for: buildbot
|
|
# Date created: 27 Sep 2005
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= buildbot
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= devel
|
|
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_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'
|
|
|
|
.include <bsd.port.mk>
|