aboutsummaryrefslogtreecommitdiff
path: root/audio/shntool
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-10-04 06:41:35 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-10-04 06:41:35 +0000
commit1dacc41bd8d4f29a2b5fafbb71516fa2e56d5739 (patch)
tree237087a814fe1990437b61c551f3b61f3628e415 /audio/shntool
parent336320f33cf5dd3c5c7f7dc97b5c4b0be61de08e (diff)
downloadports-1dacc41bd8d4f29a2b5fafbb71516fa2e56d5739.tar.gz
ports-1dacc41bd8d4f29a2b5fafbb71516fa2e56d5739.zip
audio/shntool: add upstream fix
* Added WAVE_FORMAT_EXTENSIBLE with value 0xfffe and supressed error on wav header parsing with that format PR: 250088 Reported by: Danoz <danoz@danoz.net>
Notes
Notes: svn path=/head/; revision=551359
Diffstat (limited to 'audio/shntool')
-rw-r--r--audio/shntool/Makefile5
-rw-r--r--audio/shntool/distinfo3
2 files changed, 7 insertions, 1 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile
index 8f3798b13679..115a5cb07e51 100644
--- a/audio/shntool/Makefile
+++ b/audio/shntool/Makefile
@@ -3,10 +3,13 @@
PORTNAME= shntool
DISTVERSION= 3.0.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://shnutils.freeshell.org/shntool/dist/src/
+PATCH_SITES= https://github.com/max619/shntool/commit/
+PATCHFILES= cfd06e4ed.patch:-p1
+
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Multi-purpose WAVE data processing and reporting utility
diff --git a/audio/shntool/distinfo b/audio/shntool/distinfo
index 1fbc7448efe4..6d590f1bceda 100644
--- a/audio/shntool/distinfo
+++ b/audio/shntool/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1601793495
SHA256 (shntool-3.0.10.tar.gz) = 74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102
SIZE (shntool-3.0.10.tar.gz) = 216061
+SHA256 (cfd06e4ed.patch) = 3ba026ed6c669d8ca25994e25fa0eea4b5dd9f7d2bd15ddcbfbdf62c66f4689f
+SIZE (cfd06e4ed.patch) = 1569