Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] 66 update
Date: Fri, 01 May 2020 11:40:11 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21511@inbox.vuxu.org> (raw)

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

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

https://github.com/mobinmob/void-packages 66-update
https://github.com/void-linux/void-packages/pull/21511

66 update


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-66-update-21511.patch --]
[-- Type: text/x-diff, Size: 3478 bytes --]

From bc2b5c16f97d6255b17dd63ba60f24f9c1ca8df3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 May 2020 12:31:36 +0300
Subject: [PATCH 1/3] oblibs: update to 0.0.6.1.

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

diff --git a/srcpkgs/oblibs/template b/srcpkgs/oblibs/template
index dfc4f8132ff..209590bccf8 100644
--- a/srcpkgs/oblibs/template
+++ b/srcpkgs/oblibs/template
@@ -1,6 +1,6 @@
 # Template file for 'oblibs'
 pkgname=oblibs
-version=0.0.6.0
+version=0.0.6.1
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=configure
@@ -11,7 +11,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="https://framagit.org/Obarun/oblibs"
 distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
-checksum=ddb55bedf89456c4876efaac34294fb239b0858621b63cfea31f3859faa79ce3
+checksum=a5902927c4fef7f38d5dd397decee9ba05b8cc5cdccee536cfd6b8c3b4468726
 
 post_install() {
 	vlicense COPYING

From 2e6a8eeedde4a0c879a77233f20dcc8f99037a80 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 May 2020 12:31:47 +0300
Subject: [PATCH 2/3] 66: update to 0.3.0.1.

---
 srcpkgs/66/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 3ea3131d9a6..61b4035bf54 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,12 +1,13 @@
 # Template file for '66'
 pkgname=66
-version=0.2.5.2
-revision=2
+version=0.3.0.1
+revision=1
 wrksrc="66-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
- --with-lib=${XBPS_CROSS_BASE}/usr/lib"
+ --with-lib=${XBPS_CROSS_BASE}/usr/lib
+ --with-s6-log-timestamp=iso"
 hostmakedepends="pkg-config scdoc"
 makedepends="oblibs-devel skalibs-devel execline-devel s6-devel
 s6-rc-devel procps-ng-devel"
@@ -15,9 +16,9 @@ short_desc="Small tools built around s6 and s6-rc programs"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="http://web.obarun.org/software/"
-changelog="https://framagit.org/Obarun/66/raw/master/NEWS"
+changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=a097e96b4a7470aac33168920789e0061d1c15e462a469ffc680d5938a1e4462
+checksum=65f88882ff7bdd6c3e87782149c2878f2969e4be015e9a086cd5f58e4cd591ab
 
 conf_files="/etc/66/init /etc/66/init.conf"
 make_dirs="
@@ -27,7 +28,6 @@ make_dirs="
 /etc/66/service 0755 root root
 /etc/66/conf 0755 root root"
 
-
 pre_build() {
 	make man
 }
@@ -38,7 +38,7 @@ post_install() {
 	for i in doc/html/*.html ; do
 		vdoc $i
 	done
-	vdoc README
+	vdoc README.md
 	for i in doc/man/*.{1,5,8} ; do
 		vman $i
 	done

From 77cab128e7c42887e47257c0d00bb6360245047f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 1 May 2020 12:32:02 +0300
Subject: [PATCH 3/3] 66-tools: revbump for oblibs update

---
 srcpkgs/66-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/66-tools/template b/srcpkgs/66-tools/template
index 4ce2cb56103..7c8c67bfa93 100644
--- a/srcpkgs/66-tools/template
+++ b/srcpkgs/66-tools/template
@@ -1,7 +1,7 @@
 # Template file for '66-tools'
 pkgname=66-tools
 version=0.0.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=configure
 configure_args="--prefix=/usr

             reply	other threads:[~2020-05-01  9:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01  9:40 mobinmob [this message]
2020-05-01 11:12 ` [PR PATCH] [Merged]: " Hoshpak
  -- strict thread matches above, loose matches on Subject: below --
2020-01-17 16:23 [PR PATCH] " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21511@inbox.vuxu.org \
    --to=mobinmob@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).