Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 15:05:23 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
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
Message-ID:  <201309181505.r8IF5NQ8062937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309181505.r8IF5NQ8062937>