c7d9c2768e
Bug fixes * Fix issue which marked all workers dis-configured in the database every 24h * The :bb:reporter:MailNotifier no longer crashes when sending from/to email addresses with "Real Name" parts (e.g., John Doe <john.doe@domain.tld>). * Corrected pluralization of text on landing page of the web UI Improved Documentation * Corrected typo in description of libvirt * Update sample config to use preferred API Misc Improvements * Home page now contains links to recently active builders
20 lines
633 B
Makefile
20 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/05/01 18:20:09 adam Exp $
|
|
|
|
DISTNAME= buildbot-www-1.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-www/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://buildbot.net/
|
|
COMMENT= Web frontend for the buildbot CI system
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|