svn commit: r311181 - in head/net-p2p: libtorrent-rasterbar-15-python libtorrent-rasterbar-16-python
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Jan 29 19:46:34 UTC 2013
Author: rm
Date: Tue Jan 29 19:46:33 2013
New Revision: 311181
URL: http://svnweb.freebsd.org/changeset/ports/311181
Log:
Revert r310507 by putting pkg-plist back. The problem is that w/o pkg-plist
file installation of this ports hangs on "Generating temporary packing list"
stage. I discovered that while testing of libtorrent-rasterbar-16-python update
on a live system (while build is fine in tinderbox tests). I found exactly the
same report at [1] while googling of the problem.
Sorry about that.
[1] http://forums.freebsd.org/showthread.php?t=37177
Pointyhat to: rm (myself)
Added:
head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist (contents, props changed)
head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist (contents, props changed)
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 Tue Jan 29 19:38:30 2013 (r311180)
+++ head/net-p2p/libtorrent-rasterbar-15-python/Makefile Tue Jan 29 19:46:33 2013 (r311181)
@@ -12,8 +12,7 @@ LIB_DEPENDS+= boost_python.4:${PORTSDIR}
BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= #
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/libtorrent.so
+PLIST= ${.CURDIR}/pkg-plist
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= python_libtorrent
Added: head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist Tue Jan 29 19:46:33 2013 (r311181)
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/libtorrent.so
Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Tue Jan 29 19:38:30 2013 (r311180)
+++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Tue Jan 29 19:46:33 2013 (r311181)
@@ -12,9 +12,7 @@ LIB_DEPENDS+= boost_python.4:${PORTSDIR}
BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= #
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/libtorrent.so
-
+PLIST= ${.CURDIR}/pkg-plist
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= python_libtorrent
Added: head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist Tue Jan 29 19:46:33 2013 (r311181)
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/libtorrent.so
More information about the svn-ports-all
mailing list