Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2013 18:15:26 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310507 - in head/net-p2p: libtorrent-rasterbar-15-python libtorrent-rasterbar-16-python
Message-ID:  <201301161815.r0GIFQMe007549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Jan 16 18:15:25 2013
New Revision: 310507
URL: http://svnweb.freebsd.org/changeset/ports/310507

Log:
  - move pkg-plist entries to PLIST_FILES

Deleted:
  head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist
  head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist
Modified:
  head/net-p2p/libtorrent-rasterbar-15-python/Makefile
  head/net-p2p/libtorrent-rasterbar-16-python/Makefile

Modified: head/net-p2p/libtorrent-rasterbar-15-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Wed Jan 16 18:05:43 2013	(r310506)
+++ head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Wed Jan 16 18:15:25 2013	(r310507)
@@ -12,7 +12,8 @@ LIB_DEPENDS+=	boost_python.4:${PORTSDIR}
 
 BUILD_WRKSRC=	${WRKSRC}/bindings/python
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
-PLIST=		${.CURDIR}/pkg-plist
+PLIST=		#
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/libtorrent.so
 
 INSTALLS_EGGINFO=	yes
 PYDISTUTILS_PKGNAME=	python_libtorrent

Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16-python/Makefile	Wed Jan 16 18:05:43 2013	(r310506)
+++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile	Wed Jan 16 18:15:25 2013	(r310507)
@@ -12,7 +12,8 @@ LIB_DEPENDS+=	boost_python.4:${PORTSDIR}
 
 BUILD_WRKSRC=	${WRKSRC}/bindings/python
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
-PLIST=		${.CURDIR}/pkg-plist
+PLIST=		#
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/libtorrent.so
 
 INSTALLS_EGGINFO=	yes
 PYDISTUTILS_PKGNAME=	python_libtorrent



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