View | Details | Raw Unified | Return to bug 219207 | Differences between
and this patch

Collapse All | Expand All

(-)devel/buildbot-worker/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	buildbot-worker
4
PORTNAME=	buildbot-worker
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.5
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
9
(-)devel/buildbot-worker/files/buildbot-worker.in (-2 / +2 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# $FreeBSD$
3
# $FreeBSD$
4
# PROVIDE: buildbot-worker
4
# PROVIDE: buildbot_worker
5
# REQUIRE: LOGIN
5
# REQUIRE: LOGIN
6
# KEYWORD: shutdown
6
# KEYWORD: shutdown
7
#
7
#
Lines 44-50 Link Here
44
44
45
export PATH=${PATH}:%%LOCALBASE%%/bin
45
export PATH=${PATH}:%%LOCALBASE%%/bin
46
46
47
name=buildbot-worker
47
name=buildbot_worker
48
desc="Buildbot Buildworker"
48
desc="Buildbot Buildworker"
49
rcvar=buildbot_worker_enable
49
rcvar=buildbot_worker_enable
50
50

Return to bug 219207