diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-06-05 08:00:22 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-06-05 08:00:22 +0000 |
commit | 91145a37e5d8c1b1bc30dee86ad5dd98aeef8818 (patch) | |
tree | 075980985afff509e7d848c4ea4e65b6eafc1144 | |
parent | 472faa276e363f720e69c93aed06a207d94ce7bc (diff) | |
download | ports-91145a37e5d8c1b1bc30dee86ad5dd98aeef8818.tar.gz ports-91145a37e5d8c1b1bc30dee86ad5dd98aeef8818.zip |
audio/flacon: belatedly update the port to version 9.0.0
Amend TEST_DEPENDS so they include all external programs invoked
during the test run. Unfortunately, most of the tests still fail
due to apparently locale-related issues.
Reported by: portscout
-rw-r--r-- | audio/flacon/Makefile | 5 | ||||
-rw-r--r-- | audio/flacon/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile index 768956d94437..65d3f778ec58 100644 --- a/audio/flacon/Makefile +++ b/audio/flacon/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= flacon -PORTVERSION= 8.2.0 +PORTVERSION= 9.0.0 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -12,7 +12,8 @@ LICENSE= LGPL21+ LIB_DEPENDS= libtag.so:audio/taglib \ libuchardet.so:textproc/uchardet -TEST_DEPENDS= mac:audio/mac ttaenc:audio/tta +TEST_DEPENDS= flac:audio/flac mac:audio/mac mediainfo:multimedia/mediainfo \ + ttaenc:audio/tta wavpack:audio/wavpack USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 USE_GITHUB= yes diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo index 188d85834aea..4a4cef1cc38b 100644 --- a/audio/flacon/distinfo +++ b/audio/flacon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640100305 -SHA256 (flacon-flacon-v8.2.0_GH0.tar.gz) = 7fd0f97f9bca87c5ec0f7eee30c6480b9cc51c8c60f79d9726ed09db756c60b9 -SIZE (flacon-flacon-v8.2.0_GH0.tar.gz) = 3757221 +TIMESTAMP = 1651231719 +SHA256 (flacon-flacon-v9.0.0_GH0.tar.gz) = a83d5fe297ceb6408b7f63c56a6be336fe1c6d06ebedcc0c84a3f7dd234140e4 +SIZE (flacon-flacon-v9.0.0_GH0.tar.gz) = 3762192 |