mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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.
This commit is contained in:
parent
4146148d81
commit
d8521f91ab
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user