MFH: r561088

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
This commit is contained in:
Kyle Evans 2021-01-10 17:31:19 +00:00
parent 21caab2dfe
commit aeef3374f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561089

View File

@ -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 \