From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 19:10:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F11A1905; Sat, 1 Mar 2014 19:10:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B5A91D32; Sat, 1 Mar 2014 19:10:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21JAhFi020971; Sat, 1 Mar 2014 19:10:43 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21JAheE020968; Sat, 1 Mar 2014 19:10:43 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403011910.s21JAheE020968@svn.freebsd.org> From: Antoine Brodin Date: Sat, 1 Mar 2014 19:10:43 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 19:10:44 -0000 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