Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stfl: fix distfile
@ 2024-04-17  6:07 iFoundSilentHouse
  2024-04-17  9:33 ` [PR PATCH] [Updated] " iFoundSilentHouse
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: iFoundSilentHouse @ 2024-04-17  6:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages stfl-0.24
https://github.com/void-linux/void-packages/pull/49874

stfl: fix distfile
- I tested the changes in this PR: **NO**

https://github.com/void-linux/void-packages/issues/42403

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

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

From 45832199304cd809c6de5d0c9d9bc044c9e5c0d4 Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 10:58:55 +0600
Subject: [PATCH] stfl: fix distfile

---
 srcpkgs/stfl/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template
index 44fcc18005d8c0..157fbf982877f7 100644
--- a/srcpkgs/stfl/template
+++ b/srcpkgs/stfl/template
@@ -1,16 +1,16 @@
 # Template file for 'stfl'
 pkgname=stfl
 version=0.24
-revision=4
+revision=5
 build_style=gnu-makefile
 hostmakedepends="swig"
 makedepends="ncurses-devel"
 short_desc="Curses-based widget set for text terminals"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://bygone.clairexen.net/stfl/"
-distfiles="http://bygone.clairexen.net/stfl/stfl-${version}.tar.gz"
-checksum=d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090
+homepage="https://clifford.at/stfl"
+distfiles="https://clifford.at/stfl/stfl-${version}.tar.gz"
+checksum=1d6739909847b0a1df16b738897c243e59c4b8d663865310e3a62ca3c6524b3e
 
 post_install() {
 	ln -sf libstfl.so.${version} ${DESTDIR}/usr/lib/libstfl.so.0

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

* Re: [PR PATCH] [Updated] stfl: fix distfile
  2024-04-17  6:07 [PR PATCH] stfl: fix distfile iFoundSilentHouse
@ 2024-04-17  9:33 ` iFoundSilentHouse
  2024-04-17  9:49 ` [PR REVIEW] " oreo639
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: iFoundSilentHouse @ 2024-04-17  9:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages stfl-0.24
https://github.com/void-linux/void-packages/pull/49874

stfl: fix distfile
- I tested the changes in this PR: **NO**

https://github.com/void-linux/void-packages/issues/42403

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

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

From 5b2c4cf36a72135731db65265e73f898f653cd0e Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 15:32:33 +0600
Subject: [PATCH] stfl: fix distfile

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

diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template
index 44fcc18005d8c0..a6d177994a1471 100644
--- a/srcpkgs/stfl/template
+++ b/srcpkgs/stfl/template
@@ -1,15 +1,15 @@
 # Template file for 'stfl'
 pkgname=stfl
 version=0.24
-revision=4
+revision=5
 build_style=gnu-makefile
 hostmakedepends="swig"
 makedepends="ncurses-devel"
 short_desc="Curses-based widget set for text terminals"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://bygone.clairexen.net/stfl/"
-distfiles="http://bygone.clairexen.net/stfl/stfl-${version}.tar.gz"
+homepage="https://clifford.at/stfl/"
+distfiles="https://dev.alpinelinux.org/archive/stfl/stfl-${version}.tar.gz"
 checksum=d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090
 
 post_install() {

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

* Re: [PR REVIEW] stfl: fix distfile
  2024-04-17  6:07 [PR PATCH] stfl: fix distfile iFoundSilentHouse
  2024-04-17  9:33 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-04-17  9:49 ` oreo639
  2024-04-17 10:41 ` [PR PATCH] [Updated] " iFoundSilentHouse
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2024-04-17  9:49 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49874#discussion_r1568556722

Comment:
We have our own mirror btw: https://sources.voidlinux.org/

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

* Re: [PR PATCH] [Updated] stfl: fix distfile
  2024-04-17  6:07 [PR PATCH] stfl: fix distfile iFoundSilentHouse
  2024-04-17  9:33 ` [PR PATCH] [Updated] " iFoundSilentHouse
  2024-04-17  9:49 ` [PR REVIEW] " oreo639
@ 2024-04-17 10:41 ` iFoundSilentHouse
  2024-04-17 14:55 ` [PR REVIEW] " cinerea0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: iFoundSilentHouse @ 2024-04-17 10:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages stfl-0.24
https://github.com/void-linux/void-packages/pull/49874

stfl: fix distfile
- I tested the changes in this PR: **NO**
- I did build for x86_64-glibc
https://github.com/void-linux/void-packages/issues/42403
The only reliable source is in alpine archive

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

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

From 7a635e82016d20d948824a3a8a46fa562ac6404c Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 15:32:33 +0600
Subject: [PATCH] stfl: fix distfile

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

diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template
index 44fcc18005d8c0..74ded5c6d898ff 100644
--- a/srcpkgs/stfl/template
+++ b/srcpkgs/stfl/template
@@ -1,15 +1,15 @@
 # Template file for 'stfl'
 pkgname=stfl
 version=0.24
-revision=4
+revision=5
 build_style=gnu-makefile
 hostmakedepends="swig"
 makedepends="ncurses-devel"
 short_desc="Curses-based widget set for text terminals"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://bygone.clairexen.net/stfl/"
-distfiles="http://bygone.clairexen.net/stfl/stfl-${version}.tar.gz"
+homepage="https://clifford.at/stfl/"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
 checksum=d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090
 
 post_install() {

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

* Re: [PR REVIEW] stfl: fix distfile
  2024-04-17  6:07 [PR PATCH] stfl: fix distfile iFoundSilentHouse
                   ` (2 preceding siblings ...)
  2024-04-17 10:41 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-04-17 14:55 ` cinerea0
  2024-04-17 16:57 ` [PR PATCH] [Updated] " iFoundSilentHouse
  2024-04-21 20:28 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-04-17 14:55 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49874#discussion_r1568989363

