aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-02-12 07:54:13 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-02-12 07:54:13 +0000
commit8337f5d86b07518145dd5ada9074f84c60377601 (patch)
tree9582e198b16c62016873b7e6614b084452e62ff8 /net-p2p
parente202b2b8094354ce85692edf7d00d824f243c398 (diff)
downloadports-8337f5d86b07518145dd5ada9074f84c60377601.tar.gz
ports-8337f5d86b07518145dd5ada9074f84c60377601.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rblibtorrent/Makefile3
-rw-r--r--net-p2p/sharktorrent/Makefile4
2 files changed, 6 insertions, 1 deletions
diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile
index 222f498f30a6..60990aaf7e9d 100644
--- a/net-p2p/rblibtorrent/Makefile
+++ b/net-p2p/rblibtorrent/Makefile
@@ -14,6 +14,9 @@ PKGNAMEPREFIX= rb
MAINTAINER= dougb@FreeBSD.org
COMMENT= A C++ library implementing a BitTorrent client
+DEPRECATED= Version is out of date
+EXPIRATION_DATE= 2010-03-15
+
LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
diff --git a/net-p2p/sharktorrent/Makefile b/net-p2p/sharktorrent/Makefile
index c21e9814b2e1..1e9607f94c1e 100644
--- a/net-p2p/sharktorrent/Makefile
+++ b/net-p2p/sharktorrent/Makefile
@@ -11,12 +11,14 @@ PORTREVISION= 5
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/OldFiles
-MAINTAINER= alepulver@FreeBSD.org
+MAINTAINER= dougb@FreeBSD.org
COMMENT= C++ Bittorrent client using wxWidgets, libtorrent and boost
LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
torrent.1:${PORTSDIR}/net-p2p/rblibtorrent
+DEPRECATED= Version is out of date, relies on too-old version of libtorrent
+EXPIRATION_DATE= 2010-03-15
USE_WX= 2.6
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes