aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2025-02-19 17:23:48 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2025-02-21 17:02:56 +0000
commit223b2baabc91bc6c7106b582da0eba78b6ac7fe2 (patch)
tree0df0f365e13480d418ec2b4776128efce0e27c03
parent19159d6ac3b378b4b798eddd84c0096ff599b0fa (diff)
audio/baresip: update to 3.20.0
-rw-r--r--audio/baresip/Makefile6
-rw-r--r--audio/baresip/distinfo6
-rw-r--r--audio/baresip/files/patch-modules_alsa_alsa.c11
-rw-r--r--audio/baresip/files/patch-modules_alsa_alsa__play.c11
-rw-r--r--audio/baresip/files/patch-modules_alsa_alsa__src.c11
-rw-r--r--audio/baresip/files/patch-modules_gst_gst.c11
-rw-r--r--audio/baresip/files/patch-src_audio.c11
7 files changed, 6 insertions, 61 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile
index 4cc633a2e0b2..be45d2f5377d 100644
--- a/audio/baresip/Makefile
+++ b/audio/baresip/Makefile
@@ -1,6 +1,6 @@
PORTNAME= baresip
DISTVERSIONPREFIX= v
-DISTVERSION= 3.19.0
+DISTVERSION= 3.20.0
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
@@ -18,8 +18,8 @@ USE_GITHUB= yes
GH_ACCOUNT= baresip
# FIXME values of the next 3 variables taken from source code Makefile
-ABI_MAJOR= 19
-ABI_AGE= 19
+ABI_MAJOR= 20
+ABI_AGE= 20
ABI_REV= 0
PLIST_SUB= ABI_MAJOR=${ABI_MAJOR}
PLIST_SUB+= ABI_AGE=${ABI_AGE} \
diff --git a/audio/baresip/distinfo b/audio/baresip/distinfo
index 52cdf85478b3..eedccbe12bc3 100644
--- a/audio/baresip/distinfo
+++ b/audio/baresip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737286463
-SHA256 (baresip-baresip-v3.19.0_GH0.tar.gz) = 798dd6730e334cfb4fcda4293f2dab9828129ff1d83eb8fe92df8214aa8c36e9
-SIZE (baresip-baresip-v3.19.0_GH0.tar.gz) = 1177190
+TIMESTAMP = 1739984744
+SHA256 (baresip-baresip-v3.20.0_GH0.tar.gz) = df3df6b94bb72f4105a542246e02800db05cd6877088b0567c6169b94be5fea5
+SIZE (baresip-baresip-v3.20.0_GH0.tar.gz) = 1179018
diff --git a/audio/baresip/files/patch-modules_alsa_alsa.c b/audio/baresip/files/patch-modules_alsa_alsa.c
deleted file mode 100644
index 9eb3682f568a..000000000000
--- a/audio/baresip/files/patch-modules_alsa_alsa.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/alsa/alsa.c.orig 2022-05-01 07:27:33 UTC
-+++ modules/alsa/alsa.c
-@@ -4,7 +4,7 @@
- * Copyright (C) 2010 Alfred E. Heggestad
- */
- #define _DEFAULT_SOURCE 1
--#define _POSIX_SOURCE 1
-+#define _POSIX_C_SOURCE 200112L
- #include <sys/types.h>
- #include <sys/time.h>
- #include <stdlib.h>
diff --git a/audio/baresip/files/patch-modules_alsa_alsa__play.c b/audio/baresip/files/patch-modules_alsa_alsa__play.c
deleted file mode 100644
index 3a606138c8f0..000000000000
--- a/audio/baresip/files/patch-modules_alsa_alsa__play.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/alsa/alsa_play.c.orig 2022-05-01 07:27:33 UTC
-+++ modules/alsa/alsa_play.c
-@@ -4,7 +4,7 @@
- * Copyright (C) 2010 Alfred E. Heggestad
- */
- #define _DEFAULT_SOURCE 1
--#define _POSIX_SOURCE 1
-+#define _POSIX_C_SOURCE 200112L
- #include <sys/types.h>
- #include <sys/time.h>
- #include <stdlib.h>
diff --git a/audio/baresip/files/patch-modules_alsa_alsa__src.c b/audio/baresip/files/patch-modules_alsa_alsa__src.c
deleted file mode 100644
index c8b28a8859c0..000000000000
--- a/audio/baresip/files/patch-modules_alsa_alsa__src.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/alsa/alsa_src.c.orig 2022-05-01 07:27:33 UTC
-+++ modules/alsa/alsa_src.c
-@@ -4,7 +4,7 @@
- * Copyright (C) 2010 Alfred E. Heggestad
- */
- #define _DEFAULT_SOURCE 1
--#define _POSIX_SOURCE 1
-+#define _POSIX_C_SOURCE 200112L
- #include <sys/types.h>
- #include <sys/time.h>
- #include <stdlib.h>
diff --git a/audio/baresip/files/patch-modules_gst_gst.c b/audio/baresip/files/patch-modules_gst_gst.c
deleted file mode 100644
index 2234a57a8148..000000000000
--- a/audio/baresip/files/patch-modules_gst_gst.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/gst/gst.c.orig 2021-04-21 09:34:08 UTC
-+++ modules/gst/gst.c
-@@ -4,7 +4,7 @@
- * Copyright (C) 2010 - 2015 Alfred E. Heggestad
- */
- #define _DEFAULT_SOURCE 1
--#define _POSIX_C_SOURCE 199309L
-+#define _POSIX_C_SOURCE 200112L
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
diff --git a/audio/baresip/files/patch-src_audio.c b/audio/baresip/files/patch-src_audio.c
deleted file mode 100644
index 5570c157d213..000000000000
--- a/audio/baresip/files/patch-src_audio.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/audio.c.orig 2022-07-01 08:52:02 UTC
-+++ src/audio.c
-@@ -6,7 +6,7 @@
- */
- #define _DEFAULT_SOURCE 1
- #define _BSD_SOURCE 1
--#define _POSIX_C_SOURCE 199309L
-+#define _POSIX_C_SOURCE 200112L
- #include <string.h>
- #include <stdlib.h>
- #ifdef HAVE_UNISTD_H