Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vegeta: fix build, add version to package
@ 2022-11-17 14:31 tranzystorek-io
  2022-11-17 14:35 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-11-17 15:53 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-11-17 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages vegeta
https://github.com/void-linux/void-packages/pull/40575

vegeta: fix build, add version to package
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40575.patch is attached

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

From 5277e97313e38c8fcd335dfaa89d0ac3aa2871a6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 17 Nov 2022 15:29:58 +0100
Subject: [PATCH] vegeta: fix build, add version to package

---
 srcpkgs/vegeta/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vegeta/template b/srcpkgs/vegeta/template
index cea720dafc67..c0e257b38290 100644
--- a/srcpkgs/vegeta/template
+++ b/srcpkgs/vegeta/template
@@ -1,9 +1,10 @@
 # Template file for 'vegeta'
 pkgname=vegeta
 version=12.8.4
-revision=1
+revision=2
 build_style=go
-go_import_path=github.com/tsenart/$pkgname
+go_import_path="github.com/tsenart/vegeta/v${version%%.*}"
+go_ldflags="-X main.Version=${version}"
 short_desc="HTTP load testing tool"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] vegeta: fix build, add version to package
  2022-11-17 14:31 [PR PATCH] vegeta: fix build, add version to package tranzystorek-io
@ 2022-11-17 14:35 ` tranzystorek-io
  2022-11-17 15:53 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-11-17 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages vegeta
https://github.com/void-linux/void-packages/pull/40575

vegeta: fix build, add version to package
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40575.patch is attached

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

From 5180afa9a396f34a8b5570bda50dbc69222226bc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 17 Nov 2022 15:29:58 +0100
Subject: [PATCH] vegeta: fix build, add version to package

---
 srcpkgs/vegeta/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vegeta/template b/srcpkgs/vegeta/template
index cea720dafc67..1538d7d60b89 100644
--- a/srcpkgs/vegeta/template
+++ b/srcpkgs/vegeta/template
@@ -1,14 +1,15 @@
 # Template file for 'vegeta'
 pkgname=vegeta
 version=12.8.4
-revision=1
+revision=2
 build_style=go
-go_import_path=github.com/tsenart/$pkgname
+go_import_path="github.com/tsenart/vegeta/v${version%%.*}"
+go_ldflags="-X main.Version=${version}"
 short_desc="HTTP load testing tool"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/tsenart/vegeta"
-distfiles="https://$go_import_path/archive/v$version.tar.gz"
+distfiles="https://github.com/tsenart/vegeta/archive/refs/tags/v${version}.tar.gz"
 checksum=418249d07f04da0a587df45abe34705166de9e54a836e27e387c719ebab3e357
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: vegeta: fix build, add version to package
  2022-11-17 14:31 [PR PATCH] vegeta: fix build, add version to package tranzystorek-io
  2022-11-17 14:35 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-11-17 15:53 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-11-17 15:53 UTC (permalink / raw)
  To: ml

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

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

vegeta: fix build, add version to package
https://github.com/void-linux/void-packages/pull/40575

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 3+ messages in thread

end of thread, other threads:[~2022-11-17 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 14:31 [PR PATCH] vegeta: fix build, add version to package tranzystorek-io
2022-11-17 14:35 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-17 15:53 ` [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).