diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-14 14:17:48 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-14 14:17:48 +0000 |
commit | 5365ff05f9ddea4924565be9db7e57f2370eb811 (patch) | |
tree | e2912ed70dc109f0b99ce33f60c640eb73989716 /net-p2p | |
parent | 0d8e71d2d056f097790287df794e50c1bad571dc (diff) | |
download | ports-5365ff05f9ddea4924565be9db7e57f2370eb811.tar.gz ports-5365ff05f9ddea4924565be9db7e57f2370eb811.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15-python/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15-python/Makefile b/net-p2p/libtorrent-rasterbar-15-python/Makefile index e5f3a0d6f696..77b84646bcfd 100644 --- a/net-p2p/libtorrent-rasterbar-15-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-15-python/Makefile @@ -6,6 +6,9 @@ PORTREVISION= 2 COMMENT= Python bindings for libtorrent-rasterbar-15 CATEGORIES= net-p2p python +DEPRECATED= Unusable, development ceased +EXPIRATION_DATE=2013-12-13 + USE_PYTHON= yes LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs \ diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index 19085cb9b9bb..4472b9254c1a 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -6,16 +6,18 @@ PORTREVISION?= 4 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent -PKGNAMESUFFIX= -15 MAINTAINER= ports@FreeBSD.org COMMENT?= C++ library implementing a BitTorrent client +DEPRECATED= Unusable, development ceased +EXPIRATION_DATE=2013-12-13 BROKEN= Does not build with recent boost - CONFLICTS+= libtorrent-rasterbar-0.1[46789].* +NO_LATEST_LINK= yes + BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs \ GeoIP.5:${PORTSDIR}/net/GeoIP |