Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] man-pages: update to 6.02.
@ 2023-02-06 14:50 dmarto
  2023-02-06 15:23 ` [PR PATCH] [Updated] " dmarto
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dmarto @ 2023-02-06 14:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages man
https://github.com/void-linux/void-packages/pull/42114

man-pages: update to 6.02.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64-glibc**

---

_notify maintainer, @Gottox_

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

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

From 0c7f74d7031edba1a2129f0bf27a615757c40d8a Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 6 Feb 2023 16:36:55 +0200
Subject: [PATCH] man-pages: update to 6.02.

---
 srcpkgs/man-pages/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/man-pages/template b/srcpkgs/man-pages/template
index 0422ff053de2..7f4161127e13 100644
--- a/srcpkgs/man-pages/template
+++ b/srcpkgs/man-pages/template
@@ -1,16 +1,16 @@
 # Template file for 'man-pages'
 pkgname=man-pages
-version=5.13
-revision=2
+version=6.02
+revision=1
 short_desc="Linux Documentation Project (LDP) manual pages"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://man7.org/linux/man-pages/index.html"
-distfiles="${KERNEL_SITE}/docs/man-pages/${pkgname}-${version}.tar.xz"
-checksum=614dae3efe7dfd480986763a2a2a8179215032a5a4526c0be5e899a25f096b8b
+homepage="https://www.kernel.org/doc/man-pages/index.html"
+distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz"
+checksum=66d809b62ba8681ebcbd1a8d0a0670776924ab93bfbbb54e1c31170e14303795
 
 do_install() {
-	make all prefix=${DESTDIR}/usr
+	make install prefix=${DESTDIR}/usr
 
 	# Remove dup manpages.
 	cd ${DESTDIR}/usr/share/man

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

* Re: [PR PATCH] [Updated] man-pages: update to 6.02.
  2023-02-06 14:50 [PR PATCH] man-pages: update to 6.02 dmarto
@ 2023-02-06 15:23 ` dmarto
  2023-02-06 15:23 ` dmarto
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dmarto @ 2023-02-06 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages man
https://github.com/void-linux/void-packages/pull/42114

man-pages: update to 6.02.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64-glibc**

---

_notify maintainer, @Gottox_

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

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

From 739881a81c3f48d3aaf987f47160ab75bf928263 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 6 Feb 2023 16:36:55 +0200
Subject: [PATCH] man-pages: update to 6.02.

---
 srcpkgs/man-pages/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/man-pages/template b/srcpkgs/man-pages/template
index 0422ff053de2..7f4161127e13 100644
--- a/srcpkgs/man-pages/template
+++ b/srcpkgs/man-pages/template
@@ -1,16 +1,16 @@
 # Template file for 'man-pages'
 pkgname=man-pages
-version=5.13
-revision=2
+version=6.02
+revision=1
 short_desc="Linux Documentation Project (LDP) manual pages"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://man7.org/linux/man-pages/index.html"
-distfiles="${KERNEL_SITE}/docs/man-pages/${pkgname}-${version}.tar.xz"
-checksum=614dae3efe7dfd480986763a2a2a8179215032a5a4526c0be5e899a25f096b8b
+homepage="https://www.kernel.org/doc/man-pages/index.html"
+distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz"
+checksum=66d809b62ba8681ebcbd1a8d0a0670776924ab93bfbbb54e1c31170e14303795
 
 do_install() {
-	make all prefix=${DESTDIR}/usr
+	make install prefix=${DESTDIR}/usr
 
 	# Remove dup manpages.
 	cd ${DESTDIR}/usr/share/man

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

* Re: man-pages: update to 6.02.
  2023-02-06 14:50 [PR PATCH] man-pages: update to 6.02 dmarto
  2023-02-06 15:23 ` [PR PATCH] [Updated] " dmarto
@ 2023-02-06 15:23 ` dmarto
  2023-02-07  2:33 ` [PR PATCH] [Updated] " sgn
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dmarto @ 2023-02-06 15:23 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/42114#issuecomment-1419260690

Comment:
_force pushing as one action worker lost communication_

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

