git: 488322991179 - main - audio/ocp: Update to 0.2.99

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Sun, 26 Jun 2022 17:00:45 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=488322991179e8dbc44bf429e0ebd80216afd756

commit 488322991179e8dbc44bf429e0ebd80216afd756
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-06-26 17:00:39 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-06-26 17:00:39 +0000

    audio/ocp: Update to 0.2.99
---
 audio/ocp/Makefile              |  2 +-
 audio/ocp/distinfo              |  8 +++----
 audio/ocp/files/patch-configure | 46 -----------------------------------------
 3 files changed, 4 insertions(+), 52 deletions(-)

diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 090e13b439ed..7ee61bc09bdd 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -1,7 +1,7 @@
 # Created by: Emanuel Haupt <ehaupt@critical.ch>
 
 PORTNAME=	ocp
-PORTVERSION=	0.2.97
+PORTVERSION=	0.2.99
 PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/mywave82/opencubicplayer/releases/download/v${PORTVERSION}/
diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo
index e4be96a29372..19ae6e07f11c 100644
--- a/audio/ocp/distinfo
+++ b/audio/ocp/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1651567014
-SHA256 (ocp-0.2.97.tar.bz2) = a1492b4770144c809f0c1aac04997321bccd540708ed4e7faffa117e1311bda8
-SIZE (ocp-0.2.97.tar.bz2) = 4830826
-SHA256 (445fcd072a4ef6330ba9ce6780f5a3ac11b29254.patch) = f3b97b84f820a86ed1176f4d417b50c147cead2e3d4a1ff97f484f15a8e676cf
-SIZE (445fcd072a4ef6330ba9ce6780f5a3ac11b29254.patch) = 885
+TIMESTAMP = 1656230692
+SHA256 (ocp-0.2.99.tar.bz2) = dcf923d5968102f786a10e2fbee96c5f3c6ce8863184165601497197e3d89f0a
+SIZE (ocp-0.2.99.tar.bz2) = 4835754
diff --git a/audio/ocp/files/patch-configure b/audio/ocp/files/patch-configure
deleted file mode 100644
index 95716fbbddfd..000000000000
--- a/audio/ocp/files/patch-configure
+++ /dev/null
@@ -1,46 +0,0 @@
---- configure.orig	2022-05-08 19:20:04 UTC
-+++ configure
-@@ -8815,12 +8815,12 @@ if test -n "$MAD_CFLAGS"; then
-     pkg_cv_MAD_CFLAGS="$MAD_CFLAGS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mad\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "mad") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libmad\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "libmad") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_MAD_CFLAGS=`$PKG_CONFIG --cflags "mad" 2>/dev/null`
-+  pkg_cv_MAD_CFLAGS=`$PKG_CONFIG --cflags "libmad" 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -8832,12 +8832,12 @@ if test -n "$MAD_LIBS"; then
-     pkg_cv_MAD_LIBS="$MAD_LIBS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mad\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "mad") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libmad\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "libmad") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_MAD_LIBS=`$PKG_CONFIG --libs "mad" 2>/dev/null`
-+  pkg_cv_MAD_LIBS=`$PKG_CONFIG --libs "libmad" 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -8858,9 +8858,9 @@ else
-         _pkg_short_errors_supported=no
- fi
-         if test $_pkg_short_errors_supported = yes; then
--	        MAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mad" 2>&1`
-+	        MAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmad" 2>&1`
-         else
--	        MAD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mad" 2>&1`
-+	        MAD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmad" 2>&1`
-         fi
- 	# Put the nasty error message in config.log where it belongs
- 	echo "$MAD_PKG_ERRORS" >&5