From owner-svn-ports-head@FreeBSD.ORG Wed Sep 18 15:05:24 2013 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 ESMTP id 07B71320; Wed, 18 Sep 2013 15:05:24 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) 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 E86E82003; Wed, 18 Sep 2013 15:05:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IF5NMU062939; Wed, 18 Sep 2013 15:05:23 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IF5NQ8062937; Wed, 18 Sep 2013 15:05:23 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309181505.r8IF5NQ8062937@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 18 Sep 2013 15:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327554 - in head/net-p2p: libtorrent-rasterbar-16 libtorrent-rasterbar-16-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 18 Sep 2013 15:05:24 -0000 Author: nemysis Date: Wed Sep 18 15:05:23 2013 New Revision: 327554 URL: http://svnweb.freebsd.org/changeset/ports/327554 Log: - Use the new format for LIB_DEPENDS Approved by: wg/pawel (mentors) Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile head/net-p2p/libtorrent-rasterbar-16/Makefile Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Sep 18 14:48:06 2013 (r327553) +++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Sep 18 15:05:23 2013 (r327554) @@ -6,8 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python bindings for libtorrent-rasterbar-16 -LIB_DEPENDS= torrent-rasterbar:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ - boost_python:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ + libboost_python.so:${PORTSDIR}/devel/boost-python-libs MASTERDIR= ${.CURDIR}/../libtorrent-rasterbar-16 Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Sep 18 14:48:06 2013 (r327553) +++ head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Sep 18 15:05:23 2013 (r327554) @@ -12,8 +12,8 @@ COMMENT?= C++ library implementing a Bit LICENSE= BSD -LIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs \ - GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + libGeoIP.so:${PORTSDIR}/net/GeoIP USES= pathfix pkgconfig iconv USE_OPENSSL= yes