aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÄlven <alster@vinterdalen.se>2024-05-26 17:59:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-26 18:00:22 +0000
commit357c46768deb557f0b0114362fd833c143d48701 (patch)
treea08afc9da9d247ab5abeca6bc1116fc703996445
parentc5e70c355be25f2c803fdebbc8150e68b67e70a9 (diff)
downloadports-357c46768deb557f0b0114362fd833c143d48701.tar.gz
ports-357c46768deb557f0b0114362fd833c143d48701.zip
audio/py-zita-jacktools: update 1.6.1 → 1.7.2
PR: 279298
-rw-r--r--audio/py-zita-jacktools/Makefile2
-rw-r--r--audio/py-zita-jacktools/distinfo6
-rw-r--r--audio/py-zita-jacktools/files/patch-source_posixthr.h11
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>