Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fend: update to 1.4.9
@ 2024-06-20 11:25 tranzystorekk
  2024-06-21 23:31 ` [PR PATCH] [Updated] " tranzystorekk
  2024-06-22  0:12 ` [PR PATCH] [Closed]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2024-06-20 11:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fend
https://github.com/void-linux/void-packages/pull/50903

fend: update to 1.4.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/50903.patch is attached

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

From 1ef44b6f4a4c2ce1eb8ac69afdbe2bae2732a49f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 20 Jun 2024 13:23:24 +0200
Subject: [PATCH] fend: update to 1.4.9

---
 srcpkgs/fend/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
index 06f9ef572f0042..c54ee702100934 100644
--- a/srcpkgs/fend/template
+++ b/srcpkgs/fend/template
@@ -1,6 +1,6 @@
 # Template file for 'fend'
 pkgname=fend
-version=1.4.8
+version=1.4.9
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -8,15 +8,16 @@ hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="Arbitrary-precision unit-aware calculator"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
-license="GPL-3.0-or-later"
+license="MIT"
 homepage="https://printfn.github.io/fend/"
 changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
 distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
- https://github.com/printfn/fend/releases/download/v${version}/fend.1"
-checksum="5e973bf7f53416039d5efc2f2ec360add5184625644e986808c21e5bd292fc58
- c0c8f8d188b5baa6c355edb81b57e48f4bff16be47edbbba9287dfb5f45222d7"
-skip_extraction="fend.1"
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1>fend_man_${version}"
+checksum="f0f13932794ba8da32e54de923878b44620b15c6a206017502faa54ab881a33f
+ 8adce618d5a02024f9f5c97f42e46f014727e20964d05d3177e7b783214180d5"
+skip_extraction="fend_man_${version}"
 
 post_install() {
-	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend_man_${version} fend.1
 }

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

* Re: [PR PATCH] [Updated] fend: update to 1.4.9
  2024-06-20 11:25 [PR PATCH] fend: update to 1.4.9 tranzystorekk
@ 2024-06-21 23:31 ` tranzystorekk
  2024-06-22  0:12 ` [PR PATCH] [Closed]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-06-21 23:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fend
https://github.com/void-linux/void-packages/pull/50903

fend: update to 1.4.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/50903.patch is attached

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

From b9d7efd4d2bce7dbf1705aa6b08adf5fd7df4ae9 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 20 Jun 2024 13:23:24 +0200
Subject: [PATCH] fend: update to 1.4.9

---
 srcpkgs/fend/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
index 06f9ef572f0042..c54ee702100934 100644
--- a/srcpkgs/fend/template
+++ b/srcpkgs/fend/template
@@ -1,6 +1,6 @@
 # Template file for 'fend'
 pkgname=fend
-version=1.4.8
+version=1.4.9
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -8,15 +8,16 @@ hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="Arbitrary-precision unit-aware calculator"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
-license="GPL-3.0-or-later"
+license="MIT"
 homepage="https://printfn.github.io/fend/"
 changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
 distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
- https://github.com/printfn/fend/releases/download/v${version}/fend.1"
-checksum="5e973bf7f53416039d5efc2f2ec360add5184625644e986808c21e5bd292fc58
- c0c8f8d188b5baa6c355edb81b57e48f4bff16be47edbbba9287dfb5f45222d7"
-skip_extraction="fend.1"
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1>fend_man_${version}"
+checksum="f0f13932794ba8da32e54de923878b44620b15c6a206017502faa54ab881a33f
+ 8adce618d5a02024f9f5c97f42e46f014727e20964d05d3177e7b783214180d5"
+skip_extraction="fend_man_${version}"
 
 post_install() {
-	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend_man_${version} fend.1
 }

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

* Re: [PR PATCH] [Closed]: fend: update to 1.4.9
  2024-06-20 11:25 [PR PATCH] fend: update to 1.4.9 tranzystorekk
  2024-06-21 23:31 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-06-22  0:12 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-06-22  0:12 UTC (permalink / raw)
  To: ml

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

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

fend: update to 1.4.9
https://github.com/void-linux/void-packages/pull/50903

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-06-22  0:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-20 11:25 [PR PATCH] fend: update to 1.4.9 tranzystorekk
2024-06-21 23:31 ` [PR PATCH] [Updated] " tranzystorekk
2024-06-22  0:12 ` [PR PATCH] [Closed]: " 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).