Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bfs: update to 3.0.2.
@ 2023-09-08 19:12 daniel-eys
  2023-09-10 18:32 ` yoshiyoshyosh
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: daniel-eys @ 2023-09-08 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages bfs
https://github.com/void-linux/void-packages/pull/45979

bfs: update to 3.0.2.
<!-- 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/45979.patch is attached

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

From b0c766c494e34dca82bc8f68849a354c35fda48c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Fri, 8 Sep 2023 21:10:01 +0200
Subject: [PATCH] bfs: update to 3.0.2.

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

diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template
index 921cd2e3e1758..7c8c67b6fdffb 100644
--- a/srcpkgs/bfs/template
+++ b/srcpkgs/bfs/template
@@ -1,6 +1,6 @@
 # Template file for 'bfs'
 pkgname=bfs
-version=3.0.1
+version=3.0.2
 revision=1
 build_style=gnu-makefile
 makedepends="acl-devel libcap-devel oniguruma-devel"
@@ -11,7 +11,7 @@ license="0BSD"
 homepage="https://github.com/tavianator/bfs"
 changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
 distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
-checksum=a38bb704201ed29f4e0b989fb2ab3791ca51c3eff90acfc31fff424579bbf962
+checksum=d3456a9aeecc031064db0dbe012e55a11eb97be88d0ab33a90e570fe66457f92
 
 post_install() {
 	vlicense LICENSE

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

* Re: bfs: update to 3.0.2.
  2023-09-08 19:12 [PR PATCH] bfs: update to 3.0.2 daniel-eys
@ 2023-09-10 18:32 ` yoshiyoshyosh
  2023-09-10 18:32 ` yoshiyoshyosh
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: yoshiyoshyosh @ 2023-09-10 18:32 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/45979#issuecomment-1712906599

Comment:
@daniel-eys perhaps incorporate #45607 into this as well?

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

* Re: bfs: update to 3.0.2.
  2023-09-08 19:12 [PR PATCH] bfs: update to 3.0.2 daniel-eys
  2023-09-10 18:32 ` yoshiyoshyosh
@ 2023-09-10 18:32 ` yoshiyoshyosh
  2023-09-10 20:57 ` [PR PATCH] [Updated] " daniel-eys
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: yoshiyoshyosh @ 2023-09-10 18:32 UTC (permalink / raw)
  To: ml

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

New comment by yoshiyoshyosh on void-packages repository

https://github.com/void-linux/void-packages/pull/45979#issuecomment-1712906599

Comment:
@daniel-eys perhaps incorporate #45607 into this as well to get both done in one pr?

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

* Re: [PR PATCH] [Updated] bfs: update to 3.0.2.
  2023-09-08 19:12 [PR PATCH] bfs: update to 3.0.2 daniel-eys
  2023-09-10 18:32 ` yoshiyoshyosh
  2023-09-10 18:32 ` yoshiyoshyosh
@ 2023-09-10 20:57 ` daniel-eys
  2023-09-10 20:58 ` daniel-eys
  2023-09-23 13:11 ` [PR PATCH] [Merged]: bfs: update to 3.0.2, add to find alternatives group Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: daniel-eys @ 2023-09-10 20:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages bfs
https://github.com/void-linux/void-packages/pull/45979

bfs: update to 3.0.2.
<!-- 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/45979.patch is attached

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

From 3c54b11861b698d6e426ac2ff2d3447d0dfc59d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Fri, 8 Sep 2023 21:10:01 +0200
Subject: [PATCH 1/2] bfs: update to 3.0.2.

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

diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template
index 921cd2e3e1758..7c8c67b6fdffb 100644
--- a/srcpkgs/bfs/template
+++ b/srcpkgs/bfs/template
@@ -1,6 +1,6 @@
 # Template file for 'bfs'
 pkgname=bfs
-version=3.0.1
+version=3.0.2
 revision=1
 build_style=gnu-makefile
 makedepends="acl-devel libcap-devel oniguruma-devel"
@@ -11,7 +11,7 @@ license="0BSD"
 homepage="https://github.com/tavianator/bfs"
 changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
 distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
-checksum=a38bb704201ed29f4e0b989fb2ab3791ca51c3eff90acfc31fff424579bbf962
+checksum=d3456a9aeecc031064db0dbe012e55a11eb97be88d0ab33a90e570fe66457f92
 
 post_install() {
 	vlicense LICENSE

From d2bd28e51c681e2e07bf15c49be97479573eab4b Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Mon, 14 Aug 2023 13:32:27 -0500
Subject: [PATCH 2/2] bfs: add to find alternatives group.

---
 srcpkgs/bfs/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template
index 7c8c67b6fdffb..de8f8caec7807 100644
--- a/srcpkgs/bfs/template
+++ b/srcpkgs/bfs/template
@@ -13,6 +13,11 @@ changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.
 distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
 checksum=d3456a9aeecc031064db0dbe012e55a11eb97be88d0ab33a90e570fe66457f92
 
+alternatives="
+ find:find:/usr/bin/bfs
+ find:find.1:/usr/share/man/man1/bfs.1
+"
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: bfs: update to 3.0.2.
  2023-09-08 19:12 [PR PATCH] bfs: update to 3.0.2 daniel-eys
                   ` (2 preceding siblings ...)
  2023-09-10 20:57 ` [PR PATCH] [Updated] " daniel-eys
@ 2023-09-10 20:58 ` daniel-eys
  2023-09-23 13:11 ` [PR PATCH] [Merged]: bfs: update to 3.0.2, add to find alternatives group Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: daniel-eys @ 2023-09-10 20:58 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/45979#issuecomment-1712935140

Comment:
sounds good. Included your commit in this PR

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

* Re: [PR PATCH] [Merged]: bfs: update to 3.0.2, add to find alternatives group
  2023-09-08 19:12 [PR PATCH] bfs: update to 3.0.2 daniel-eys
                   ` (3 preceding siblings ...)
  2023-09-10 20:58 ` daniel-eys
@ 2023-09-23 13:11 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-09-23 13:11 UTC (permalink / raw)
  To: ml

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

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

bfs: update to 3.0.2, add to find alternatives group
https://github.com/void-linux/void-packages/pull/45979

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

end of thread, other threads:[~2023-09-23 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08 19:12 [PR PATCH] bfs: update to 3.0.2 daniel-eys
2023-09-10 18:32 ` yoshiyoshyosh
2023-09-10 18:32 ` yoshiyoshyosh
2023-09-10 20:57 ` [PR PATCH] [Updated] " daniel-eys
2023-09-10 20:58 ` daniel-eys
2023-09-23 13:11 ` [PR PATCH] [Merged]: bfs: update to 3.0.2, add to find alternatives group Duncaen

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