mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
sysutils/s6: Update to version 2.9.1.0
PR: 245694 Submitted by: crest@rlwinm.de (maintainer)
This commit is contained in:
parent
890b402558
commit
ba63faeac9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532888
3 changed files with 8 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= s6
|
||||
PORTVERSION= 2.8.0.0
|
||||
PORTVERSION= 2.9.1.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.5.0.1:lang/execline
|
||||
BUILD_DEPENDS= execline>=2.6.0.1:lang/execline
|
||||
LIB_DEPENDS= libskarnet.so:devel/skalibs
|
||||
RUN_DEPENDS= execlineb:lang/execline
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1554121132
|
||||
SHA256 (s6-2.8.0.0.tar.gz) = 284792d8bebecc2c0c1f8318149dac9e6d52fe7756d5de55b4bb47a84ba7b106
|
||||
SIZE (s6-2.8.0.0.tar.gz) = 207958
|
||||
TIMESTAMP = 1587124862
|
||||
SHA256 (s6-2.9.1.0.tar.gz) = 05e259532c6db8cb23f5f79938669cee30152008ac9e792ff4acb26db9a01ff7
|
||||
SIZE (s6-2.9.1.0.tar.gz) = 204160
|
||||
|
|
|
@ -7,19 +7,12 @@ bin/s6-envdir
|
|||
bin/s6-envuidgid
|
||||
bin/s6-fdholder-daemon
|
||||
bin/s6-fdholder-delete
|
||||
bin/s6-fdholder-deletec
|
||||
bin/s6-fdholder-getdump
|
||||
bin/s6-fdholder-getdumpc
|
||||
bin/s6-fdholder-list
|
||||
bin/s6-fdholder-listc
|
||||
bin/s6-fdholder-retrieve
|
||||
bin/s6-fdholder-retrievec
|
||||
bin/s6-fdholder-setdump
|
||||
bin/s6-fdholder-setdumpc
|
||||
bin/s6-fdholder-store
|
||||
bin/s6-fdholder-storec
|
||||
bin/s6-fdholder-transferdump
|
||||
bin/s6-fdholder-transferdumpc
|
||||
bin/s6-fdholderd
|
||||
bin/s6-fghack
|
||||
bin/s6-ftrig-listen
|
||||
|
@ -64,6 +57,7 @@ bin/ucspilogd
|
|||
@sample %%ETCDIR%%/s6-svscan/env/PATH.sample
|
||||
@sample %%ETCDIR%%/s6-svscan/finish.sample
|
||||
include/s6/accessrules.h
|
||||
include/s6/compat.h
|
||||
include/s6/config.h
|
||||
include/s6/ftrigr.h
|
||||
include/s6/ftrigw.h
|
||||
|
@ -72,9 +66,8 @@ include/s6/s6-supervise.h
|
|||
include/s6/s6.h
|
||||
include/s6/s6lock.h
|
||||
lib/libs6.so
|
||||
lib/libs6.so.2.8
|
||||
lib/libs6.so.2.8.0
|
||||
lib/libs6.so.2.8.0.0
|
||||
lib/libs6.so.2.9
|
||||
lib/libs6.so.2.9.1.0
|
||||
lib/s6/libs6.a
|
||||
libexec/s6lockd-helper
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
@ -94,20 +87,13 @@ libexec/s6lockd-helper
|
|||
%%PORTDOCS%%%%DOCSDIR%%/s6-envuidgid.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-daemon.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-delete.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-deletec.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-errorcodes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-getdump.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-getdumpc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-list.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-listc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-retrieve.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-retrievec.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-setdump.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-setdumpc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-store.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-storec.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-transferdump.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholder-transferdumpc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fdholderd.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-fghack.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s6-ftrig-listen.html
|
||||
|
@ -149,7 +135,6 @@ libexec/s6lockd-helper
|
|||
%%PORTDOCS%%%%DOCSDIR%%/scandir.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/servicedir.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/socket-activation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/systemd.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ucspilogd.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/why.html
|
||||
|
|
Loading…
Add table
Reference in a new issue