Date: Sun, 19 Jan 2025 13:04:35 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 14437c733afb - main - audio/py-pyradio: Update to 0.9.3.11.4 Message-ID: <202501191304.50JD4Zdc050114@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=14437c733afb7093ed5125f0cba7b8350a5f65ba commit 14437c733afb7093ed5125f0cba7b8350a5f65ba Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2025-01-19 13:02:53 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2025-01-19 13:04:04 +0000 audio/py-pyradio: Update to 0.9.3.11.4 Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.4 Reported by: Spiros Georgaras <notifications@github.com> --- audio/py-pyradio/Makefile | 2 +- audio/py-pyradio/distinfo | 6 +++--- audio/py-pyradio/files/patch-pyradio_ping.py | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile index a6b3fe5d630e..d91624dfa18f 100644 --- a/audio/py-pyradio/Makefile +++ b/audio/py-pyradio/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyradio -DISTVERSION= 0.9.3.11.3 +DISTVERSION= 0.9.3.11.4 PORTREVISION= 0 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-pyradio/distinfo b/audio/py-pyradio/distinfo index e09f8424bfdf..737fc13faad4 100644 --- a/audio/py-pyradio/distinfo +++ b/audio/py-pyradio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733492092 -SHA256 (coderholic-pyradio-0.9.3.11.3_GH0.tar.gz) = 3d28b2977c8d4179b4e95678f544af06c98e171731c91f4919d7a6c3017ba669 -SIZE (coderholic-pyradio-0.9.3.11.3_GH0.tar.gz) = 1526952 +TIMESTAMP = 1737277606 +SHA256 (coderholic-pyradio-0.9.3.11.4_GH0.tar.gz) = 6f74783cb06fffff9d1875bb3bede4f710cedbf8755b42d59bc2d5d020a7180d +SIZE (coderholic-pyradio-0.9.3.11.4_GH0.tar.gz) = 1547353 diff --git a/audio/py-pyradio/files/patch-pyradio_ping.py b/audio/py-pyradio/files/patch-pyradio_ping.py index 2ce6336c4c71..87cbdd370315 100644 --- a/audio/py-pyradio/files/patch-pyradio_ping.py +++ b/audio/py-pyradio/files/patch-pyradio_ping.py @@ -1,11 +1,11 @@ ---- pyradio/ping.py.orig 2022-12-09 15:36:15 UTC +--- pyradio/ping.py.orig 2025-01-18 18:10:46 UTC +++ pyradio/ping.py -@@ -49,7 +49,7 @@ def linux_ping(server, count=1, timeout_in_seconds=1): - return 0 if '100%' in out[0] else 1 - else: - r=subprocess.Popen( -- ['ping', '-c', str(count), '-w', -+ ['ping', '-c', str(count), '-t', - str(timeout_in_seconds), server], - stderr=subprocess.DEVNULL, - stdout=subprocess.PIPE +@@ -42,7 +42,7 @@ def linux_ping(server, count=1, timeout_in_seconds=1): + ''' + try: + r = subprocess.Popen( +- ['ping', '-c', str(count), '-w', ++ ['ping', '-c', str(count), '-t', + str(timeout_in_seconds), server], + stderr=subprocess.DEVNULL, + stdout=subprocess.PIPE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501191304.50JD4Zdc050114>