From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 18:20:15 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 C7248B55; Sat, 1 Mar 2014 18:20:15 +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 B39F711B9; Sat, 1 Mar 2014 18:20:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21IKF0F000244; Sat, 1 Mar 2014 18:20:15 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21IKFg9000243; Sat, 1 Mar 2014 18:20:15 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201403011820.s21IKFg9000243@svn.freebsd.org> From: Chris Rees Date: Sat, 1 Mar 2014 18:20:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346712 - head/audio/grip 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 18:20:15 -0000 Author: crees Date: Sat Mar 1 18:20:15 2014 New Revision: 346712 URL: http://svnweb.freebsd.org/changeset/ports/346712 QAT: https://qat.redports.org/buildarchive/r346712/ Log: Fix depend-- libid3-3.8.so is not installed by id3lib, libid3-3.8.so.3 is. Better to depend on the more general libid3.so Modified: head/audio/grip/Makefile Modified: head/audio/grip/Makefile ============================================================================== --- head/audio/grip/Makefile Sat Mar 1 18:19:04 2014 (r346711) +++ head/audio/grip/Makefile Sat Mar 1 18:20:15 2014 (r346712) @@ -11,7 +11,7 @@ MASTER_SITES= SF MAINTAINER= multimedia@FreeBSD.org COMMENT= GTK front-end to external cd rippers and audio encoders -LIB_DEPENDS= libid3-3.8.so:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \ libcurl.so:${PORTSDIR}/ftp/curl USE_XORG= x11