Index: head/audio/opustags/Makefile =================================================================== --- head/audio/opustags/Makefile (revision 554813) +++ head/audio/opustags/Makefile (revision 554814) @@ -1,25 +1,22 @@ # $FreeBSD$ PORTNAME= opustags -DISTVERSION= 1.3.0 +DISTVERSION= 1.5.0 CATEGORIES= audio - -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch:-p1 # Fix the build failure on 11: Define _GNU_SOURCE for BSD compability https://github.com/fmang/opustags/pull/32 MAINTAINER= yuri@FreeBSD.org COMMENT= View and edit Ogg Opus comments LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libogg.so:audio/libogg USES= cmake compiler:c++14-lang iconv pkgconfig USE_GITHUB= yes GH_ACCOUNT= fmang PLIST_FILES= bin/opustags \ man/man1/opustags.1.gz .include Index: head/audio/opustags/distinfo =================================================================== --- head/audio/opustags/distinfo (revision 554813) +++ head/audio/opustags/distinfo (revision 554814) @@ -1,5 +1,3 @@ -TIMESTAMP = 1601183955 -SHA256 (fmang-opustags-1.3.0_GH0.tar.gz) = b55290bdcd67e4da6f17bd30b4956d3efa363b88f25ee12e026e9cb05e2ec70d -SIZE (fmang-opustags-1.3.0_GH0.tar.gz) = 28304 -SHA256 (0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch) = 2360b49655175b661a33fcbc90da643dbf9e281a41c9f92ef9785dff04d5bcf4 -SIZE (0e9c4e2f9d891f738ac2b3bd97a096bfec642ddd.patch) = 870 +TIMESTAMP = 1604994431 +SHA256 (fmang-opustags-1.5.0_GH0.tar.gz) = ec7479f61fb8fba6804f24675369be7f03d8e8cad348f068bd59416720199007 +SIZE (fmang-opustags-1.5.0_GH0.tar.gz) = 32061 Index: head/audio/opustags/files/patch-src_cli.cc =================================================================== --- head/audio/opustags/files/patch-src_cli.cc (nonexistent) +++ head/audio/opustags/files/patch-src_cli.cc (revision 554814) @@ -0,0 +1,10 @@ +--- src/cli.cc.orig 2020-11-10 07:49:07 UTC ++++ src/cli.cc +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + #include + #include + Property changes on: head/audio/opustags/files/patch-src_cli.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/opustags/files/patch-src_opus.cc =================================================================== --- head/audio/opustags/files/patch-src_opus.cc (revision 554813) +++ head/audio/opustags/files/patch-src_opus.cc (revision 554814) @@ -1,10 +1,10 @@ ---- src/opus.cc.orig 2020-08-12 14:10:18 UTC +--- src/opus.cc.orig 2020-11-08 09:32:46 UTC +++ src/opus.cc -@@ -24,6 +24,7 @@ +@@ -23,6 +23,7 @@ #include +#include #include #ifdef __APPLE__