* Re: [PR PATCH] [Updated] man-pages: update to 6.02.
  2023-02-06 14:50 [PR PATCH] man-pages: update to 6.02 dmarto
  2023-02-06 15:23 ` [PR PATCH] [Updated] " dmarto
  2023-02-06 15:23 ` dmarto
@ 2023-02-07  2:33 ` sgn
  2023-02-07 14:27 ` dmarto
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-07  2:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages man
https://github.com/void-linux/void-packages/pull/42114

man-pages: update to 6.02.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, **x86_64-glibc**

---

_notify maintainer, @Gottox_

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

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

From c62b9e2b2eb34dff134370b22cabd6f22c7054ef Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 6 Feb 2023 16:36:55 +0200
Subject: [PATCH] man-pages: update to 6.02.

---
 srcpkgs/man-pages/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/man-pages/template b/srcpkgs/man-pages/template
index 0422ff053de2..1606b58decf6 100644
--- a/srcpkgs/man-pages/template
+++ b/srcpkgs/man-pages/template
@@ -1,16 +1,16 @@
 # Template file for 'man-pages'
 pkgname=man-pages
-version=5.13
-revision=2
+version=6.02
+revision=1
 short_desc="Linux Documentation Project (LDP) manual pages"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://man7.org/linux/man-pages/index.html"
-distfiles="${KERNEL_SITE}/docs/man-pages/${pkgname}-${version}.tar.xz"
-checksum=614dae3efe7dfd480986763a2a2a8179215032a5a4526c0be5e899a25f096b8b
+homepage="https://www.kernel.org/doc/man-pages/index.html"
+distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz"
+checksum=66d809b62ba8681ebcbd1a8d0a0670776924ab93bfbbb54e1c31170e14303795
 
 do_install() {
-	make all prefix=${DESTDIR}/usr
+	make install prefix=/usr DESTDIR=${DESTDIR}
 
 	# Remove dup manpages.
 	cd ${DESTDIR}/usr/share/man

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

* Re: man-pages: update to 6.02.
  2023-02-06 14:50 [PR PATCH] man-pages: update to 6.02 dmarto
                   ` (2 preceding siblings ...)
  2023-02-07  2:33 ` [PR PATCH] [Updated] " sgn
@ 2023-02-07 14:27 ` dmarto
  2023-02-07 14:29 ` sgn
  2023-02-07 14:30 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: dmarto @ 2023-02-07 14:27 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/42114#issuecomment-1420864794

Comment:
@sgn did you by chance pushed to the wrong branch :sweat_smile: 

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

* Re: man-pages: update to 6.02.
  2023-02-06 14:50 [PR PATCH] man-pages: update to 6.02 dmarto
                   ` (3 preceding siblings ...)
  2023-02-07 14:27 ` dmarto
@ 2023-02-07 14:29 ` sgn
  2023-02-07 14:30 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-07 14:29 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/42114#issuecomment-1420868689

Comment:
No, I pushed to your branch.

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

* Re: [PR PATCH] [Merged]: man-pages: update to 6.02.
  2023-02-06 14:50 [PR PATCH] man-pages: update to 6.02 dmarto
                   ` (4 preceding siblings ...)
  2023-02-07 14:29 ` sgn
@ 2023-02-07 14:30 ` sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-07 14:30 UTC (permalink / raw)
  To: ml

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

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

man-pages: update to 6.02.
https://github.com/void-linux/void-packages/pull/42114

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

#### Local build testing
- I built this PR locally for my native architecture, **x86_64-glibc**

---

_notify maintainer, @Gottox_

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

end of thread, other threads:[~2023-02-07 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 14:50 [PR PATCH] man-pages: update to 6.02 dmarto
2023-02-06 15:23 ` [PR PATCH] [Updated] " dmarto
2023-02-06 15:23 ` dmarto
2023-02-07  2:33 ` [PR PATCH] [Updated] " sgn
2023-02-07 14:27 ` dmarto
2023-02-07 14:29 ` sgn
2023-02-07 14:30 ` [PR PATCH] [Merged]: " sgn

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