From owner-svn-ports-head@FreeBSD.ORG Wed Jan 16 18:15:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A4467A33; Wed, 16 Jan 2013 18:15:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9583FFB8; Wed, 16 Jan 2013 18:15:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0GIFQBl007552; Wed, 16 Jan 2013 18:15:26 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0GIFQMe007549; Wed, 16 Jan 2013 18:15:26 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201301161815.r0GIFQMe007549@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Wed, 16 Jan 2013 18:15:26 +0000 (UTC) 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 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, 16 Jan 2013 18:15:26 -0000 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