From owner-svn-ports-branches@FreeBSD.ORG Tue Dec 17 22:23:16 2013 Return-Path: Delivered-To: svn-ports-branches@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 8FFDFA0D; Tue, 17 Dec 2013 22:23:16 +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 7B15B1320; Tue, 17 Dec 2013 22:23:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHMNG2h075751; Tue, 17 Dec 2013 22:23:16 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBHMNG5l075750; Tue, 17 Dec 2013 22:23:16 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201312172223.rBHMNG5l075750@svn.freebsd.org> From: Bernhard Froehlich Date: Tue, 17 Dec 2013 22:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r336786 - branches/2014Q1/audio/py-tagpy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 22:23:16 -0000 Author: decke Date: Tue Dec 17 22:23:15 2013 New Revision: 336786 URL: http://svnweb.freebsd.org/changeset/ports/336786 Log: MFH r336761: - Unbreak build Reported by: exp-run (PR 184591) Modified: branches/2014Q1/audio/py-tagpy/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/audio/py-tagpy/Makefile ============================================================================== --- branches/2014Q1/audio/py-tagpy/Makefile Tue Dec 17 22:19:36 2013 (r336785) +++ branches/2014Q1/audio/py-tagpy/Makefile Tue Dec 17 22:23:15 2013 (r336786) @@ -14,7 +14,7 @@ COMMENT= Python bindings for Scott Wheel LICENSE= MIT LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libtag;so:${PORTSDIR}/audio/taglib + libtag.so:${PORTSDIR}/audio/taglib USES= shebangfix HAS_CONFIGURE= yes