Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bmake: update to 20200506.
@ 2020-05-09 11:03 mobinmob
  2020-05-11 18:34 ` [PR PATCH] [Updated] " mobinmob
  2020-05-12 17:55 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2020-05-09 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages bmake
https://github.com/void-linux/void-packages/pull/21780

bmake: update to 20200506.


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

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

From fe6d970ba37678b4edc45b2ca37552fe46952cc2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 9 May 2020 14:02:05 +0300
Subject: [PATCH] bmake: update to 20200506.

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

diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template
index ebd99170b00..dbdb79a1736 100644
--- a/srcpkgs/bmake/template
+++ b/srcpkgs/bmake/template
@@ -1,6 +1,6 @@
 # Template file for 'bmake'
 pkgname=bmake
-version=20200402
+version=20200506
 revision=1
 create_wrksrc=yes
 short_desc="Portable version of the NetBSD make build tool"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://www.crufty.net/help/sjg/bmake.html"
 distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
-checksum=cf15f204ad8eea3396c2c7179b5ec0cffb06c9628b6f91050c6f2cbcaabb8928
+checksum=0ac33c9bb00f12e54a3571e492f8c88cd835f6df64533d008e188a47373538e2
 python_version=2 #unverified
 
 do_configure() {

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

* Re: [PR PATCH] [Updated] bmake: update to 20200506.
  2020-05-09 11:03 [PR PATCH] bmake: update to 20200506 mobinmob
@ 2020-05-11 18:34 ` mobinmob
  2020-05-12 17:55 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2020-05-11 18:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages bmake
https://github.com/void-linux/void-packages/pull/21780

bmake: update to 20200506.


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

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

From 2fcc15cd6ec2e793e2b837cc36650533b5c631e9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 9 May 2020 14:02:05 +0300
Subject: [PATCH] bmake: update to 20200506.

---
 srcpkgs/bmake/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template
index ebd99170b00..98b2afe2a22 100644
--- a/srcpkgs/bmake/template
+++ b/srcpkgs/bmake/template
@@ -1,6 +1,6 @@
 # Template file for 'bmake'
 pkgname=bmake
-version=20200402
+version=20200506
 revision=1
 create_wrksrc=yes
 short_desc="Portable version of the NetBSD make build tool"
@@ -8,8 +8,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://www.crufty.net/help/sjg/bmake.html"
 distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
-checksum=cf15f204ad8eea3396c2c7179b5ec0cffb06c9628b6f91050c6f2cbcaabb8928
-python_version=2 #unverified
+checksum=0ac33c9bb00f12e54a3571e492f8c88cd835f6df64533d008e188a47373538e2
+python_version=3
 
 do_configure() {
 	cd bmake

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

* Re: [PR PATCH] [Merged]: bmake: update to 20200506.
  2020-05-09 11:03 [PR PATCH] bmake: update to 20200506 mobinmob
  2020-05-11 18:34 ` [PR PATCH] [Updated] " mobinmob
@ 2020-05-12 17:55 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-05-12 17:55 UTC (permalink / raw)
  To: ml

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

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

bmake: update to 20200506.
https://github.com/void-linux/void-packages/pull/21780

Description:


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

end of thread, other threads:[~2020-05-12 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 11:03 [PR PATCH] bmake: update to 20200506 mobinmob
2020-05-11 18:34 ` [PR PATCH] [Updated] " mobinmob
2020-05-12 17:55 ` [PR PATCH] [Merged]: " Hoshpak

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).