mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/s6: Update to version 2.13.1.0
Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/s6/plain/NEWS PR: 283100, 282021 MFH: 2024Q4 Reported by: Saj Goonatilleke <sg@redu.cx>
This commit is contained in:
parent
0054794412
commit
5a326a7961
3 changed files with 17 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= s6
|
||||
DISTVERSION= 2.12.0.4
|
||||
DISTVERSION= 2.13.1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
|
||||
|
||||
|
@ -10,8 +10,8 @@ WWW= https://www.skarnet.org/software/s6/
|
|||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= execline>=2.9.5.1:lang/execline \
|
||||
skalibs>=2.14.1.1:devel/skalibs
|
||||
BUILD_DEPENDS= execline>=2.9.6.1:lang/execline \
|
||||
skalibs>=2.14.3.0:devel/skalibs
|
||||
LIB_DEPENDS= libskarnet.so:devel/skalibs
|
||||
RUN_DEPENDS= execlineb:lang/execline
|
||||
|
||||
|
@ -28,7 +28,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|||
--with-default-path=${LOCALBASE}/bin:/usr/bin:/bin \
|
||||
--with-include=${LOCALBASE}/include \
|
||||
--with-dynlib=${LOCALBASE}/lib \
|
||||
--with-lib=${LOCALBASE}/lib/skalibs \
|
||||
--with-lib=${LOCALBASE}/lib \
|
||||
--with-lib=${LOCALBASE}/lib/execline \
|
||||
--enable-shared
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1716814822
|
||||
SHA256 (s6-2.12.0.4.tar.gz) = c95d51787602e0c8c8e4f92a710cbdaa4ee797ee886e71342727e2974f95c06b
|
||||
SIZE (s6-2.12.0.4.tar.gz) = 255314
|
||||
TIMESTAMP = 1733241979
|
||||
SHA256 (s6-2.13.1.0.tar.gz) = bf0614cf52957cb0af04c7b02d10ebd6c5e023c9d46335cbf75484eed3e2ce7e
|
||||
SIZE (s6-2.13.1.0.tar.gz) = 256614
|
||||
|
|
|
@ -77,14 +77,18 @@ include/s6/lock.h
|
|||
include/s6/s6.h
|
||||
include/s6/servicedir.h
|
||||
include/s6/supervise.h
|
||||
lib/libs6.a
|
||||
@mode 755
|
||||
lib/libs6.so
|
||||
lib/libs6.so.2.12
|
||||
lib/libs6.so.2.12.0.4
|
||||
lib/libs6.so.2.13
|
||||
@mode
|
||||
lib/libs6.so.2.13.1.0
|
||||
lib/libs6auto.a
|
||||
@mode 755
|
||||
lib/libs6auto.so
|
||||
lib/libs6auto.so.2.12
|
||||
lib/libs6auto.so.2.12.0.4
|
||||
lib/s6/libs6.a
|
||||
lib/s6/libs6auto.a
|
||||
lib/libs6auto.so.2.13
|
||||
@mode
|
||||
lib/libs6auto.so.2.13.1.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fifodir.html
|
||||
|
|
Loading…
Add table
Reference in a new issue