Date: Sun, 10 Jan 2021 17:29:35 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561088 - head/audio/tagtool Message-ID: <202101101729.10AHTZFN058558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Sun Jan 10 17:29:35 2021 New Revision: 561088 URL: https://svnweb.freebsd.org/changeset/ports/561088 Log: audio/tagtool: use libgnuregex from devel/libgnuregex libgnuregex has been removed in FreeBSD 13.0. The version in base had a number of known or likely bugs associated with it, so just use the newer and more stable port on all supported FreeBSD versions. PR: 252245 MFH: 2020Q1 Modified: head/audio/tagtool/Makefile Modified: head/audio/tagtool/Makefile ============================================================================== --- head/audio/tagtool/Makefile Sun Jan 10 17:05:25 2021 (r561087) +++ head/audio/tagtool/Makefile Sun Jan 10 17:29:35 2021 (r561088) @@ -4,7 +4,7 @@ PORTNAME= tagtool PORTVERSION= 0.12.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= audio MASTER_SITES= SF @@ -14,7 +14,8 @@ COMMENT= GNOME MP3/Ogg file tagger LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libid3.so:audio/id3lib \ +LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex \ + libid3.so:audio/id3lib \ libvorbis.so:audio/libvorbis USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101101729.10AHTZFN058558>