Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 18:00:36 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 357c46768deb - main - audio/py-zita-jacktools: update 1.6.1 =?utf-8?Q?=E2=86=92?= 1.7.2
Message-ID:  <202405261800.44QI0akI020897@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=357c46768deb557f0b0114362fd833c143d48701

commit 357c46768deb557f0b0114362fd833c143d48701
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-05-26 17:59:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-26 18:00:22 +0000

    audio/py-zita-jacktools: update 1.6.1 → 1.7.2
    
    PR:     279298
---
 audio/py-zita-jacktools/Makefile                      |  2 +-
 audio/py-zita-jacktools/distinfo                      |  6 +++---
 audio/py-zita-jacktools/files/patch-source_posixthr.h | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/audio/py-zita-jacktools/Makefile b/audio/py-zita-jacktools/Makefile
index 4c513f88ecb6..83993cfb0f38 100644
--- a/audio/py-zita-jacktools/Makefile
+++ b/audio/py-zita-jacktools/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	zita-jacktools
-DISTVERSION=	1.6.1
+DISTVERSION=	1.7.2
 CATEGORIES=	audio python
 MASTER_SITES=	https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/py-zita-jacktools/distinfo b/audio/py-zita-jacktools/distinfo
index 9ba501777a07..c5c85ab095d5 100644
--- a/audio/py-zita-jacktools/distinfo
+++ b/audio/py-zita-jacktools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685780494
-SHA256 (zita-jacktools-1.6.1.tar.bz2) = 0dfc4f7b57d441372e454f5a6f01ca1c93ce146c3095963821620e7c98ed1cd1
-SIZE (zita-jacktools-1.6.1.tar.bz2) = 107879
+TIMESTAMP = 1716657589
+SHA256 (zita-jacktools-1.7.2.tar.bz2) = bfcd93124f6a29d4dea70ee9b3e58a9e667196da944f247bce96578e52eca6db
+SIZE (zita-jacktools-1.7.2.tar.bz2) = 95831
diff --git a/audio/py-zita-jacktools/files/patch-source_posixthr.h b/audio/py-zita-jacktools/files/patch-source_posixthr.h
deleted file mode 100644
index bcc93d21d587..000000000000
--- a/audio/py-zita-jacktools/files/patch-source_posixthr.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/posixthr.h.orig	2021-07-27 18:45:53 UTC
-+++ source/posixthr.h
-@@ -22,7 +22,7 @@
- #define _POSIXTHR_H
- 
- 
--#ifdef __linux__
-+#if defined(__linux__) || defined(__FreeBSD__)
- 
- #include <stdlib.h>
- #include <pthread.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405261800.44QI0akI020897>