svn commit: r551359 - head/audio/shntool
Tobias C. Berner
tcberner at FreeBSD.org
Sun Oct 4 06:41:36 UTC 2020
Author: tcberner
Date: Sun Oct 4 06:41:35 2020
New Revision: 551359
URL: https://svnweb.freebsd.org/changeset/ports/551359
Log:
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 at danoz.net>
Modified:
head/audio/shntool/Makefile
head/audio/shntool/distinfo
Modified: head/audio/shntool/Makefile
==============================================================================
--- head/audio/shntool/Makefile Sun Oct 4 06:38:22 2020 (r551358)
+++ head/audio/shntool/Makefile Sun Oct 4 06:41:35 2020 (r551359)
@@ -3,9 +3,12 @@
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 at FreeBSD.org
COMMENT= Multi-purpose WAVE data processing and reporting utility
Modified: head/audio/shntool/distinfo
==============================================================================
--- head/audio/shntool/distinfo Sun Oct 4 06:38:22 2020 (r551358)
+++ head/audio/shntool/distinfo Sun Oct 4 06:41:35 2020 (r551359)
@@ -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
More information about the svn-ports-head
mailing list