Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2023.04.
@ 2023-04-26  0:42 atweiden
  2023-04-26  1:09 ` [PR PATCH] [Updated] " atweiden
  2023-04-27  2:26 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: atweiden @ 2023-04-26  0:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 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/43616

rakudo: update to 2023.04.
#### 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/43616.patch is attached

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

From 0118a0c1a126791b6012a4453f24739c593c898e Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 26 Apr 2023 00:20:09 +0000
Subject: [PATCH 1/3] MoarVM: update to 2023.04.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 51fb1efbd966..824c21761c0e 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2023.02
+version=2023.04
 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://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=67e214d44d5f626787ca7f04424043a639308a43a7777b6fa41926b7240e0dc5
+distfiles="https://github.com/MoarVM/MoarVM/releases/download/${version}/MoarVM-${version}.tar.gz"
+checksum=8e83e894a3e04a213adb340552520f30181d4d280c77a576b5c1ee2214a03364
 nocross=yes
 shlib_provides="libmoar.so"

From 06233e3802dac67c42c1b579ea52208e86b4edb6 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 26 Apr 2023 00:21:07 +0000
Subject: [PATCH 2/3] nqp: update to 2023.04.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 44cfed83629d..b79dec039c5b 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2023.02
+version=2023.04
 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=e35ed5ed94ec32a6d730ee815bf85c5fcf88a867fac6566368c1ad49fe63b53f
+checksum=6735e5e601921cd427651e99bdf63be8338f4b815520803a97985dec488e50b5
 nocross=yes

From 7bd0a70dc38fb45d005d914588c8bfd9875c2df8 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 26 Apr 2023 00:22:12 +0000
Subject: [PATCH 3/3] rakudo: update to 2023.04.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index e61a15e87ef8..5fe1ece633a2 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2023.02
+version=2023.04
 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=fd1686aa2cf32eb9f0eb7d0d6f96dfc897cf53ccf89eda7d225b68738093aa11
+checksum=810b12bd7ef45178fa92371c593094fa731a94e6e4894596bf542222fedd983d
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2023.04.
  2023-04-26  0:42 [PR PATCH] rakudo: update to 2023.04 atweiden
@ 2023-04-26  1:09 ` atweiden
  2023-04-27  2:26 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: atweiden @ 2023-04-26  1:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 478 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/43616

rakudo: update to 2023.04.
#### 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/43616.patch is attached

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

From 0118a0c1a126791b6012a4453f24739c593c898e Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 26 Apr 2023 00:20:09 +0000
Subject: [PATCH 1/3] MoarVM: update to 2023.04.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 51fb1efbd966..824c21761c0e 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2023.02
+version=2023.04
 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://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=67e214d44d5f626787ca7f04424043a639308a43a7777b6fa41926b7240e0dc5
+distfiles="https://github.com/MoarVM/MoarVM/releases/download/${version}/MoarVM-${version}.tar.gz"
+checksum=8e83e894a3e04a213adb340552520f30181d4d280c77a576b5c1ee2214a03364
 nocross=yes
 shlib_provides="libmoar.so"

From 06233e3802dac67c42c1b579ea52208e86b4edb6 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 26 Apr 2023 00:21:07 +0000
Subject: [PATCH 2/3] nqp: update to 2023.04.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 44cfed83629d..b79dec039c5b 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2023.02
+version=2023.04
 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=e35ed5ed94ec32a6d730ee815bf85c5fcf88a867fac6566368c1ad49fe63b53f
+checksum=6735e5e601921cd427651e99bdf63be8338f4b815520803a97985dec488e50b5
 nocross=yes

From 50a2f6c4e8233733796df9bc01394f3371e712c8 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 26 Apr 2023 00:22:12 +0000
Subject: [PATCH 3/3] rakudo: update to 2023.04.

rm failing test
- https://github.com/rakudo/rakudo/issues/3824
- https://github.com/rakudo/rakudo/commit/51ea87a3e76324b3c232e26cf5e3e7ea339c17f7
---
 srcpkgs/rakudo/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index e61a15e87ef8..1a19842929b0 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2023.02
+version=2023.04
 revision=1
 build_style=configure
 make_check_target=test
@@ -31,10 +31,15 @@ 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=fd1686aa2cf32eb9f0eb7d0d6f96dfc897cf53ccf89eda7d225b68738093aa11
+checksum=810b12bd7ef45178fa92371c593094fa731a94e6e4894596bf542222fedd983d
 nocross=yes
 provides="raku-${version}_${revision}"
 
+post_extract() {
+	# remove failing test
+	rm --force t/09-moar/01-profilers.t
+}
+
 post_install() {
 	vbin tools/install-dist.raku raku-install-dist
 }

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

* Re: [PR PATCH] [Merged]: rakudo: update to 2023.04.
  2023-04-26  0:42 [PR PATCH] rakudo: update to 2023.04 atweiden
  2023-04-26  1:09 ` [PR PATCH] [Updated] " atweiden
@ 2023-04-27  2:26 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-27  2:26 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2023.04.
https://github.com/void-linux/void-packages/pull/43616

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] 3+ messages in thread

end of thread, other threads:[~2023-04-27  2:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26  0:42 [PR PATCH] rakudo: update to 2023.04 atweiden
2023-04-26  1:09 ` [PR PATCH] [Updated] " atweiden
2023-04-27  2:26 ` [PR PATCH] [Merged]: " abenson

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