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

Collapse All | Expand All

(-)b/sysutils/s6-rc/Makefile (-11 / +11 lines)
Lines 1-5 Link Here
1
PORTNAME=	s6-rc
1
PORTNAME=	s6-rc
2
DISTVERSION=	0.5.4.1
2
DISTVERSION=	0.5.4.2
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
4
MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
5
5
Lines 10-32 WWW= https://www.skarnet.org/software/s6-rc/ Link Here
10
LICENSE=	ISCL
10
LICENSE=	ISCL
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
BUILD_DEPENDS=	execline>=2.9.3.0:lang/execline \
13
BUILD_DEPENDS=	execline>=2.9.5.1:lang/execline \
14
		skalibs>=2.13.1.1:devel/skalibs \
14
		skalibs>=2.14.1.1:devel/skalibs \
15
		s6>=2.11.3.2:sysutils/s6
15
		s6>=2.12.0.4:sysutils/s6
16
RUN_DEPENDS=	execline>=2.9.3.0:lang/execline \
16
RUN_DEPENDS=	execline>=2.9.5.1:lang/execline \
17
		skalibs>=2.13.1.1:devel/skalibs \
17
		skalibs>=2.14.1.1:devel/skalibs \
18
		s6>=2.11.3.2:sysutils/s6
18
		s6>=2.12.0.4:sysutils/s6
19
LIB_DEPENDS=	libs6.so:sysutils/s6 \
19
LIB_DEPENDS=	libs6.so:sysutils/s6 \
20
		libskarnet.so:devel/skalibs
20
		libskarnet.so:devel/skalibs
21
21
22
USES=		gmake
22
FLAVORS=	hier run
23
FLAVOR?=	${FLAVORS:[1]}
23
24
25
USES=		gmake
24
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
25
HAS_CONFIGURE=	yes
27
HAS_CONFIGURE=	yes
26
28
27
FLAVORS=	hier run
29
run_PKGNAMESUFFIX=	-run
28
FLAVOR?=	${FLAVORS:[1]}
29
run_PKGNAMESUFFIX= -run
30
30
31
# The only difference between the hier and the run flavors is the default live directory path
31
# The only difference between the hier and the run flavors is the default live directory path
32
# hard coded into the s6-rc utilities allowing their use without passing -l <live_dir>.
32
# hard coded into the s6-rc utilities allowing their use without passing -l <live_dir>.
(-)b/sysutils/s6-rc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1680559911
1
TIMESTAMP = 1716817196
2
SHA256 (s6-rc-0.5.4.1.tar.gz) = d7268cab7c5423305cf9598a33d4fcdab8a315952b3ec80f79c85b8cb76158f6
2
SHA256 (s6-rc-0.5.4.2.tar.gz) = 00bdfa596fa7161512e972ec9282a2abd8fd0e31f09177bad7a2bc3d8f283982
3
SIZE (s6-rc-0.5.4.1.tar.gz) = 101078
3
SIZE (s6-rc-0.5.4.2.tar.gz) = 100896
(-)b/sysutils/s6-rc/pkg-plist (-2 / +1 lines)
Lines 14-20 include/s6-rc/s6rc-utils.h Link Here
14
include/s6-rc/s6rc.h
14
include/s6-rc/s6rc.h
15
lib/libs6rc.so
15
lib/libs6rc.so
16
lib/libs6rc.so.0.5
16
lib/libs6rc.so.0.5
17
lib/libs6rc.so.0.5.4.1
17
lib/libs6rc.so.0.5.4.2
18
lib/s6-rc/libs6rc.a
18
lib/s6-rc/libs6rc.a
19
libexec/s6-rc-fdholder-filler
19
libexec/s6-rc-fdholder-filler
20
libexec/s6-rc-oneshot-run
20
libexec/s6-rc-oneshot-run
21
- 

Return to bug 279116