diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-11 21:26:57 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-11 21:26:57 +0000 |
commit | e4be51676a70b91036711bbdf7c2e86d07dadf1e (patch) | |
tree | 281e7436811446b996c936cc7debed164eaf70cf | |
parent | lang/execline: Update execline to version 2.7.0.0 (diff) |
sysutils/s6: Update to version 2.10.0.0
PR: 252589
Submitted by: crest@rlwinm.de (maintainer)
Notes
Notes:
svn path=/head/; revision=561275
-rw-r--r-- | sysutils/s6/Makefile | 4 | ||||
-rw-r--r-- | sysutils/s6/distinfo | 6 | ||||
-rw-r--r-- | sysutils/s6/pkg-plist | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/s6/Makefile b/sysutils/s6/Makefile index ef1c442c88d6..8b6c9bbad572 100644 --- a/sysutils/s6/Makefile +++ b/sysutils/s6/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= s6 -PORTVERSION= 2.9.1.0 +PORTVERSION= 2.10.0.0 CATEGORIES= sysutils MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ @@ -12,7 +12,7 @@ COMMENT= Skarnet.org supervision suite LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= execline>=2.6.0.1:lang/execline +BUILD_DEPENDS= execline>=2.7.0.0:lang/execline LIB_DEPENDS= libskarnet.so:devel/skalibs RUN_DEPENDS= execlineb:lang/execline diff --git a/sysutils/s6/distinfo b/sysutils/s6/distinfo index 6b8d14e59aeb..8585909b88aa 100644 --- a/sysutils/s6/distinfo +++ b/sysutils/s6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587124862 -SHA256 (s6-2.9.1.0.tar.gz) = 05e259532c6db8cb23f5f79938669cee30152008ac9e792ff4acb26db9a01ff7 -SIZE (s6-2.9.1.0.tar.gz) = 204160 +TIMESTAMP = 1610387539 +SHA256 (s6-2.10.0.0.tar.gz) = 60a69caf14bcea28aa69bc64b1fb7ed0f6c65ae1f20d1e78a553f25141cbf877 +SIZE (s6-2.10.0.0.tar.gz) = 218091 diff --git a/sysutils/s6/pkg-plist b/sysutils/s6/pkg-plist index defd03f74e0b..a199d38b3fab 100644 --- a/sysutils/s6/pkg-plist +++ b/sysutils/s6/pkg-plist @@ -44,6 +44,7 @@ bin/s6-svdt-clear bin/s6-svlisten bin/s6-svlisten1 bin/s6-svok +bin/s6-svperms bin/s6-svscan bin/s6-svscanboot bin/s6-svscanctl @@ -51,6 +52,7 @@ bin/s6-svstat bin/s6-svwait bin/s6-tai64n bin/s6-tai64nlocal +bin/s6-usertree-maker bin/s6lockd bin/ucspilogd @sample %%ETCDIR%%/s6-svscan-log/run.sample @@ -66,8 +68,8 @@ include/s6/s6-supervise.h include/s6/s6.h include/s6/s6lock.h lib/libs6.so -lib/libs6.so.2.9 -lib/libs6.so.2.9.1.0 +lib/libs6.so.2.10 +lib/libs6.so.2.10.0.0 lib/s6/libs6.a libexec/s6lockd-helper %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @@ -124,6 +126,7 @@ libexec/s6lockd-helper %%PORTDOCS%%%%DOCSDIR%%/s6-svlisten.html %%PORTDOCS%%%%DOCSDIR%%/s6-svlisten1.html %%PORTDOCS%%%%DOCSDIR%%/s6-svok.html +%%PORTDOCS%%%%DOCSDIR%%/s6-svperms.html %%PORTDOCS%%%%DOCSDIR%%/s6-svscan-1.html %%PORTDOCS%%%%DOCSDIR%%/s6-svscan-not-1.html %%PORTDOCS%%%%DOCSDIR%%/s6-svscan.html @@ -132,6 +135,7 @@ libexec/s6lockd-helper %%PORTDOCS%%%%DOCSDIR%%/s6-svwait.html %%PORTDOCS%%%%DOCSDIR%%/s6-tai64n.html %%PORTDOCS%%%%DOCSDIR%%/s6-tai64nlocal.html +%%PORTDOCS%%%%DOCSDIR%%/s6-usertree-maker.html %%PORTDOCS%%%%DOCSDIR%%/scandir.html %%PORTDOCS%%%%DOCSDIR%%/servicedir.html %%PORTDOCS%%%%DOCSDIR%%/socket-activation.html |