Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 19:10:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346715 - in head/audio: kid3-kde4 tagtool zinf
Message-ID:  <201403011910.s21JAheE020968@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Mar  1 19:10:42 2014
New Revision: 346715
URL: http://svnweb.freebsd.org/changeset/ports/346715
QAT: https://qat.redports.org/buildarchive/r346715/

Log:
  Chase last audio/id3lib port change

Modified:
  head/audio/kid3-kde4/Makefile
  head/audio/tagtool/Makefile
  head/audio/zinf/Makefile

Modified: head/audio/kid3-kde4/Makefile
==============================================================================
--- head/audio/kid3-kde4/Makefile	Sat Mar  1 18:52:55 2014	(r346714)
+++ head/audio/kid3-kde4/Makefile	Sat Mar  1 19:10:42 2014	(r346715)
@@ -75,7 +75,7 @@ FLAC_CMAKE_ON=		-DWITH_FLAC=ON
 FLAC_CMAKE_OFF=		-DWITH_FLAC=OFF
 
 ID3LIB_DESC=	Support for mp3 files
-ID3LIB_LIB_DEPENDS=	libid3-3.8.so:${PORTSDIR}/audio/id3lib
+ID3LIB_LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio/id3lib
 ID3LIB_CMAKE_ON=	-DWITH_ID3LIB=ON
 ID3LIB_CMAKE_OFF=	-DWITH_ID3LIB=OFF
 

Modified: head/audio/tagtool/Makefile
==============================================================================
--- head/audio/tagtool/Makefile	Sat Mar  1 18:52:55 2014	(r346714)
+++ head/audio/tagtool/Makefile	Sat Mar  1 19:10:42 2014	(r346715)
@@ -11,7 +11,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME MP3/Ogg file tagger
 
-LIB_DEPENDS=	libid3-3.8.so:${PORTSDIR}/audio/id3lib \
+LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio/id3lib \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
 USE_BZIP2=	yes

Modified: head/audio/zinf/Makefile
==============================================================================
--- head/audio/zinf/Makefile	Sat Mar  1 18:52:55 2014	(r346714)
+++ head/audio/zinf/Makefile	Sat Mar  1 19:10:42 2014	(r346715)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK-based MP3 player
 
-LIB_DEPENDS=	libid3-3.8.so:${PORTSDIR}/audio/id3lib \
+LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio/id3lib \
 		libgdbm.so:${PORTSDIR}/databases/gdbm
 
 USES=		pathfix pkgconfig gettext gmake perl5



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