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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	runit
4
PORTNAME=	runit
5
PORTVERSION=	2.1.1
5
PORTVERSION=	2.1.2
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://smarden.org/${PORTNAME}/ \
7
MASTER_SITES=	http://smarden.org/${PORTNAME}/ \
8
		http://www.bayofrum.net/dist/${PORTNAME}/
8
		http://www.bayofrum.net/dist/${PORTNAME}/
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (runit-2.1.1.tar.gz) = ffcf2d27b32f59ac14f2d4b0772a3eb80d9342685a2042b7fbbc472c07cf2a2c
1
SHA256 (runit-2.1.2.tar.gz) = 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18
2
SIZE (runit-2.1.1.tar.gz) = 109661
2
SIZE (runit-2.1.2.tar.gz) = 110916
(-)files/runsvdir.in (-1 / +1 lines)
Lines 31-37 Link Here
31
	/bin/test -d ${runsvdir_path} || /bin/mkdir -p ${runsvdir_path}
31
	/bin/test -d ${runsvdir_path} || /bin/mkdir -p ${runsvdir_path}
32
	/usr/bin/env -i \
32
	/usr/bin/env -i \
33
	PATH=/command:%%PREFIX%%/sbin:%%PREFIX%%/bin:/sbin:/bin:/usr/sbin:/usr/bin \
33
	PATH=/command:%%PREFIX%%/sbin:%%PREFIX%%/bin:/sbin:/bin:/usr/sbin:/usr/bin \
34
	/usr/sbin/daemon \
34
	/usr/sbin/daemon -c -f \
35
	${command} ${runsvdir_path}
35
	${command} ${runsvdir_path}
36
}
36
}
37
37

Return to bug 200440