Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Fix s6 rc
@ 2019-09-25 12:09 voidlinux-github
  2019-09-25 12:40 ` voidlinux-github
  2019-09-25 12:40 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-09-25 12:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages fix_s6-rc
https://github.com/void-linux/void-packages/pull/14699

Fix s6 rc
@Hoshpak Looks like s6-rc wasn't updated correctly the other day.

```
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,17 +1,18 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
 version=0.5.0.0
-revision=6
+revision=1
```

A patch file from https://github.com/void-linux/void-packages/pull/14699.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix_s6-rc-14699.patch --]
[-- Type: text/x-diff, Size: 1904 bytes --]

From f38a4e2e69999c326490987ce8663c9c8375f265 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 25 Sep 2019 07:06:32 -0500
Subject: [PATCH 1/2] s6-rc: update to 0.5.1.0.

---
 srcpkgs/s6-rc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index d14192798f4..14da7d602fb 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,6 +1,6 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.0.0
+version=0.5.1.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=cb7f033965a6c1b6f500cbb7a2f3ecdf2310fbb18f79e7a2a384541413b9275d
+checksum=93c02d0b505c036c332e13769154d82c9e31e4dd99f3ba80aa97d377ca9ac11c
 
 post_install() {
 	vlicense COPYING

From 3d5fc3a1d738d9bcf79dced6dd464d90ce45a1fd Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 25 Sep 2019 07:07:44 -0500
Subject: [PATCH 2/2] 66: unbreak

---
 srcpkgs/66/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index c35d2aa2855..adb86308a14 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -18,7 +18,6 @@ homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
 checksum=9c3430ab291ec83e74faa05634614e1d851e2bc18fe173963d8fe5313c2dd337
-broken="https://build.voidlinux.org/builders/x86_64_builder/builds/20124/steps/shell_3/logs/stdio"
 
 conf_files="/etc/66/init /etc/66/init.conf"
 make_dirs="

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fix s6 rc
  2019-09-25 12:09 [PR PATCH] Fix s6 rc voidlinux-github
@ 2019-09-25 12:40 ` voidlinux-github
  2019-09-25 12:40 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-09-25 12:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14699#issuecomment-535002478

Comment:
Thanks a lot!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: Fix s6 rc
  2019-09-25 12:09 [PR PATCH] Fix s6 rc voidlinux-github
  2019-09-25 12:40 ` voidlinux-github
@ 2019-09-25 12:40 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-09-25 12:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

There's a merged pull request on the void-packages repository

Fix s6 rc
https://github.com/void-linux/void-packages/pull/14699

Description:
@Hoshpak Looks like s6-rc wasn't updated correctly the other day.

```
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,17 +1,18 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
 version=0.5.0.0
-revision=6
+revision=1
```

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-25 12:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 12:09 [PR PATCH] Fix s6 rc voidlinux-github
2019-09-25 12:40 ` voidlinux-github
2019-09-25 12:40 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).