Date: Sat, 1 May 2021 21:33:08 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f47376405550 - main - audio/grip: popt is not used anymore in grip since 4.1.0 Message-ID: <202105012133.141LX8Ge015973@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=f47376405550d3ae2c596ba670189b2149bee32a commit f47376405550d3ae2c596ba670189b2149bee32a Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-05-01 21:06:40 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-05-01 21:32:32 +0000 audio/grip: popt is not used anymore in grip since 4.1.0 --- audio/grip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 5115f11d540f..c2319b02aea4 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -2,6 +2,7 @@ PORTNAME= grip PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/grip/${PORTVERSION} @@ -14,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libid3.so:audio/id3lib \ - libpopt.so:devel/popt + libid3.so:audio/id3lib USES= compiler:c++11-lang gmake gnome libtool localbase \ pathfix pkgconfig xorg gnome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105012133.141LX8Ge015973>