Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2019.07.1.
@ 2019-07-30  7:19 voidlinux-github
  2019-07-30  7:35 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-30  7:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages perl6
https://github.com/void-linux/void-packages/pull/13410

rakudo: update to 2019.07.1.


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

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

From 9ce9369ea3316490ff7ddc12eb2b0c3c214d53db Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:43:07 +0100
Subject: [PATCH 1/3] MoarVM: update to 2019.07.1.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index d828cee6bf3..dcae9cdc42b 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -12,6 +12,6 @@ maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=24b00e5228894fa6f70e9caa73114e5c6ec3686b6305e6e463807a93f70ffc04
+checksum=253c945ee6b589ede6949b8e77814542befcbc326190e18ef549634db4955988
 nocross=yes
 shlib_provides="libmoar.so"

From 9fb1347384139a5715d02b4c86ed5b87db86b700 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:45:34 +0100
Subject: [PATCH 2/3] nqp: update to 2019.07.1.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index c200daeb4c0..71b6d4b8621 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -13,6 +13,6 @@ short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://github.com/perl6/nqp"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=03ddced47583189a5ff316c05350f6f39c15f75ce44d38b409a4bb1128857fa0
+distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224
 nocross=yes

From 0eb8432dc81d81615ae4d0cdb334fd4c9e9a9c4a Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:47:12 +0100
Subject: [PATCH 3/3] rakudo: update to 2019.07.1.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index edb7e2cf074..be4628c5f41 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -30,9 +30,9 @@ short_desc="Production-ready, stable implementation of the Perl 6 language"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
-changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=dd5d223ccf4f4c67aef0e405851e4e4aafb082137b4f6b0118d2cd19a41b578d
+changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
+distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=d91dce95ec3f6fca1723c7eacfcbcc823269ba73dc945d778f608f0c878444f7
 nocross=yes
 provides="perl6-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2019.07.1.
  2019-07-30  7:19 [PR PATCH] rakudo: update to 2019.07.1 voidlinux-github
