Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Perl: update few
@ 2021-09-11 15:11 dkwo
  2021-09-12 17:04 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: dkwo @ 2021-09-11 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages perl
https://github.com/void-linux/void-packages/pull/32931

Perl: update few
Builds and tests fine on `x86_64-musl`.

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

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

From 1f5cb5b62011de7844a7a2f2bfca0f61a71602f5 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 11 Sep 2021 16:28:37 +0200
Subject: [PATCH 1/3] perl-Class-Data-Inheritable: update to 0.09

---
 srcpkgs/perl-Class-Data-Inheritable/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-Class-Data-Inheritable/template b/srcpkgs/perl-Class-Data-Inheritable/template
index e1bcecd14a0d..a6d59b32a120 100644
--- a/srcpkgs/perl-Class-Data-Inheritable/template
+++ b/srcpkgs/perl-Class-Data-Inheritable/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-Class-Data-Inheritable'
 pkgname=perl-Class-Data-Inheritable
-version=0.08
-revision=3
+version=0.09
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
@@ -13,4 +13,4 @@ maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/Class-Data-Inheritable"
 distfiles="$CPAN_SITE/Class/Class-Data-Inheritable-${version}.tar.gz"
-checksum=9967feceea15227e442ec818723163eb6d73b8947e31f16ab806f6e2391af14a
+checksum=44088d6e90712e187b8a5b050ca5b1c70efe2baa32ae123e9bd8f59f29f06e4d

From 28cbeb22dcf7776e6bb013c4489bd1287a65bb1d Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 11 Sep 2021 16:30:13 +0200
Subject: [PATCH 2/3] perl-DateTime-Calendar-Julian: update to 0.105

---
 srcpkgs/perl-DateTime-Calendar-Julian/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-DateTime-Calendar-Julian/template b/srcpkgs/perl-DateTime-Calendar-Julian/template
index c1ddef19791b..eb6ec2519e0b 100644
--- a/srcpkgs/perl-DateTime-Calendar-Julian/template
+++ b/srcpkgs/perl-DateTime-Calendar-Julian/template
@@ -1,6 +1,6 @@
 # Template file for 'perl-DateTime-Calendar-Julian'
 pkgname=perl-DateTime-Calendar-Julian
-version=0.104
+version=0.105
 revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
@@ -10,6 +10,6 @@ depends="${makedepends}"
 short_desc="DateTime::Calendar::Julian - Dates in the Julian calendar"
 maintainer="svenper <svenper@tuta.io>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
-homepage="https://metacpan.org/release/DateTime-Calendar-Julian/"
+homepage="https://metacpan.org/release/DateTime-Calendar-Julian"
 distfiles="${CPAN_SITE}/DateTime/${pkgname/perl-/}-${version}.tar.gz"
-checksum=76f2157120306b6fe3dfe64c931d9073a2efca4ddaa31d49c0e34e5d4e7617c6
+checksum=45562160fedfa5fc332b3c7e5635bd678a65c1b810c2d7c59ed410d12e8405be

From fb6f4f64db3a68b05501d5d6f45db7cf8f1fbc1a Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 11 Sep 2021 16:38:26 +0200
Subject: [PATCH 3/3] perl-XML-Writer: update to 0.900

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

diff --git a/srcpkgs/perl-XML-Writer/template b/srcpkgs/perl-XML-Writer/template
index ee46f9f3ae8e..29bb4d2facc5 100644
--- a/srcpkgs/perl-XML-Writer/template
+++ b/srcpkgs/perl-XML-Writer/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-Writer'
 pkgname=perl-XML-Writer
-version=0.625
-revision=3
+version=0.900
+revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
@@ -12,4 +12,4 @@ maintainer="John Regan <john@jrjrtech.com>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/XML-Writer"
 distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
-checksum=e080522c6ce050397af482665f3965a93c5d16f5e81d93f6e2fe98084ed15fbe
+checksum=73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f

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

* Re: [PR PATCH] [Merged]: Perl: update few
  2021-09-11 15:11 [PR PATCH] Perl: update few dkwo
@ 2021-09-12 17:04 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2021-09-12 17:04 UTC (permalink / raw)
  To: ml

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

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

Perl: update few
https://github.com/void-linux/void-packages/pull/32931

Description:
Builds and tests fine on `x86_64-musl`.

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

end of thread, other threads:[~2021-09-12 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-11 15:11 [PR PATCH] Perl: update few dkwo
2021-09-12 17:04 ` [PR PATCH] [Merged]: " leahneukirchen

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