View | Details | Raw Unified | Return to bug 252589
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	s6
4
PORTNAME=	s6
5
PORTVERSION=	2.9.1.0
5
PORTVERSION=	2.10.0.0
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	https://www.skarnet.org/software/${PORTNAME}/
7
MASTER_SITES=	https://www.skarnet.org/software/${PORTNAME}/
8
8
Lines 12-18 Link Here
12
LICENSE=	ISCL
12
LICENSE=	ISCL
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
BUILD_DEPENDS=	execline>=2.6.0.1:lang/execline
15
BUILD_DEPENDS=	execline>=2.7.0.0:lang/execline
16
LIB_DEPENDS=	libskarnet.so:devel/skalibs
16
LIB_DEPENDS=	libskarnet.so:devel/skalibs
17
RUN_DEPENDS=	execlineb:lang/execline
17
RUN_DEPENDS=	execlineb:lang/execline
18
18
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1587124862
1
TIMESTAMP = 1610387539
2
SHA256 (s6-2.9.1.0.tar.gz) = 05e259532c6db8cb23f5f79938669cee30152008ac9e792ff4acb26db9a01ff7
2
SHA256 (s6-2.10.0.0.tar.gz) = 60a69caf14bcea28aa69bc64b1fb7ed0f6c65ae1f20d1e78a553f25141cbf877
3
SIZE (s6-2.9.1.0.tar.gz) = 204160
3
SIZE (s6-2.10.0.0.tar.gz) = 218091
(-)pkg-plist (-5 / +9 lines)
Lines 44-49 Link Here
44
bin/s6-svlisten
44
bin/s6-svlisten
45
bin/s6-svlisten1
45
bin/s6-svlisten1
46
bin/s6-svok
46
bin/s6-svok
47
bin/s6-svperms
47
bin/s6-svscan
48
bin/s6-svscan
48
bin/s6-svscanboot
49
bin/s6-svscanboot
49
bin/s6-svscanctl
50
bin/s6-svscanctl
Lines 51-61 Link Here
51
bin/s6-svwait
52
bin/s6-svwait
52
bin/s6-tai64n
53
bin/s6-tai64n
53
bin/s6-tai64nlocal
54
bin/s6-tai64nlocal
55
bin/s6-usertree-maker
54
bin/s6lockd
56
bin/s6lockd
55
bin/ucspilogd
57
bin/ucspilogd
56
@sample %%ETCDIR%%/s6-svscan-log/run.sample
58
%%ETCDIR%%/s6-svscan-log/run.sample
57
@sample %%ETCDIR%%/s6-svscan/env/PATH.sample
59
%%ETCDIR%%/s6-svscan/env/PATH.sample
58
@sample %%ETCDIR%%/s6-svscan/finish.sample
60
%%ETCDIR%%/s6-svscan/finish.sample
59
include/s6/accessrules.h
61
include/s6/accessrules.h
60
include/s6/compat.h
62
include/s6/compat.h
61
include/s6/config.h
63
include/s6/config.h
Lines 66-73 Link Here
66
include/s6/s6.h
68
include/s6/s6.h
67
include/s6/s6lock.h
69
include/s6/s6lock.h
68
lib/libs6.so
70
lib/libs6.so
69
lib/libs6.so.2.9
71
lib/libs6.so.2.10
70
lib/libs6.so.2.9.1.0
72
lib/libs6.so.2.10.0.0
71
lib/s6/libs6.a
73
lib/s6/libs6.a
72
libexec/s6lockd-helper
74
libexec/s6lockd-helper
73
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
75
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
Lines 124-129 Link Here
124
%%PORTDOCS%%%%DOCSDIR%%/s6-svlisten.html
126
%%PORTDOCS%%%%DOCSDIR%%/s6-svlisten.html
125
%%PORTDOCS%%%%DOCSDIR%%/s6-svlisten1.html
127
%%PORTDOCS%%%%DOCSDIR%%/s6-svlisten1.html
126
%%PORTDOCS%%%%DOCSDIR%%/s6-svok.html
128
%%PORTDOCS%%%%DOCSDIR%%/s6-svok.html
129
%%PORTDOCS%%%%DOCSDIR%%/s6-svperms.html
127
%%PORTDOCS%%%%DOCSDIR%%/s6-svscan-1.html
130
%%PORTDOCS%%%%DOCSDIR%%/s6-svscan-1.html
128
%%PORTDOCS%%%%DOCSDIR%%/s6-svscan-not-1.html
131
%%PORTDOCS%%%%DOCSDIR%%/s6-svscan-not-1.html
129
%%PORTDOCS%%%%DOCSDIR%%/s6-svscan.html
132
%%PORTDOCS%%%%DOCSDIR%%/s6-svscan.html
Lines 132-137 Link Here
132
%%PORTDOCS%%%%DOCSDIR%%/s6-svwait.html
135
%%PORTDOCS%%%%DOCSDIR%%/s6-svwait.html
133
%%PORTDOCS%%%%DOCSDIR%%/s6-tai64n.html
136
%%PORTDOCS%%%%DOCSDIR%%/s6-tai64n.html
134
%%PORTDOCS%%%%DOCSDIR%%/s6-tai64nlocal.html
137
%%PORTDOCS%%%%DOCSDIR%%/s6-tai64nlocal.html
138
%%PORTDOCS%%%%DOCSDIR%%/s6-usertree-maker.html
135
%%PORTDOCS%%%%DOCSDIR%%/scandir.html
139
%%PORTDOCS%%%%DOCSDIR%%/scandir.html
136
%%PORTDOCS%%%%DOCSDIR%%/servicedir.html
140
%%PORTDOCS%%%%DOCSDIR%%/servicedir.html
137
%%PORTDOCS%%%%DOCSDIR%%/socket-activation.html
141
%%PORTDOCS%%%%DOCSDIR%%/socket-activation.html

Return to bug 252589