@ 2019-07-30  7:35 ` voidlinux-github
  2019-07-30  7:35 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-30  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages perl6
https://github.com/void-linux/void-packages/pull/13410

rakudo: update to 2019.07.1.


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

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

From 9ce9369ea3316490ff7ddc12eb2b0c3c214d53db Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:43:07 +0100
Subject: [PATCH 1/3] MoarVM: update to 2019.07.1.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index d828cee6bf3..dcae9cdc42b 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -12,6 +12,6 @@ maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=24b00e5228894fa6f70e9caa73114e5c6ec3686b6305e6e463807a93f70ffc04
+checksum=253c945ee6b589ede6949b8e77814542befcbc326190e18ef549634db4955988
 nocross=yes
 shlib_provides="libmoar.so"

From 9fb1347384139a5715d02b4c86ed5b87db86b700 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:45:34 +0100
Subject: [PATCH 2/3] nqp: update to 2019.07.1.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index c200daeb4c0..71b6d4b8621 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -13,6 +13,6 @@ short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://github.com/perl6/nqp"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=03ddced47583189a5ff316c05350f6f39c15f75ce44d38b409a4bb1128857fa0
+distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224
 nocross=yes

From 9189ca708e9a89d0c430887edb8cbab8566a3138 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:47:12 +0100
Subject: [PATCH 3/3] rakudo: update to 2019.07.1.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index edb7e2cf074..01cbe144520 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -9,6 +9,8 @@ configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --libdir=/usr/lib --backends=moar"
 make_dirs="
  /usr/lib/perl6/bin 0755 root root
+ /usr/lib/perl6/core/bin 0755 root root
+ /usr/lib/perl6/core/resources 0755 root root
  /usr/lib/perl6/lib 0755 root root
  /usr/lib/perl6/resources 0755 root root
  /usr/lib/perl6/site/bin 0755 root root
@@ -30,9 +32,9 @@ short_desc="Production-ready, stable implementation of the Perl 6 language"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
-changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=dd5d223ccf4f4c67aef0e405851e4e4aafb082137b4f6b0118d2cd19a41b578d
+changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
+distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=d91dce95ec3f6fca1723c7eacfcbcc823269ba73dc945d778f608f0c878444f7
 nocross=yes
 provides="perl6-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2019.07.1.
  2019-07-30  7:19 [PR PATCH] rakudo: update to 2019.07.1 voidlinux-github
  2019-07-30  7:35 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-30  7:35 ` voidlinux-github
  2019-07-31  8:17 ` voidlinux-github
  2019-07-31  8:17 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-30  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages perl6
https://github.com/void-linux/void-packages/pull/13410

rakudo: update to 2019.07.1.


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

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

From 9ce9369ea3316490ff7ddc12eb2b0c3c214d53db Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:43:07 +0100
Subject: [PATCH 1/3] MoarVM: update to 2019.07.1.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index d828cee6bf3..dcae9cdc42b 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -12,6 +12,6 @@ maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=24b00e5228894fa6f70e9caa73114e5c6ec3686b6305e6e463807a93f70ffc04
+checksum=253c945ee6b589ede6949b8e77814542befcbc326190e18ef549634db4955988
 nocross=yes
 shlib_provides="libmoar.so"

From 9fb1347384139a5715d02b4c86ed5b87db86b700 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:45:34 +0100
Subject: [PATCH 2/3] nqp: update to 2019.07.1.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index c200daeb4c0..71b6d4b8621 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -13,6 +13,6 @@ short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://github.com/perl6/nqp"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=03ddced47583189a5ff316c05350f6f39c15f75ce44d38b409a4bb1128857fa0
+distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224
 nocross=yes

From 9189ca708e9a89d0c430887edb8cbab8566a3138 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:47:12 +0100
Subject: [PATCH 3/3] rakudo: update to 2019.07.1.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index edb7e2cf074..01cbe144520 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -9,6 +9,8 @@ configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --libdir=/usr/lib --backends=moar"
 make_dirs="
  /usr/lib/perl6/bin 0755 root root
+ /usr/lib/perl6/core/bin 0755 root root
+ /usr/lib/perl6/core/resources 0755 root root
  /usr/lib/perl6/lib 0755 root root
  /usr/lib/perl6/resources 0755 root root
  /usr/lib/perl6/site/bin 0755 root root
@@ -30,9 +32,9 @@ short_desc="Production-ready, stable implementation of the Perl 6 language"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
-changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=dd5d223ccf4f4c67aef0e405851e4e4aafb082137b4f6b0118d2cd19a41b578d
+changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
+distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=d91dce95ec3f6fca1723c7eacfcbcc823269ba73dc945d778f608f0c878444f7
 nocross=yes
 provides="perl6-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2019.07.1.
  2019-07-30  7:19 [PR PATCH] rakudo: update to 2019.07.1 voidlinux-github
  2019-07-30  7:35 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-30  7:35 ` voidlinux-github
@ 2019-07-31  8:17 ` voidlinux-github
  2019-07-31  8:17 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-31  8:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages perl6
https://github.com/void-linux/void-packages/pull/13410

rakudo: update to 2019.07.1.


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

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

From 27a0e4f309c55b2dfb0a04af52dfb6fa35757602 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:43:07 +0100
Subject: [PATCH 1/3] MoarVM: update to 2019.07.1.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index d828cee6bf3..483cf290d29 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -11,7 +11,8 @@ short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
 maintainer="Ruslan <axetwe@gmail.com>"
 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=24b00e5228894fa6f70e9caa73114e5c6ec3686b6305e6e463807a93f70ffc04
+checksum=253c945ee6b589ede6949b8e77814542befcbc326190e18ef549634db4955988
 nocross=yes
 shlib_provides="libmoar.so"

From 18500744c4f71029c1c53bd08180f8c1917bc273 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:45:34 +0100
Subject: [PATCH 2/3] nqp: update to 2019.07.1.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index c200daeb4c0..71b6d4b8621 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -13,6 +13,6 @@ short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://github.com/perl6/nqp"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=03ddced47583189a5ff316c05350f6f39c15f75ce44d38b409a4bb1128857fa0
+distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224
 nocross=yes

From f10a7b1e75d1f78ccc7f5b34c95f3a5321f884f2 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:47:12 +0100
Subject: [PATCH 3/3] rakudo: update to 2019.07.1.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index edb7e2cf074..01cbe144520 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -9,6 +9,8 @@ configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --libdir=/usr/lib --backends=moar"
 make_dirs="
  /usr/lib/perl6/bin 0755 root root
+ /usr/lib/perl6/core/bin 0755 root root
+ /usr/lib/perl6/core/resources 0755 root root
  /usr/lib/perl6/lib 0755 root root
  /usr/lib/perl6/resources 0755 root root
  /usr/lib/perl6/site/bin 0755 root root
@@ -30,9 +32,9 @@ short_desc="Production-ready, stable implementation of the Perl 6 language"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
-changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=dd5d223ccf4f4c67aef0e405851e4e4aafb082137b4f6b0118d2cd19a41b578d
+changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
+distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=d91dce95ec3f6fca1723c7eacfcbcc823269ba73dc945d778f608f0c878444f7
 nocross=yes
 provides="perl6-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2019.07.1.
  2019-07-30  7:19 [PR PATCH] rakudo: update to 2019.07.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-31  8:17 ` voidlinux-github
