aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2007-07-04 15:10:58 +0000
committerSimon Barner <barner@FreeBSD.org>2007-07-04 15:10:58 +0000
commitff9f11c4da9aae59f797f0053b0bfa2caecbe80c (patch)
tree95c82da5e0c2ef6e4930cb125fed9a39eec8051c /net-p2p
parent3bbfbacaf2154bc613e5f863c01b8de6e18c7110 (diff)
downloadports-ff9f11c4da9aae59f797f0053b0bfa2caecbe80c.tar.gz
ports-ff9f11c4da9aae59f797f0053b0bfa2caecbe80c.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/Makefile3
-rw-r--r--net-p2p/deluge05/Makefile3
-rw-r--r--net-p2p/libtorrent-rasterbar-14/Makefile3
-rw-r--r--net-p2p/rblibtorrent-devel/Makefile3
-rw-r--r--net-p2p/rblibtorrent/Makefile3
-rw-r--r--net-p2p/sharktorrent/Makefile4
6 files changed, 12 insertions, 7 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index 751d7846b805..4d3ef47d0192 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/Makefile
@@ -7,13 +7,14 @@
PORTNAME= deluge
PORTVERSION= 0.5.1.1
+PORTREVISION= 1
CATEGORIES= net-p2p python
MASTER_SITES= http://download.deluge-torrent.org/stable/
MAINTAINER= mezz@FreeBSD.org
COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent
-LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile
index 751d7846b805..4d3ef47d0192 100644
--- a/net-p2p/deluge05/Makefile
+++ b/net-p2p/deluge05/Makefile
@@ -7,13 +7,14 @@
PORTNAME= deluge
PORTVERSION= 0.5.1.1
+PORTREVISION= 1
CATEGORIES= net-p2p python
MASTER_SITES= http://download.deluge-torrent.org/stable/
MAINTAINER= mezz@FreeBSD.org
COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent
-LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile
index 6600ed0a0456..6da5b044026f 100644
--- a/net-p2p/libtorrent-rasterbar-14/Makefile
+++ b/net-p2p/libtorrent-rasterbar-14/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libtorrent
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF
PKGNAMEPREFIX= rb
@@ -15,7 +16,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A C++ library implementing a BitTorrent client (devel version)
-LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile
index 6600ed0a0456..6da5b044026f 100644
--- a/net-p2p/rblibtorrent-devel/Makefile
+++ b/net-p2p/rblibtorrent-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libtorrent
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF
PKGNAMEPREFIX= rb
@@ -15,7 +16,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A C++ library implementing a BitTorrent client (devel version)
-LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile
index 0fb2f75e86c6..cc8ae9654adc 100644
--- a/net-p2p/rblibtorrent/Makefile
+++ b/net-p2p/rblibtorrent/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libtorrent
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF
PKGNAMEPREFIX= rb
@@ -14,7 +15,7 @@ PKGNAMEPREFIX= rb
MAINTAINER= johan@stromnet.se
COMMENT= A C++ library implementing a BitTorrent client
-LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net-p2p/sharktorrent/Makefile b/net-p2p/sharktorrent/Makefile
index ea715d9e6901..074667c8670b 100644
--- a/net-p2p/sharktorrent/Makefile
+++ b/net-p2p/sharktorrent/Makefile
@@ -7,14 +7,14 @@
PORTNAME= sharktorrent
PORTVERSION= 0.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= SF
MAINTAINER= alepulver@FreeBSD.org
COMMENT= C++ Bittorrent client using wxWidgets, libtorrent and boost
-LIB_DEPENDS= boost_filesystem.3:${PORTSDIR}/devel/boost \
+LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost \
torrent.1:${PORTSDIR}/net-p2p/rblibtorrent
USE_WX= 2.6