aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-04-02 10:01:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-04-02 10:01:44 +0000
commit87cd12f206abd10c8a16ddb4bf30ad9f3cbfa31b (patch)
tree552ba4dfc952088745d8da673e4404d46a3ea67a
parent1eec19b9a6a89746b6beabd9501b0095a50483b0 (diff)
downloadports-87cd12f206abd10c8a16ddb4bf30ad9f3cbfa31b.tar.gz
ports-87cd12f206abd10c8a16ddb4bf30ad9f3cbfa31b.zip
audio/ocp: Update to 0.2.108
-rw-r--r--audio/ocp/Makefile2
-rw-r--r--audio/ocp/distinfo6
-rw-r--r--audio/ocp/files/patch-filesel_filesystem-rpg.c15
3 files changed, 4 insertions, 19 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 945f633041d0..28fa77051662 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ocp
-PORTVERSION= 0.2.107
+PORTVERSION= 0.2.108
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= https://stian.cubic.org/ocp/
diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo
index d299fbb8eb8f..ad8c8f219e1d 100644
--- a/audio/ocp/distinfo
+++ b/audio/ocp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708372777
-SHA256 (ocp-0.2.107.tar.xz) = 7627e4fe3acf7ffd7108ac2a6bf53e8a28de7a220c054338c8642c4e37d94626
-SIZE (ocp-0.2.107.tar.xz) = 3994444
+TIMESTAMP = 1712041102
+SHA256 (ocp-0.2.108.tar.xz) = d7b983966f6bf7285c1554181edcfdcd2017f9629c41ee38b698a89b65f3b1ea
+SIZE (ocp-0.2.108.tar.xz) = 3995636
diff --git a/audio/ocp/files/patch-filesel_filesystem-rpg.c b/audio/ocp/files/patch-filesel_filesystem-rpg.c
deleted file mode 100644
index c58d9c4866d8..000000000000
--- a/audio/ocp/files/patch-filesel_filesystem-rpg.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- filesel/filesystem-rpg.c.orig 2024-02-19 21:41:47 UTC
-+++ filesel/filesystem-rpg.c
-@@ -609,11 +609,11 @@ static int rpg_dir_readdir_iterate (ocpdirhandle_pt _s
- self->dir->owner->archive_filehandle->seek_set (self->dir->owner->archive_filehandle, self->nextheader_offset);
- if (self->dir->owner->archive_filehandle->read (self->dir->owner->archive_filehandle, header, sizeof (header)) < 6)
- {
--finished:
- const char *filename;
- uint8_t *metadata = 0;
- size_t metadatasize = 0;
-
-+finished:
- self->dir->owner->ready = 1;
- rpg_instance_encode_blob (self->dir->owner, &metadata, &metadatasize);
- if (metadata)