Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tcping: update to 1.3.6
@ 2021-05-28  7:13 heliocat
  2021-05-28 19:28 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: heliocat @ 2021-05-28  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages tcping
https://github.com/void-linux/void-packages/pull/31160

tcping: update to 1.3.6
Also update homepage and license.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

@Gottox 


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

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

From f31f923980158d06ef4febf2f77d1078e1ca2aa0 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Fri, 28 May 2021 00:11:06 -0700
Subject: [PATCH] tcping: update to 1.3.6

Also update homepage and license.
---
 srcpkgs/tcping/template | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/tcping/template b/srcpkgs/tcping/template
index 7e67453d567c..80c06227e345 100644
--- a/srcpkgs/tcping/template
+++ b/srcpkgs/tcping/template
@@ -1,19 +1,23 @@
 # Template file for 'tcping'
 pkgname=tcping
-version=1.3.5
-revision=2
+version=1.3.6
+revision=1
 build_style=gnu-makefile
 short_desc="Ping over a tcp connection"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2"
-homepage="http://www.linuxco.de/tcping/tcping.html"
-distfiles="http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$version.tar.gz/f9dd03c730db6999ca8beca479f078e3/$pkgname-$version.tar.gz"
-checksum=1ad52e904094d12b225ac4a0bc75297555e931c11a1501445faa548ff5ecdbd0
+license="MIT"
+homepage="https://github.com/mkirchner/tcping"
+distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz"
+checksum=a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3
 
 do_configure() {
-	sed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
+	vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
 }
 
 do_install() {
 	vbin tcping
 }
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: tcping: update to 1.3.6
  2021-05-28  7:13 [PR PATCH] tcping: update to 1.3.6 heliocat
@ 2021-05-28 19:28 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2021-05-28 19:28 UTC (permalink / raw)
  To: ml

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

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

tcping: update to 1.3.6
https://github.com/void-linux/void-packages/pull/31160

Description:
Also update homepage and license.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

@Gottox 


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

end of thread, other threads:[~2021-05-28 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28  7:13 [PR PATCH] tcping: update to 1.3.6 heliocat
2021-05-28 19:28 ` [PR PATCH] [Merged]: " ahesford

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