Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tcping: update to 2.1.0.
@ 2023-07-16 19:12 icp1994
  2023-07-18 12:08 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-07-16 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages tcping
https://github.com/void-linux/void-packages/pull/45065

tcping: update to 2.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

With the custom `do_install`, is the `post_install` really needed?

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

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

From d00aa4d382c3b018a403dd46194527bec1c9d0f0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 16 Jul 2023 12:49:01 +0530
Subject: [PATCH] tcping: update to 2.1.0.

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

diff --git a/srcpkgs/tcping/template b/srcpkgs/tcping/template
index 80c06227e345..6c188080e00d 100644
--- a/srcpkgs/tcping/template
+++ b/srcpkgs/tcping/template
@@ -1,6 +1,6 @@
 # Template file for 'tcping'
 pkgname=tcping
-version=1.3.6
+version=2.1.0
 revision=1
 build_style=gnu-makefile
 short_desc="Ping over a tcp connection"
@@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mkirchner/tcping"
 distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz"
-checksum=a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3
+checksum=b8aa427420fe00173b5a2c0013d78e52b010350f5438bf5903c1942cba7c39c9
 
 do_configure() {
 	vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
@@ -16,8 +16,6 @@ do_configure() {
 
 do_install() {
 	vbin tcping
-}
-
-post_install() {
+	vman man/tcping.1
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: tcping: update to 2.1.0.
  2023-07-16 19:12 [PR PATCH] tcping: update to 2.1.0 icp1994
@ 2023-07-18 12:08 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-07-18 12:08 UTC (permalink / raw)
  To: ml

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

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

tcping: update to 2.1.0.
https://github.com/void-linux/void-packages/pull/45065

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

With the custom `do_install`, is the `post_install` really needed?

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

end of thread, other threads:[~2023-07-18 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-16 19:12 [PR PATCH] tcping: update to 2.1.0 icp1994
2023-07-18 12:08 ` [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).