Deprecate these two ports. libtorrent-rasterbar version 0.13 is very old,
and no longer considered the most up to date version. sharktorrent is the only port left that depends on it, and the version in ports is very old. With alepulver's permission assume maintainership of sharktorrent for the purpsoe of shepherding the deprecation. If anyone wants to update it to a more modern version that depends on libtorrent-rasterbar version 0.14.8 or newer, feel free.
This commit is contained in:
parent
e202b2b809
commit
8337f5d86b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249638
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue