Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nano: update to 5.0.
@ 2020-07-30 14:11 abenson
  2020-08-03 15:05 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: abenson @ 2020-07-30 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages nano_5.0
https://github.com/void-linux/void-packages/pull/23958

nano: update to 5.0.


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

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

From 32ab80a09258df19743bd062bb464eaabcf3b106 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Jul 2020 09:12:01 -0500
Subject: [PATCH] nano: update to 5.0.

---
 srcpkgs/nano/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template
index 1a0a2e08a0d..3fae2d735a5 100644
--- a/srcpkgs/nano/template
+++ b/srcpkgs/nano/template
@@ -1,6 +1,6 @@
 # Template file for 'nano'
 pkgname=nano
-version=4.9.3
+version=5.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-utf8"
@@ -10,8 +10,8 @@ maintainer="Lugubris <lugubris@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.nano-editor.org/"
 changelog="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
-distfiles="https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz"
-checksum=6e3438f033a0ed07d3d74c30d0803cbda3d2366ba1601b7bbf9b16ac371f51b4
+distfiles="https://www.nano-editor.org/dist/latest/nano-${version}.tar.xz"
+checksum=7c0d94be69cd066f20df2868a2da02f7b1d416ce8d47c0850a8bd270897caa36
 
 post_install() {
 	vsconf syntax/nanorc.nanorc

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

* Re: [PR REVIEW] nano: update to 5.0.
  2020-07-30 14:11 [PR PATCH] nano: update to 5.0 abenson
@ 2020-08-03 15:05 ` ahesford
  2020-08-03 15:27 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-03 15:05 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23958#discussion_r464473772

Comment:
Good point, `latest` will probably break fetching when it points to `v6`. But https://www.nano-editor.org/dist/latest probably ought to be the `site` in an `update` file to grab major version changes in `update-check`.

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

* Re: [PR REVIEW] nano: update to 5.0.
  2020-07-30 14:11 [PR PATCH] nano: update to 5.0 abenson
  2020-08-03 15:05 ` [PR REVIEW] " ahesford
@ 2020-08-03 15:27 ` ericonr
  2020-08-03 20:25 ` [PR PATCH] [Updated] " abenson
  2020-08-03 20:34 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-08-03 15:27 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23958#discussion_r464487479

Comment:
Perhaps parse the version to get the `vX` path?

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

* Re: [PR PATCH] [Updated] nano: update to 5.0.
  2020-07-30 14:11 [PR PATCH] nano: update to 5.0 abenson
  2020-08-03 15:05 ` [PR REVIEW] " ahesford
  2020-08-03 15:27 ` ericonr
@ 2020-08-03 20:25 ` abenson
  2020-08-03 20:34 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2020-08-03 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages nano_5.0
https://github.com/void-linux/void-packages/pull/23958

nano: update to 5.0.


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

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

From 4ae91d22aaa7b4adc670d083fa02d43ca0dce221 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Jul 2020 09:12:01 -0500
Subject: [PATCH] nano: update to 5.0.

Also set site for the update-check to see latest version (i.e. 6.x).
---
 srcpkgs/nano/template | 6 +++---
 srcpkgs/nano/update   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/nano/update

diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template
index 1a0a2e08a0d..0bfda604638 100644
--- a/srcpkgs/nano/template
+++ b/srcpkgs/nano/template
@@ -1,6 +1,6 @@
 # Template file for 'nano'
 pkgname=nano
-version=4.9.3
+version=5.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-utf8"
@@ -10,8 +10,8 @@ maintainer="Lugubris <lugubris@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.nano-editor.org/"
 changelog="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
-distfiles="https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz"
-checksum=6e3438f033a0ed07d3d74c30d0803cbda3d2366ba1601b7bbf9b16ac371f51b4
+distfiles="https://www.nano-editor.org/dist/v${version%%.*}/nano-${version}.tar.xz"
+checksum=7c0d94be69cd066f20df2868a2da02f7b1d416ce8d47c0850a8bd270897caa36
 
 post_install() {
 	vsconf syntax/nanorc.nanorc
diff --git a/srcpkgs/nano/update b/srcpkgs/nano/update
new file mode 100644
index 00000000000..ec5a054db94
--- /dev/null
+++ b/srcpkgs/nano/update
@@ -0,0 +1 @@
+site="https://www.nano-editor.org/dist/latest"

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

* Re: [PR PATCH] [Merged]: nano: update to 5.0.
  2020-07-30 14:11 [PR PATCH] nano: update to 5.0 abenson
                   ` (2 preceding siblings ...)
  2020-08-03 20:25 ` [PR PATCH] [Updated] " abenson
@ 2020-08-03 20:34 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2020-08-03 20:34 UTC (permalink / raw)
  To: ml

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

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

nano: update to 5.0.
https://github.com/void-linux/void-packages/pull/23958

Description:


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

end of thread, other threads:[~2020-08-03 20:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 14:11 [PR PATCH] nano: update to 5.0 abenson
2020-08-03 15:05 ` [PR REVIEW] " ahesford
2020-08-03 15:27 ` ericonr
2020-08-03 20:25 ` [PR PATCH] [Updated] " abenson
2020-08-03 20:34 ` [PR PATCH] [Merged]: " abenson

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