aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-05-14 14:02:03 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-05-14 14:02:03 +0000
commite5b28af2de03afc84a56a8cc669360692f020f7e (patch)
treed3d22acd19637375941d6c4b029ace196a90a351
parent4f52a404374354d478b72db96235d23d929ab155 (diff)
downloadports-e5b28af2de03afc84a56a8cc669360692f020f7e.tar.gz
ports-e5b28af2de03afc84a56a8cc669360692f020f7e.zip
audio/ocp: Update to 0.2.105
-rw-r--r--audio/ocp/Makefile2
-rw-r--r--audio/ocp/distinfo6
-rw-r--r--audio/ocp/files/patch-Rules.make.in11
3 files changed, 4 insertions, 15 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index c50777fb394a..993125cad06c 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ocp
-PORTVERSION= 0.2.104
+PORTVERSION= 0.2.105
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= https://stian.cubic.org/ocp/
diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo
index ab84410464bd..894acc954fbb 100644
--- a/audio/ocp/distinfo
+++ b/audio/ocp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683869957
-SHA256 (ocp-0.2.104.tar.xz) = e07dce02c3e72233a82903a670d392dac0f6b082ed4d4a72eddd9da48ef77b8b
-SIZE (ocp-0.2.104.tar.xz) = 3895108
+TIMESTAMP = 1684072359
+SHA256 (ocp-0.2.105.tar.xz) = 1a87b3c572679fb681a25bf158bdc1cc078018d0507965e1557610c17fcccfc5
+SIZE (ocp-0.2.105.tar.xz) = 3898208
diff --git a/audio/ocp/files/patch-Rules.make.in b/audio/ocp/files/patch-Rules.make.in
deleted file mode 100644
index 2285c0e18108..000000000000
--- a/audio/ocp/files/patch-Rules.make.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Rules.make.in.orig 2023-02-05 14:42:33 UTC
-+++ Rules.make.in
-@@ -94,7 +94,7 @@ HAVE_SYS_IO_H=@HAVE_SYS_IO_H@
- HAVE_SYS_STAT_H=@HAVE_SYS_STAT_H@
- HAVE_SYS_TYPES_H=@HAVE_SYS_TYPES_H@
-
--LIBANCIENT_CXXFLAGS=@LIBANCIENT_CFLAGS@
-+LIBANCIENT_CXXFLAGS=@LIBANCIENT_CFLAGS@ -std=c++17
- LIBANCIENT_LIBS=@LIBANCIENT_LIBS@
-
- ALSA_CFLAGS=@ALSA_CFLAGS@