Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 20:31:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481392 - in head: . net-p2p net-p2p/libtorrent-rasterbar-python net-p2p/py-libtorrent-rasterbar
Message-ID:  <201810062031.w96KVrAc069890@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Oct  6 20:31:52 2018
New Revision: 481392
URL: https://svnweb.freebsd.org/changeset/ports/481392

Log:
  Move net-p2p/libtorrent-rasterbar-python -> net-p2p/py-libtorrent-rasterbar
  
  It now builds for all versions of python.

Added:
  head/net-p2p/py-libtorrent-rasterbar/
     - copied from r481391, head/net-p2p/libtorrent-rasterbar-python/
Deleted:
  head/net-p2p/libtorrent-rasterbar-python/
Modified:
  head/MOVED
  head/net-p2p/Makefile
  head/net-p2p/py-libtorrent-rasterbar/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Oct  6 20:13:20 2018	(r481391)
+++ head/MOVED	Sat Oct  6 20:31:52 2018	(r481392)
@@ -10565,3 +10565,4 @@ mail/mutt-lite|mail/mutt|2018-10-02|Has expired: For a
 math/arpack-ng-mpich|math/arpack-ng|2018-10-04|math/arpack-ng-mpich slave port is merged into math/arpack-ng
 editors/latexila|editors/gnome-latex|2018-10-05|Project was renamed
 math/arpack|math/arpack-ng|2018-10-06|math/arpack is the old, unmaintained version, math/arpack-ng should be used instead
+net-p2p/libtorrent-rasterbar-python|net-p2p/py-libtorrent-rasterbar|Rename to the canonical name for a python port

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Sat Oct  6 20:13:20 2018	(r481391)
+++ head/net-p2p/Makefile	Sat Oct  6 20:31:52 2018	(r481392)
@@ -48,7 +48,6 @@
     SUBDIR += libswift
     SUBDIR += libtorrent
     SUBDIR += libtorrent-rasterbar
-    SUBDIR += libtorrent-rasterbar-python
     SUBDIR += linuxdcpp
     SUBDIR += litecoin
     SUBDIR += litecoin-daemon
@@ -72,6 +71,7 @@
     SUBDIR += p5-Net-DirectConnect
     SUBDIR += p5-WWW-BitTorrent
     SUBDIR += phex
+    SUBDIR += py-libtorrent-rasterbar
     SUBDIR += py-py2play
     SUBDIR += py-transmissionrpc
     SUBDIR += py-tremc

Modified: head/net-p2p/py-libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-python/Makefile	Sat Oct  6 20:13:20 2018	(r481391)
+++ head/net-p2p/py-libtorrent-rasterbar/Makefile	Sat Oct  6 20:31:52 2018	(r481392)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/../../COPYING
 LIB_DEPENDS=	libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
 		${PY_BOOST}
 
-USES=		localbase python:2.7
+USES=		localbase python
 USE_PYTHON=	distutils autoplist
 
 WRKSRC_SUBDIR=	bindings/python



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