Skip to content

Commit

Permalink
sysutils/s6: Update to 2.11.2.0
Browse files Browse the repository at this point in the history
PR:		269592
Reported by:	crest@rlwinm.de (maintainer)
  • Loading branch information
fernape committed Feb 18, 2023
1 parent 3d35993 commit 28c258d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
5 changes: 3 additions & 2 deletions sysutils/s6/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= s6
PORTVERSION= 2.11.1.1
PORTVERSION= 2.11.2.0
CATEGORIES= sysutils
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/

Expand All @@ -10,7 +10,7 @@ WWW= https://www.skarnet.org/software/s6/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= execline>=2.9.0.0:lang/execline
BUILD_DEPENDS= execline>=2.9.1.0:lang/execline
LIB_DEPENDS= libskarnet.so:devel/skalibs
RUN_DEPENDS= execlineb:lang/execline

Expand Down Expand Up @@ -38,6 +38,7 @@ DOCS= AUTHORS README doc/*.html
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libs6.so.${PORTVERSION}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libs6auto.so.${PORTVERSION}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/s6lockd-helper
cd ${WRKDIR} && ${INSTALL_SCRIPT} s6-svscanboot \
${STAGEDIR}${PREFIX}/bin
Expand Down
6 changes: 3 additions & 3 deletions sysutils/s6/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1656025725
SHA256 (s6-2.11.1.1.tar.gz) = 1cef7f7b3a7e01181fbb6fe8300e6ba422d9689007221c78af1f99528acb6c38
SIZE (s6-2.11.1.1.tar.gz) = 228878
TIMESTAMP = 1676558034
SHA256 (s6-2.11.2.0.tar.gz) = 9fb43690e6018d94733b4dc18cc6926f02454508a4dd86060c9b4b9d20dc8037
SIZE (s6-2.11.2.0.tar.gz) = 246294
21 changes: 20 additions & 1 deletion sysutils/s6/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ bin/s6-ftrig-listen1
bin/s6-ftrig-notify
bin/s6-ftrig-wait
bin/s6-ftrigrd
bin/s6-instance-control
bin/s6-instance-create
bin/s6-instance-delete
bin/s6-instance-list
bin/s6-instance-maker
bin/s6-instance-status
bin/s6-ioconnect
bin/s6-ipcclient
bin/s6-ipcserver
Expand Down Expand Up @@ -62,24 +68,31 @@ bin/ucspilogd
@sample %%ETCDIR%%/s6-svscan/env/PATH.sample
@sample %%ETCDIR%%/s6-svscan/finish.sample
include/s6/accessrules.h
include/s6/auto.h
include/s6/compat.h
include/s6/config.h
include/s6/fdholder.h
include/s6/ftrigr.h
include/s6/ftrigw.h
include/s6/lock.h
include/s6/s6.h
include/s6/servicedir.h
include/s6/supervise.h
lib/libs6.so
lib/libs6.so.2.11
lib/libs6.so.2.11.1.1
lib/libs6.so.2.11.2.0
lib/libs6auto.so
lib/libs6auto.so.2.11
lib/libs6auto.so.2.11.2.0
lib/s6/libs6.a
lib/s6/libs6auto.a
libexec/s6lockd-helper
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/fifodir.html
%%PORTDOCS%%%%DOCSDIR%%/ftrig.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/instances.html
%%PORTDOCS%%%%DOCSDIR%%/localservice.html
%%PORTDOCS%%%%DOCSDIR%%/notifywhenup.html
%%PORTDOCS%%%%DOCSDIR%%/overview.html
Expand All @@ -105,6 +118,12 @@ libexec/s6lockd-helper
%%PORTDOCS%%%%DOCSDIR%%/s6-ftrig-listen1.html
%%PORTDOCS%%%%DOCSDIR%%/s6-ftrig-notify.html
%%PORTDOCS%%%%DOCSDIR%%/s6-ftrig-wait.html
%%PORTDOCS%%%%DOCSDIR%%/s6-instance-control.html
%%PORTDOCS%%%%DOCSDIR%%/s6-instance-create.html
%%PORTDOCS%%%%DOCSDIR%%/s6-instance-delete.html
%%PORTDOCS%%%%DOCSDIR%%/s6-instance-list.html
%%PORTDOCS%%%%DOCSDIR%%/s6-instance-maker.html
%%PORTDOCS%%%%DOCSDIR%%/s6-instance-status.html
%%PORTDOCS%%%%DOCSDIR%%/s6-ioconnect.html
%%PORTDOCS%%%%DOCSDIR%%/s6-ipcclient.html
%%PORTDOCS%%%%DOCSDIR%%/s6-ipcserver-access.html
Expand Down

0 comments on commit 28c258d

Please sign in to comment.