Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2023.05.
@ 2023-06-02  3:57 atweiden
  2023-06-09  0:37 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: atweiden @ 2023-06-02  3:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/44224

rakudo: update to 2023.05.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


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

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

From 485840b558afd39bbbe416557482e1102eff9343 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Jun 2023 03:30:08 +0000
Subject: [PATCH 1/3] MoarVM: update to 2023.05.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 824c21761c0e..3645a97eda4c 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2023.04
+version=2023.05
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -13,7 +13,7 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
-distfiles="https://github.com/MoarVM/MoarVM/releases/download/${version}/MoarVM-${version}.tar.gz"
-checksum=8e83e894a3e04a213adb340552520f30181d4d280c77a576b5c1ee2214a03364
+distfiles="https://moarvm.org/releases/${pkgname}-${version}.tar.gz"
+checksum=c8e75883c1e1936d71ac081b21e8c2a344c80c6db5b4f8e1e6bb9481dd8b7547
 nocross=yes
 shlib_provides="libmoar.so"

From 059fe6ae8419ad3e5c00ac56cde80a29c943144c Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Jun 2023 03:31:12 +0000
Subject: [PATCH 2/3] nqp: update to 2023.05.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index b79dec039c5b..e5cae983d8a4 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2023.04
+version=2023.05
 revision=1
 build_style=configure
 make_check_target=test
@@ -14,5 +14,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=6735e5e601921cd427651e99bdf63be8338f4b815520803a97985dec488e50b5
+checksum=1402db7e3ca6f2f3dfc1e98aa32e0e2a937e49b2a777a74c62268a98abb3bbd2
 nocross=yes

From 5ea5aed71a63b03fcf6e3ac8c55256f219c4a31c Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Jun 2023 03:32:11 +0000
Subject: [PATCH 3/3] rakudo: update to 2023.05.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 1a19842929b0..a165d5638cd3 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2023.04
+version=2023.05
 revision=1
 build_style=configure
 make_check_target=test
@@ -31,7 +31,7 @@ license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=810b12bd7ef45178fa92371c593094fa731a94e6e4894596bf542222fedd983d
+checksum=cfae1cf1321c8130e4746eb5f5c926f65adc9774e92c1b3a89c2c48f0b22236a
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR REVIEW] rakudo: update to 2023.05.
  2023-06-02  3:57 [PR PATCH] rakudo: update to 2023.05 atweiden
  2023-06-09  0:37 ` [PR REVIEW] " classabbyamp
@ 2023-06-09  0:37 ` classabbyamp
  2023-06-09  0:37 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-06-09  0:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44224#discussion_r1223682713

Comment:
```suggestion
distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
```

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

* Re: [PR REVIEW] rakudo: update to 2023.05.
  2023-06-02  3:57 [PR PATCH] rakudo: update to 2023.05 atweiden
@ 2023-06-09  0:37 ` classabbyamp
  2023-06-09  0:37 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-06-09  0:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44224#discussion_r1223683152

Comment:
```suggestion
distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
```

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

* Re: [PR REVIEW] rakudo: update to 2023.05.
  2023-06-02  3:57 [PR PATCH] rakudo: update to 2023.05 atweiden
  2023-06-09  0:37 ` [PR REVIEW] " classabbyamp
  2023-06-09  0:37 ` classabbyamp
@ 2023-06-09  0:37 ` classabbyamp
  2023-06-09 15:15 ` [PR PATCH] [Updated] " atweiden
  2023-06-10  2:24 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-06-09  0:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44224#discussion_r1223682897

Comment:
```suggestion
distfiles="https://rakudo.org/dl/nqp/nqp-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] rakudo: update to 2023.05.
  2023-06-02  3:57 [PR PATCH] rakudo: update to 2023.05 atweiden
                   ` (2 preceding siblings ...)
  2023-06-09  0:37 ` classabbyamp
@ 2023-06-09 15:15 ` atweiden
  2023-06-10  2:24 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: atweiden @ 2023-06-09 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/44224

rakudo: update to 2023.05.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


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

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

From 27700248c8eda869d7eaf5d0bf62f9cc65f2e838 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Jun 2023 03:30:08 +0000
Subject: [PATCH 1/3] MoarVM: update to 2023.05.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 824c21761c0e..d5a1b302328c 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2023.04
+version=2023.05
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -13,7 +13,7 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
-distfiles="https://github.com/MoarVM/MoarVM/releases/download/${version}/MoarVM-${version}.tar.gz"
-checksum=8e83e894a3e04a213adb340552520f30181d4d280c77a576b5c1ee2214a03364
+distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
+checksum=c8e75883c1e1936d71ac081b21e8c2a344c80c6db5b4f8e1e6bb9481dd8b7547
 nocross=yes
 shlib_provides="libmoar.so"

From ad17b592fcf72b6898ce12d4195d29552356342a Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Jun 2023 03:31:12 +0000
Subject: [PATCH 2/3] nqp: update to 2023.05.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index b79dec039c5b..5c05ed55c9a5 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2023.04
+version=2023.05
 revision=1
 build_style=configure
 make_check_target=test
@@ -13,6 +13,6 @@ short_desc="Lightweight Raku-like environment for virtual machines"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
-distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=6735e5e601921cd427651e99bdf63be8338f4b815520803a97985dec488e50b5
+distfiles="https://rakudo.org/dl/nqp/nqp-${version}.tar.gz"
+checksum=1402db7e3ca6f2f3dfc1e98aa32e0e2a937e49b2a777a74c62268a98abb3bbd2
 nocross=yes

From 14d4dff996ee3cebcb32126af78fd5334bef9b71 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Fri, 2 Jun 2023 03:32:11 +0000
Subject: [PATCH 3/3] rakudo: update to 2023.05.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 1a19842929b0..5ccd01e973fd 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2023.04
+version=2023.05
 revision=1
 build_style=configure
 make_check_target=test
@@ -30,8 +30,8 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
-distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=810b12bd7ef45178fa92371c593094fa731a94e6e4894596bf542222fedd983d
+distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
+checksum=cfae1cf1321c8130e4746eb5f5c926f65adc9774e92c1b3a89c2c48f0b22236a
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Merged]: rakudo: update to 2023.05.
  2023-06-02  3:57 [PR PATCH] rakudo: update to 2023.05 atweiden
                   ` (3 preceding siblings ...)
  2023-06-09 15:15 ` [PR PATCH] [Updated] " atweiden
@ 2023-06-10  2:24 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-06-10  2:24 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2023.05.
https://github.com/void-linux/void-packages/pull/44224

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl


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

end of thread, other threads:[~2023-06-10  2:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02  3:57 [PR PATCH] rakudo: update to 2023.05 atweiden
2023-06-09  0:37 ` [PR REVIEW] " classabbyamp
2023-06-09  0:37 ` classabbyamp
2023-06-09  0:37 ` classabbyamp
2023-06-09 15:15 ` [PR PATCH] [Updated] " atweiden
2023-06-10  2:24 ` [PR PATCH] [Merged]: " classabbyamp

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