* [PR PATCH] vmap: fix dead distfiles
@ 2023-10-19 9:40 Luc-Saccoccio
2023-10-19 9:55 ` [PR PATCH] [Updated] " Luc-Saccoccio
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Luc-Saccoccio @ 2023-10-19 9:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 410 bytes --]
There is a new pull request by Luc-Saccoccio against master on the void-packages repository
https://github.com/Luc-Saccoccio/void-packages vmap
https://github.com/void-linux/void-packages/pull/46772
vmap: fix dead distfiles
#### Testing the changes
- I tested the changes in this PR: **briefly**
Addresses #42403
A patch file from https://github.com/void-linux/void-packages/pull/46772.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vmap-46772.patch --]
[-- Type: text/x-diff, Size: 1123 bytes --]
From 51f166bfde88118c5e30d20057471b0db8db6a71 Mon Sep 17 00:00:00 2001
From: Luc-Saccoccio <lucsaccoccio@disroot.org>
Date: Thu, 19 Oct 2023 11:38:09 +0200
Subject: [PATCH] vmap: fix dead distfiles
---
srcpkgs/vmap/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/vmap/template b/srcpkgs/vmap/template
index 0d491c9c9a86a..e03e5950ad2d7 100644
--- a/srcpkgs/vmap/template
+++ b/srcpkgs/vmap/template
@@ -8,9 +8,9 @@ makedepends="libcurl-devel libxml++3.0-devel qt5-svg-devel"
short_desc="Vulnerability-Exploit desktop finder"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://gitlab.com/git-rep/vmap"
-distfiles="https://gitlab.com/git-rep/vmap/-/archive/v${version}/vmap-v${version}.tar.gz"
-checksum=8fde8b8afab96db219167c612321ec864f2e278b6b5601adde7c1781465906bd
+homepage="https://github.com/git-rep-src/vmap"
+distfiles="https://github.com/git-rep-src/vmap/archive/refs/tags/v${version}.tar.gz"
+checksum=6b3ae93571e2cb7c029291a8172f8a53875ecfeff1c66412493571b5664d45b3
post_patch() {
vsed -e 's|usr/local|usr|' -i vmap.pro
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] vmap: fix dead distfiles
2023-10-19 9:40 [PR PATCH] vmap: fix dead distfiles Luc-Saccoccio
@ 2023-10-19 9:55 ` Luc-Saccoccio
2023-10-19 10:11 ` Luc-Saccoccio
2023-11-13 6:02 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: Luc-Saccoccio @ 2023-10-19 9:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 415 bytes --]
There is an updated pull request by Luc-Saccoccio against master on the void-packages repository
https://github.com/Luc-Saccoccio/void-packages vmap
https://github.com/void-linux/void-packages/pull/46772
vmap: fix dead distfiles
#### Testing the changes
- I tested the changes in this PR: **briefly**
Addresses #42403
A patch file from https://github.com/void-linux/void-packages/pull/46772.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vmap-46772.patch --]
[-- Type: text/x-diff, Size: 1123 bytes --]
From ffeac803a5f2bee355b139c893c78d97ea86d6e6 Mon Sep 17 00:00:00 2001
From: Luc-Saccoccio <lucsaccoccio@disroot.org>
Date: Thu, 19 Oct 2023 11:38:09 +0200
Subject: [PATCH] vmap: fix dead distfiles
---
srcpkgs/vmap/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/vmap/template b/srcpkgs/vmap/template
index 0d491c9c9a86a..e03e5950ad2d7 100644
--- a/srcpkgs/vmap/template
+++ b/srcpkgs/vmap/template
@@ -8,9 +8,9 @@ makedepends="libcurl-devel libxml++3.0-devel qt5-svg-devel"
short_desc="Vulnerability-Exploit desktop finder"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://gitlab.com/git-rep/vmap"
-distfiles="https://gitlab.com/git-rep/vmap/-/archive/v${version}/vmap-v${version}.tar.gz"
-checksum=8fde8b8afab96db219167c612321ec864f2e278b6b5601adde7c1781465906bd
+homepage="https://github.com/git-rep-src/vmap"
+distfiles="https://github.com/git-rep-src/vmap/archive/refs/tags/v${version}.tar.gz"
+checksum=6b3ae93571e2cb7c029291a8172f8a53875ecfeff1c66412493571b5664d45b3
post_patch() {
vsed -e 's|usr/local|usr|' -i vmap.pro
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] vmap: fix dead distfiles
2023-10-19 9:40 [PR PATCH] vmap: fix dead distfiles Luc-Saccoccio
2023-10-19 9:55 ` [PR PATCH] [Updated] " Luc-Saccoccio
@ 2023-10-19 10:11 ` Luc-Saccoccio
2023-11-13 6:02 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: Luc-Saccoccio @ 2023-10-19 10:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 415 bytes --]
There is an updated pull request by Luc-Saccoccio against master on the void-packages repository
https://github.com/Luc-Saccoccio/void-packages vmap
https://github.com/void-linux/void-packages/pull/46772
vmap: fix dead distfiles
#### Testing the changes
- I tested the changes in this PR: **briefly**
Addresses #42403
A patch file from https://github.com/void-linux/void-packages/pull/46772.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vmap-46772.patch --]
[-- Type: text/x-diff, Size: 1283 bytes --]
From f362cd5510e8fe362ea5697d1229cf7ab0507361 Mon Sep 17 00:00:00 2001
From: Luc-Saccoccio <lucsaccoccio@disroot.org>
Date: Thu, 19 Oct 2023 11:38:09 +0200
Subject: [PATCH] vmap: fix dead distfiles
---
srcpkgs/vmap/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/vmap/template b/srcpkgs/vmap/template
index 0d491c9c9a86a..8a7518c4ffcea 100644
--- a/srcpkgs/vmap/template
+++ b/srcpkgs/vmap/template
@@ -1,16 +1,16 @@
# Template file for 'vmap'
pkgname=vmap
version=0.4.1
-revision=1
+revision=2
build_style=qmake
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
makedepends="libcurl-devel libxml++3.0-devel qt5-svg-devel"
short_desc="Vulnerability-Exploit desktop finder"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://gitlab.com/git-rep/vmap"
-distfiles="https://gitlab.com/git-rep/vmap/-/archive/v${version}/vmap-v${version}.tar.gz"
-checksum=8fde8b8afab96db219167c612321ec864f2e278b6b5601adde7c1781465906bd
+homepage="https://github.com/git-rep-src/vmap"
+distfiles="https://github.com/git-rep-src/vmap/archive/refs/tags/v${version}.tar.gz"
+checksum=6b3ae93571e2cb7c029291a8172f8a53875ecfeff1c66412493571b5664d45b3
post_patch() {
vsed -e 's|usr/local|usr|' -i vmap.pro
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: vmap: fix dead distfiles
2023-10-19 9:40 [PR PATCH] vmap: fix dead distfiles Luc-Saccoccio
2023-10-19 9:55 ` [PR PATCH] [Updated] " Luc-Saccoccio
2023-10-19 10:11 ` Luc-Saccoccio
@ 2023-11-13 6:02 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-13 6:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
There's a merged pull request on the void-packages repository
vmap: fix dead distfiles
https://github.com/void-linux/void-packages/pull/46772
Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
Addresses #42403
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-13 6:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 9:40 [PR PATCH] vmap: fix dead distfiles Luc-Saccoccio
2023-10-19 9:55 ` [PR PATCH] [Updated] " Luc-Saccoccio
2023-10-19 10:11 ` Luc-Saccoccio
2023-11-13 6:02 ` [PR PATCH] [Merged]: " classabbyamp
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).