sysutils/s6: Update to version 2.10.0.0
PR: 252589 Submitted by: crest@rlwinm.de (maintainer)
This commit is contained in:
parent
0fb53f2987
commit
e4be51676a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561275
3 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue