Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 12:18:29 +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: r332972 - in head: multimedia/miro net-p2p net-p2p/deluge
Message-ID:  <201311061218.rA6CIThY062946@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Wed Nov  6 12:18:29 2013
New Revision: 332972
URL: http://svnweb.freebsd.org/changeset/ports/332972

Log:
  - Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
  - Change net-p2p/Makefile
  
  Approved by:	bdrewery>

Modified:
  head/multimedia/miro/Makefile
  head/net-p2p/Makefile
  head/net-p2p/deluge/Makefile

Modified: head/multimedia/miro/Makefile
==============================================================================
--- head/multimedia/miro/Makefile	Wed Nov  6 12:16:26 2013	(r332971)
+++ head/multimedia/miro/Makefile	Wed Nov  6 12:18:29 2013	(r332972)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsdd
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus \
 		${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \
-		${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16-python \
+		${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-python \
 		${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \
 		${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 \
 		${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Wed Nov  6 12:16:26 2013	(r332971)
+++ head/net-p2p/Makefile	Wed Nov  6 12:18:29 2013	(r332972)
@@ -44,10 +44,10 @@
     SUBDIR += libpdtp
     SUBDIR += libtorrent
     SUBDIR += libtorrent-devel
+    SUBDIR += libtorrent-rasterbar
     SUBDIR += libtorrent-rasterbar-15
     SUBDIR += libtorrent-rasterbar-15-python
-    SUBDIR += libtorrent-rasterbar-16
-    SUBDIR += libtorrent-rasterbar-16-python
+    SUBDIR += libtorrent-rasterbar-python
     SUBDIR += linux-jigdo
     SUBDIR += linuxdcpp
     SUBDIR += litecoin

Modified: head/net-p2p/deluge/Makefile
==============================================================================
--- head/net-p2p/deluge/Makefile	Wed Nov  6 12:16:26 2013	(r332971)
+++ head/net-p2p/deluge/Makefile	Wed Nov  6 12:18:29 2013	(r332972)
@@ -14,7 +14,7 @@ COMMENT=	Bittorrent client using Python,
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>=0.18:${PORTSDIR}/devel/py-xdg \
-		${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0.16.0:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16-python \
+		${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:${PORTSDIR}/net-p2p/libtorrent-rasterbar-python \
 		${PYTHON_PKGNAMEPREFIX}openssl>=0.8:${PORTSDIR}/security/py-openssl \
 		${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:${PORTSDIR}/textproc/py-chardet \
 		${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:${PORTSDIR}/textproc/py-mako



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