git: d8521f91ab02 - main - audio/flacon: the port had been updated to version 8.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Dec 2021 04:14:36 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8521f91ab027cd238b46d11c1b5fd558016fc33 commit d8521f91ab027cd238b46d11c1b5fd558016fc33 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-12-26 04:13:48 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-12-26 04:13:48 +0000 audio/flacon: the port had been updated to version 8.2.0 Tests must be run under UTF-8 locale, but one CP1251'ish test still fails for some reason. --- audio/flacon/Makefile | 5 +++-- audio/flacon/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile index affabc69622c..768956d94437 100644 --- a/audio/flacon/Makefile +++ b/audio/flacon/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= flacon -PORTVERSION= 8.1.0 +PORTVERSION= 8.2.0 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -21,6 +21,7 @@ USE_QT= buildtools_build concurrent_build qmake_build testlib_build \ CMAKE_ARGS= -DBUILD_TESTS:BOOL=YES do-test: - @cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS} + @cd ${TEST_WRKSRC} && LC_ALL=C.UTF-8 ctest -C ${CMAKE_BUILD_TYPE} \ + ${_MAKE_JOBS} .include <bsd.port.mk> diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo index d1a0b776734e..188d85834aea 100644 --- a/audio/flacon/distinfo +++ b/audio/flacon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637871978 -SHA256 (flacon-flacon-v8.1.0_GH0.tar.gz) = 26830ef5eaf2c91d0a4802630c904b448235cb0f72ebfd470a76423bee4de8d8 -SIZE (flacon-flacon-v8.1.0_GH0.tar.gz) = 3720292 +TIMESTAMP = 1640100305 +SHA256 (flacon-flacon-v8.2.0_GH0.tar.gz) = 7fd0f97f9bca87c5ec0f7eee30c6480b9cc51c8c60f79d9726ed09db756c60b9 +SIZE (flacon-flacon-v8.2.0_GH0.tar.gz) = 3757221