FreeBSD Bugzilla – Attachment 251025 Details for
Bug 279116
sysutils/s6-rc update to 0.5.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update sysutils/s6-rc to 0.5.4.2
0004-sysutils-s6-rc-Update-to-0.5.4.2.patch (text/plain), 2.89 KB, created by
crest
on 2024-05-27 19:04:31 UTC
(
hide
)
Description:
Update sysutils/s6-rc to 0.5.4.2
Filename:
MIME Type:
Creator:
crest
Created:
2024-05-27 19:04:31 UTC
Size:
2.89 KB
patch
obsolete
>From b93e0d8861ebeb5f63afcc265ae1044a7a5e1a52 Mon Sep 17 00:00:00 2001 >From: Jan Bramkamp <crest@rlwinm.de> >Date: Mon, 27 May 2024 16:09:01 +0200 >Subject: [PATCH 4/5] [sysutils/s6-rc] Update to 0.5.4.2 > >Also move USES below FLAVORS and FLAVOR in port Makefile as recommended by portlint. > >PR: #279116 -- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279116 > >List of changes between 0.5.4.1 and 0.5.4.2 mentioned in the ./NEWS file: > >In 0.5.4.2 >---------- > - Adaptation to skalibs-2.14.0.0. > - Bugfixes. >--- > sysutils/s6-rc/Makefile | 22 +++++++++++----------- > sysutils/s6-rc/distinfo | 6 +++--- > sysutils/s6-rc/pkg-plist | 2 +- > 3 files changed, 15 insertions(+), 15 deletions(-) > >diff --git a/sysutils/s6-rc/Makefile b/sysutils/s6-rc/Makefile >index 6ed84bbfa331..e40e058bf49e 100644 >--- a/sysutils/s6-rc/Makefile >+++ b/sysutils/s6-rc/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= s6-rc >-DISTVERSION= 0.5.4.1 >+DISTVERSION= 0.5.4.2 > CATEGORIES= sysutils > MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ > >@@ -10,23 +10,23 @@ WWW= https://www.skarnet.org/software/s6-rc/ > LICENSE= ISCL > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= execline>=2.9.3.0:lang/execline \ >- skalibs>=2.13.1.1:devel/skalibs \ >- s6>=2.11.3.2:sysutils/s6 >-RUN_DEPENDS= execline>=2.9.3.0:lang/execline \ >- skalibs>=2.13.1.1:devel/skalibs \ >- s6>=2.11.3.2:sysutils/s6 >+BUILD_DEPENDS= execline>=2.9.5.1:lang/execline \ >+ skalibs>=2.14.1.1:devel/skalibs \ >+ s6>=2.12.0.4:sysutils/s6 >+RUN_DEPENDS= execline>=2.9.5.1:lang/execline \ >+ skalibs>=2.14.1.1:devel/skalibs \ >+ s6>=2.12.0.4:sysutils/s6 > LIB_DEPENDS= libs6.so:sysutils/s6 \ > libskarnet.so:devel/skalibs > >-USES= gmake >+FLAVORS= hier run >+FLAVOR?= ${FLAVORS:[1]} > >+USES= gmake > USE_LDCONFIG= yes > HAS_CONFIGURE= yes > >-FLAVORS= hier run >-FLAVOR?= ${FLAVORS:[1]} >-run_PKGNAMESUFFIX= -run >+run_PKGNAMESUFFIX= -run > > # The only difference between the hier and the run flavors is the default live directory path > # hard coded into the s6-rc utilities allowing their use without passing -l <live_dir>. >diff --git a/sysutils/s6-rc/distinfo b/sysutils/s6-rc/distinfo >index d463f0e156b4..6b38d259c0eb 100644 >--- a/sysutils/s6-rc/distinfo >+++ b/sysutils/s6-rc/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1680559911 >-SHA256 (s6-rc-0.5.4.1.tar.gz) = d7268cab7c5423305cf9598a33d4fcdab8a315952b3ec80f79c85b8cb76158f6 >-SIZE (s6-rc-0.5.4.1.tar.gz) = 101078 >+TIMESTAMP = 1716817196 >+SHA256 (s6-rc-0.5.4.2.tar.gz) = 00bdfa596fa7161512e972ec9282a2abd8fd0e31f09177bad7a2bc3d8f283982 >+SIZE (s6-rc-0.5.4.2.tar.gz) = 100896 >diff --git a/sysutils/s6-rc/pkg-plist b/sysutils/s6-rc/pkg-plist >index ec62c7536573..ec0e06b81467 100644 >--- a/sysutils/s6-rc/pkg-plist >+++ b/sysutils/s6-rc/pkg-plist >@@ -14,7 +14,7 @@ include/s6-rc/s6rc-utils.h > include/s6-rc/s6rc.h > lib/libs6rc.so > lib/libs6rc.so.0.5 >-lib/libs6rc.so.0.5.4.1 >+lib/libs6rc.so.0.5.4.2 > lib/s6-rc/libs6rc.a > libexec/s6-rc-fdholder-filler > libexec/s6-rc-oneshot-run >-- >2.45.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279116
:
251022
|
251023
|
251024
| 251025 |
251026
Working