Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2023 09:02:39 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3eda7dd3109d - main - =?utf-8?Q?audio/opustags:=20Update=201.6.0=20=E2=86=92=201.8.0?=
Message-ID:  <202303120902.32C92d8p099011@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3eda7dd3109d532fa50f32c4b8e497ea23cbdde2

commit 3eda7dd3109d532fa50f32c4b8e497ea23cbdde2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-12 06:54:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-12 09:02:30 +0000

    audio/opustags: Update 1.6.0 → 1.8.0
    
    Reported by:    portscout
---
 audio/opustags/Makefile | 6 ++++--
 audio/opustags/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/audio/opustags/Makefile b/audio/opustags/Makefile
index 77615318d87a..2faa9edda116 100644
--- a/audio/opustags/Makefile
+++ b/audio/opustags/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	opustags
-DISTVERSION=	1.6.0
+DISTVERSION=	1.8.0
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,11 +11,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libogg.so:audio/libogg
 
-USES=		cmake compiler:c++14-lang iconv pkgconfig
+USES=		cmake compiler:c++20-lang iconv pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	fmang
 
+TEST_TARGET=	check # 1 test fails, see https://github.com/fmang/opustags/issues/60
+
 PLIST_FILES=	bin/opustags \
 		share/man/man1/opustags.1.gz
 
diff --git a/audio/opustags/distinfo b/audio/opustags/distinfo
index 17ab9d50ca20..0f4308d5d523 100644
--- a/audio/opustags/distinfo
+++ b/audio/opustags/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609557440
-SHA256 (fmang-opustags-1.6.0_GH0.tar.gz) = 0f82703a49b35d44503c53bb596129e89ec061fb1f6e82363f982d1e35377dce
-SIZE (fmang-opustags-1.6.0_GH0.tar.gz) = 33014
+TIMESTAMP = 1678602810
+SHA256 (fmang-opustags-1.8.0_GH0.tar.gz) = 1cd4d07344ae85511851f4dc79afef0590757b3776133c5268cb100c367e714e
+SIZE (fmang-opustags-1.8.0_GH0.tar.gz) = 39902



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