diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-24 05:19:59 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-24 05:19:59 +0800 |
commit | c1be629185f35da55e9464e56833a30f68c7e1fd (patch) | |
tree | def24357450971bd140f026aa10a91274c3d125c | |
parent | 96412a10572c482c029dbe34f4e5200e73852ae2 (diff) | |
download | freebsd-ports-gnome-c1be629185f35da55e9464e56833a30f68c7e1fd.tar.gz freebsd-ports-gnome-c1be629185f35da55e9464e56833a30f68c7e1fd.tar.zst freebsd-ports-gnome-c1be629185f35da55e9464e56833a30f68c7e1fd.zip |
Deprecate, update CONFLICTS, set NO_LATEST_LINK
This version is now several behind the latest release, and
needs to go away.
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index de809107fe81..9fc75bf1b665 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -18,9 +18,14 @@ LICENSE: GPLv2 LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ GeoIP.5:${PORTSDIR}/net/GeoIP +NO_LATEST_LINK= yes + MAKE_JOBS_SAFE= yes -CONFLICTS= qbittorrent*-2.3.* +DEPRECATED= Very stale version +EXPIRATION_DATE= 2011-01-01 + +CONFLICTS= qbittorrent*-2.[3456789].* OPTIONS= NOTIFY "Enable libnotify support" on \ LT_15 "Use 0.15 version of libtorrent-rasterbar" on |