Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tree: update to 2.0.1.
@ 2022-02-03 13:33 4ricci
  2022-02-03 13:55 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: 4ricci @ 2022-02-03 13:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages tree
https://github.com/void-linux/void-packages/pull/35377

tree: update to 2.0.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35377.patch is attached

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

From 8ddaf506e99ae29d03bc879a65dc001e437c1622 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 3 Feb 2022 12:51:45 +0100
Subject: [PATCH] tree: update to 2.0.1.

---
 srcpkgs/tree/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/tree/template b/srcpkgs/tree/template
index bac1d8d64fc4..01111815143e 100644
--- a/srcpkgs/tree/template
+++ b/srcpkgs/tree/template
@@ -1,17 +1,16 @@
 # Template file for 'tree'
 pkgname=tree
-version=2.0.0
+version=2.0.1
 revision=1
 build_style=gnu-makefile
 short_desc="Resursive directory listing program"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://mama.indstate.edu/users/ice/tree"
-#istfiles="http://deb.debian.org/debian/pool/main/t/tree/tree_${version}.orig.tar.gz"
-distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-2.0.0.tgz"
-checksum=782cd73179f65cfca7f29326f1511306e49e9b11d5b861daa57e13fd7262889f
+changelog="http://mama.indstate.edu/users/ice/tree/changes.html"
+distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz"
+checksum=e3339c5a194cf6b4080f15ec59faa3679f02d5a793b2147912fbfcfb4cdf2239
 
 do_install() {
-	sed -e 's,install -s,install ,g' -i Makefile
-	make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
+	make MANDIR=${DESTDIR}/usr/share/man DESTDIR=${DESTDIR}/usr/bin install
 }

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

* Re: [PR REVIEW] tree: update to 2.0.1.
  2022-02-03 13:33 [PR PATCH] tree: update to 2.0.1 4ricci
@ 2022-02-03 13:55 ` paper42
  2022-02-03 13:55 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-02-03 13:55 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35377#discussion_r798584028

Comment:
```suggestion
short_desc="Recursive directory listing program"
```

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

* Re: [PR REVIEW] tree: update to 2.0.1.
  2022-02-03 13:33 [PR PATCH] tree: update to 2.0.1 4ricci
  2022-02-03 13:55 ` [PR REVIEW] " paper42
@ 2022-02-03 13:55 ` paper42
  2022-02-03 14:28 ` [PR PATCH] [Updated] " 4ricci
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-02-03 13:55 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35377#discussion_r798586107

Comment:
we switched to the debian mirror because indstate.edu is not accessible from everywhere: https://github.com/void-linux/void-packages/commit/fbcfe4eab8bdbdd5bb592c041722ab36d9718eda

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

* Re: [PR PATCH] [Updated] tree: update to 2.0.1.
  2022-02-03 13:33 [PR PATCH] tree: update to 2.0.1 4ricci
  2022-02-03 13:55 ` [PR REVIEW] " paper42
  2022-02-03 13:55 ` paper42
@ 2022-02-03 14:28 ` 4ricci
  2022-02-03 14:30 ` [PR REVIEW] " 4ricci
  2022-02-04 23:36 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: 4ricci @ 2022-02-03 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages tree
https://github.com/void-linux/void-packages/pull/35377

tree: update to 2.0.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35377.patch is attached

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

From 607faab0f7adfea3a555ec0a4b3640c8142815ff Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 3 Feb 2022 12:51:45 +0100
Subject: [PATCH] tree: update to 2.0.1.

---
 srcpkgs/tree/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/tree/template b/srcpkgs/tree/template
index bac1d8d64fc4..a3cb65323c3a 100644
--- a/srcpkgs/tree/template
+++ b/srcpkgs/tree/template
@@ -1,17 +1,17 @@
 # Template file for 'tree'
 pkgname=tree
-version=2.0.0
+version=2.0.1
 revision=1
 build_style=gnu-makefile
-short_desc="Resursive directory listing program"
+short_desc="Recursive directory listing program"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://mama.indstate.edu/users/ice/tree"
-#istfiles="http://deb.debian.org/debian/pool/main/t/tree/tree_${version}.orig.tar.gz"
-distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-2.0.0.tgz"
-checksum=782cd73179f65cfca7f29326f1511306e49e9b11d5b861daa57e13fd7262889f
+changelog="http://mama.indstate.edu/users/ice/tree/changes.html"
+distfiles="http://deb.debian.org/debian/pool/main/t/tree/tree_${version}.orig.tar.gz"
+#distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz"
+checksum=e3339c5a194cf6b4080f15ec59faa3679f02d5a793b2147912fbfcfb4cdf2239
 
 do_install() {
-	sed -e 's,install -s,install ,g' -i Makefile
-	make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
+	make MANDIR=${DESTDIR}/usr/share/man DESTDIR=${DESTDIR}/usr/bin install
 }

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

* Re: [PR REVIEW] tree: update to 2.0.1.
  2022-02-03 13:33 [PR PATCH] tree: update to 2.0.1 4ricci
                   ` (2 preceding siblings ...)
  2022-02-03 14:28 ` [PR PATCH] [Updated] " 4ricci
@ 2022-02-03 14:30 ` 4ricci
  2022-02-04 23:36 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: 4ricci @ 2022-02-03 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/35377#discussion_r798620451

Comment:
I guess the debian mirror should be the default and the official should be commented out.

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

* Re: [PR PATCH] [Merged]: tree: update to 2.0.1.
  2022-02-03 13:33 [PR PATCH] tree: update to 2.0.1 4ricci
                   ` (3 preceding siblings ...)
  2022-02-03 14:30 ` [PR REVIEW] " 4ricci
@ 2022-02-04 23:36 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-02-04 23:36 UTC (permalink / raw)
  To: ml

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

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

tree: update to 2.0.1.
https://github.com/void-linux/void-packages/pull/35377

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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:[~2022-02-04 23:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 13:33 [PR PATCH] tree: update to 2.0.1 4ricci
2022-02-03 13:55 ` [PR REVIEW] " paper42
2022-02-03 13:55 ` paper42
2022-02-03 14:28 ` [PR PATCH] [Updated] " 4ricci
2022-02-03 14:30 ` [PR REVIEW] " 4ricci
2022-02-04 23:36 ` [PR PATCH] [Merged]: " paper42

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