Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2024 15:18:53 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2b27eea1006d - main - audio/flacon: the port had been updated to version 11.3.0
Message-ID:  <202405081518.448FIrl8000403@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b27eea1006dc6cd2827d39f27888049ddfdc662

commit 2b27eea1006dc6cd2827d39f27888049ddfdc662
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-05-08 15:17:52 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-05-08 15:17:52 +0000

    audio/flacon: the port had been updated to version 11.3.0
    
    NB: the latest version 11.4.0 fails to pass the test suite:
    
      PASS   : TestFlacon::testTextCodecs(01 - windows-1251.src)
      FAIL!  : TestFlacon::testTextCodecs(02 - IBM866.src) Unable
               to open iconv_open for IBM866: Invalid argument
       Loc: [.../work/flacon-11.4.0/tests/test_textcodecs.cpp(71)]
      PASS   : TestFlacon::testTextCodecs(03 - ISO-8859-5.src)
    
    While here, append the LastTest.log contents to the build log
    as part of the `do-test' target.
    
    Reported by:    portscout
---
 audio/flacon/Makefile | 5 ++++-
 audio/flacon/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile
index f0bb110e2cc1..b7e1633e2a15 100644
--- a/audio/flacon/Makefile
+++ b/audio/flacon/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	flacon
-PORTVERSION=	11.1.0
+PORTVERSION=	11.3.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	audio
 
@@ -9,6 +9,8 @@ WWW=		https://flacon.github.io/
 
 LICENSE=	LGPL21+
 
+# XXX: yaml-cpp is needed for tests/flacon_test program only
+BUILD_DEPENDS=	${LOCALBASE}/include/yaml-cpp/yaml.h:devel/yaml-cpp
 LIB_DEPENDS=	libtag.so:audio/taglib \
 		libuchardet.so:textproc/uchardet
 TEST_DEPENDS=	alacenc:audio/alacenc \
@@ -28,5 +30,6 @@ CMAKE_ARGS=	-DBUILD_TESTS:BOOL=YES
 do-test:
 	@cd ${TEST_WRKSRC} && LC_ALL=C.UTF-8 ctest -C ${CMAKE_BUILD_TYPE} \
 		${_MAKE_JOBS}
+	@${CAT} ${TEST_WRKSRC}/Testing/Temporary/LastTest.log
 
 .include <bsd.port.mk>
diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo
index f2a77097b9e6..11ded7aeaaf3 100644
--- a/audio/flacon/distinfo
+++ b/audio/flacon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685276604
-SHA256 (flacon-flacon-v11.1.0_GH0.tar.gz) = 43c0cc9a4ef0765cd92cc642c7690c3574430db2b962d497178002866ceeb612
-SIZE (flacon-flacon-v11.1.0_GH0.tar.gz) = 4015382
+TIMESTAMP = 1696434228
+SHA256 (flacon-flacon-v11.3.0_GH0.tar.gz) = af8e90362ef2b2f1f1a0978b7d7ff7977e5875993579d2df793813e04d4cb31d
+SIZE (flacon-flacon-v11.3.0_GH0.tar.gz) = 4081613



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405081518.448FIrl8000403>