* [PR PATCH] xmlto: update to 0.0.29
@ 2024-11-12 8:57 oreo639
2024-12-14 5:01 ` [PR PATCH] [Updated] " oreo639
2024-12-14 5:16 ` [PR PATCH] [Merged]: " oreo639
0 siblings, 2 replies; 3+ messages in thread
From: oreo639 @ 2024-11-12 8:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]
There is a new pull request by oreo639 against master on the void-packages repository
https://github.com/oreo639/void-packages xmlto
https://github.com/void-linux/void-packages/pull/53013
xmlto: update to 0.0.29
As indicated on the cyberelk website, the project was moved to Fedora pagure. This also has a newer release with fixes for gcc 14.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53013.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xmlto-53013.patch --]
[-- Type: text/x-diff, Size: 1507 bytes --]
From 3660c8ba92950b6d5db2f2fadb301b2a4d9200f5 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 12 Nov 2024 00:54:34 -0800
Subject: [PATCH] xmlto: update to 0.0.29
As indicated on the cyberelk website, the project was moved to Fedora pagure.
This also has a newer release with fixes for gcc 14.
---
srcpkgs/xmlto/template | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/xmlto/template b/srcpkgs/xmlto/template
index 8a6141214051d6..58640c4363a6f4 100644
--- a/srcpkgs/xmlto/template
+++ b/srcpkgs/xmlto/template
@@ -1,15 +1,19 @@
# Template file for 'xmlto'
pkgname=xmlto
-version=0.0.28
-revision=2
+version=0.0.29
+revision=1
build_style=gnu-configure
# Requires bash!
configure_args="ac_cv_path_BASH=/bin/bash"
-hostmakedepends="libxslt docbook-xsl"
+hostmakedepends="autoconf automake libxslt docbook-xsl"
depends="bash ${hostmakedepends}"
short_desc="Tool to help transform XML documents into other formats"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://cyberelk.net/tim/software/xmlto/"
-distfiles="http://anduin.linuxfromscratch.org/BLFS/xmlto/xmlto-${version}.tar.bz2"
-checksum=1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276
+homepage="https://pagure.io/xmlto/"
+distfiles="https://pagure.io/xmlto/archive/${version}/xmlto-${version}.tar.gz"
+checksum=40504db68718385a4eaa9154a28f59e51e59d006d1aa14f5bc9d6fded1d6017a
+
+pre_configure() {
+ autoreconf -fi
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] xmlto: update to 0.0.29
2024-11-12 8:57 [PR PATCH] xmlto: update to 0.0.29 oreo639
@ 2024-12-14 5:01 ` oreo639
2024-12-14 5:16 ` [PR PATCH] [Merged]: " oreo639
1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-12-14 5:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1376 bytes --]
There is an updated pull request by oreo639 against master on the void-packages repository
https://github.com/oreo639/void-packages xmlto
https://github.com/void-linux/void-packages/pull/53013
xmlto: update to 0.0.29
As indicated on the cyberelk website, the project was moved to Fedora pagure. This also has a newer release with fixes for gcc 14.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53013.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xmlto-53013.patch --]
[-- Type: text/x-diff, Size: 1545 bytes --]
From f7721c2cfca25bfbcd7ef007cd8b7cd61d891d45 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 12 Nov 2024 00:54:34 -0800
Subject: [PATCH] xmlto: update to 0.0.29
As indicated on the cyberelk website, the project was moved to Fedora pagure.
This also has a newer release with fixes for gcc 14.
---
srcpkgs/xmlto/template | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/srcpkgs/xmlto/template b/srcpkgs/xmlto/template
index 8a6141214051d6..3872ab9ac84c52 100644
--- a/srcpkgs/xmlto/template
+++ b/srcpkgs/xmlto/template
@@ -1,15 +1,19 @@
# Template file for 'xmlto'
pkgname=xmlto
-version=0.0.28
-revision=2
+version=0.0.29
+revision=1
build_style=gnu-configure
# Requires bash!
configure_args="ac_cv_path_BASH=/bin/bash"
-hostmakedepends="libxslt docbook-xsl"
-depends="bash ${hostmakedepends}"
+hostmakedepends="autoconf automake libxslt docbook-xsl"
+depends="bash libxslt docbook-xsl"
short_desc="Tool to help transform XML documents into other formats"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="http://cyberelk.net/tim/software/xmlto/"
-distfiles="http://anduin.linuxfromscratch.org/BLFS/xmlto/xmlto-${version}.tar.bz2"
-checksum=1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276
+homepage="https://pagure.io/xmlto/"
+distfiles="https://pagure.io/xmlto/archive/${version}/xmlto-${version}.tar.gz"
+checksum=40504db68718385a4eaa9154a28f59e51e59d006d1aa14f5bc9d6fded1d6017a
+
+pre_configure() {
+ autoreconf -fi
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: xmlto: update to 0.0.29
2024-11-12 8:57 [PR PATCH] xmlto: update to 0.0.29 oreo639
2024-12-14 5:01 ` [PR PATCH] [Updated] " oreo639
@ 2024-12-14 5:16 ` oreo639
1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-12-14 5:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1222 bytes --]
There's a merged pull request on the void-packages repository
xmlto: update to 0.0.29
https://github.com/void-linux/void-packages/pull/53013
Description:
As indicated on the cyberelk website, the project was moved to Fedora pagure. This also has a newer release with fixes for gcc 14.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-14 5:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-12 8:57 [PR PATCH] xmlto: update to 0.0.29 oreo639
2024-12-14 5:01 ` [PR PATCH] [Updated] " oreo639
2024-12-14 5:16 ` [PR PATCH] [Merged]: " oreo639
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).