@ 2019-07-31  8:17 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-31  8:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages perl6
https://github.com/void-linux/void-packages/pull/13410

rakudo: update to 2019.07.1.


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

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

From 27a0e4f309c55b2dfb0a04af52dfb6fa35757602 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:43:07 +0100
Subject: [PATCH 1/3] MoarVM: update to 2019.07.1.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index d828cee6bf3..483cf290d29 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -11,7 +11,8 @@ short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
 maintainer="Ruslan <axetwe@gmail.com>"
 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=24b00e5228894fa6f70e9caa73114e5c6ec3686b6305e6e463807a93f70ffc04
+checksum=253c945ee6b589ede6949b8e77814542befcbc326190e18ef549634db4955988
 nocross=yes
 shlib_provides="libmoar.so"

From 18500744c4f71029c1c53bd08180f8c1917bc273 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:45:34 +0100
Subject: [PATCH 2/3] nqp: update to 2019.07.1.

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

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index c200daeb4c0..71b6d4b8621 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -13,6 +13,6 @@ short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://github.com/perl6/nqp"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=03ddced47583189a5ff316c05350f6f39c15f75ce44d38b409a4bb1128857fa0
+distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=7324e5b84903c5063303a3c9fb6205bdf5f071c9778cc695ea746e7d41b12224
 nocross=yes

From f10a7b1e75d1f78ccc7f5b34c95f3a5321f884f2 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 22 Jul 2019 23:47:12 +0100
Subject: [PATCH 3/3] rakudo: update to 2019.07.1.

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

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index edb7e2cf074..01cbe144520 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2019.03
+version=2019.07.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -9,6 +9,8 @@ configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --libdir=/usr/lib --backends=moar"
 make_dirs="
  /usr/lib/perl6/bin 0755 root root
+ /usr/lib/perl6/core/bin 0755 root root
+ /usr/lib/perl6/core/resources 0755 root root
  /usr/lib/perl6/lib 0755 root root
  /usr/lib/perl6/resources 0755 root root
  /usr/lib/perl6/site/bin 0755 root root
@@ -30,9 +32,9 @@ short_desc="Production-ready, stable implementation of the Perl 6 language"
 maintainer="Ruslan <axetwe@gmail.com>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
-changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
-distfiles="https://rakudo.perl6.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=dd5d223ccf4f4c67aef0e405851e4e4aafb082137b4f6b0118d2cd19a41b578d
+changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
+distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz"
+checksum=d91dce95ec3f6fca1723c7eacfcbcc823269ba73dc945d778f608f0c878444f7
 nocross=yes
 provides="perl6-${version}_${revision}"
 

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

end of thread, other threads:[~2019-07-31  8:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30  7:19 [PR PATCH] rakudo: update to 2019.07.1 voidlinux-github
2019-07-30  7:35 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-30  7:35 ` voidlinux-github
2019-07-31  8:17 ` voidlinux-github
2019-07-31  8:17 ` 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).