Comment:
You don't need to increase the revision number if you're just updating distfiles.

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

* Re: [PR PATCH] [Updated] stfl: fix distfile
  2024-04-17  6:07 [PR PATCH] stfl: fix distfile iFoundSilentHouse
                   ` (3 preceding siblings ...)
  2024-04-17 14:55 ` [PR REVIEW] " cinerea0
@ 2024-04-17 16:57 ` iFoundSilentHouse
  2024-04-21 20:28 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: iFoundSilentHouse @ 2024-04-17 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages stfl-0.24
https://github.com/void-linux/void-packages/pull/49874

stfl: fix distfile
- I tested the changes in this PR: **NO**
- I did build for x86_64-glibc
https://github.com/void-linux/void-packages/issues/42403
The only reliable source is in alpine archive

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

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

From be14df1eacec15fba89da145bb4f76c48204960f Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 15:32:33 +0600
Subject: [PATCH] stfl: fix distfile

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

diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template
index 44fcc18005d8c0..eb10833d29be22 100644
--- a/srcpkgs/stfl/template
+++ b/srcpkgs/stfl/template
@@ -8,8 +8,8 @@ makedepends="ncurses-devel"
 short_desc="Curses-based widget set for text terminals"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://bygone.clairexen.net/stfl/"
-distfiles="http://bygone.clairexen.net/stfl/stfl-${version}.tar.gz"
+homepage="https://clifford.at/stfl/"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
 checksum=d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: stfl: fix distfile
  2024-04-17  6:07 [PR PATCH] stfl: fix distfile iFoundSilentHouse
                   ` (4 preceding siblings ...)
  2024-04-17 16:57 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-04-21 20:28 ` cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-04-21 20:28 UTC (permalink / raw)
  To: ml

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

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

stfl: fix distfile
https://github.com/void-linux/void-packages/pull/49874

Description:
- I tested the changes in this PR: **NO**
- I did build for x86_64-glibc
https://github.com/void-linux/void-packages/issues/42403
The only reliable source is in alpine archive

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

end of thread, other threads:[~2024-04-21 20:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17  6:07 [PR PATCH] stfl: fix distfile iFoundSilentHouse
2024-04-17  9:33 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-04-17  9:49 ` [PR REVIEW] " oreo639
2024-04-17 10:41 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-04-17 14:55 ` [PR REVIEW] " cinerea0
2024-04-17 16:57 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-04-21 20:28 ` [PR PATCH] [Merged]: " cinerea0

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