From owner-svn-ports-head@FreeBSD.ORG Sun Aug 3 13:07:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3F5ECBD for ; Sun, 3 Aug 2014 13:07:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 942BD2B7A for ; Sun, 3 Aug 2014 13:07:10 +0000 (UTC) Received: from wg (uid 1317) (envelope-from wg@FreeBSD.org) id 52ac by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 13:07:10 +0000 From: William Grzybowski Date: Sun, 3 Aug 2014 13:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363898 - head/audio/aqualung X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53de33fe.52ac.5f829638@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 13:07:10 -0000 Author: wg Date: Sun Aug 3 13:07:10 2014 New Revision: 363898 URL: http://svnweb.freebsd.org/changeset/ports/363898 QAT: https://qat.redports.org/buildarchive/r363898/ Log: audio/aqualung: remove duplicated lib depend PR: 190437 Submitted by: maintainer (timeout) Modified: head/audio/aqualung/Makefile Modified: head/audio/aqualung/Makefile ============================================================================== --- head/audio/aqualung/Makefile Sun Aug 3 13:02:11 2014 (r363897) +++ head/audio/aqualung/Makefile Sun Aug 3 13:07:10 2014 (r363898) @@ -26,7 +26,6 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR libcdio.so:${PORTSDIR}/sysutils/libcdio \ libmp3lame.so:${PORTSDIR}/audio/lame \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ - libstrfunc.so:${PORTSDIR}/devel/libstrfunc \ libwavpack.so:${PORTSDIR}/audio/wavpack \ libxslt.so:${PORTSDIR}/textproc/libxslt \ libcddb.so:${PORTSDIR}/audio/libcddb \