diff options
author | alepulver <alepulver@FreeBSD.org> | 2010-10-11 13:39:30 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2010-10-11 13:39:30 +0800 |
commit | ba4dbcd68b5d78964bfa9759dad90244b950a57c (patch) | |
tree | 50ba70783aa50cc9cc0ad0c5806c76097014cca0 /net-p2p | |
parent | b8781e4b36be8bc8250bed5350d612736462c276 (diff) | |
download | freebsd-ports-gnome-ba4dbcd68b5d78964bfa9759dad90244b950a57c.tar.gz freebsd-ports-gnome-ba4dbcd68b5d78964bfa9759dad90244b950a57c.tar.zst freebsd-ports-gnome-ba4dbcd68b5d78964bfa9759dad90244b950a57c.zip |
- Deprecate and set to expire old/unmaintained ports.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrent_swapper/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/torrentvolve/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/torrent_swapper/Makefile b/net-p2p/torrent_swapper/Makefile index 913402eea530..e5dcf108465a 100644 --- a/net-p2p/torrent_swapper/Makefile +++ b/net-p2p/torrent_swapper/Makefile @@ -18,6 +18,9 @@ COMMENT= Sociable P2P network client based on Bittorrent RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.19.1:${PORTSDIR}/security/py-m2crypto \ ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb +DEPRECATED= development has ceased (last release is of 2006) +EXPIRATION_DATE= 2011-04-11 + USE_PYTHON= 2.4+ USE_WX= 2.6+ WX_COMPS= python diff --git a/net-p2p/torrentvolve/Makefile b/net-p2p/torrentvolve/Makefile index 4e9617e5c9d3..f810915d7f07 100644 --- a/net-p2p/torrentvolve/Makefile +++ b/net-p2p/torrentvolve/Makefile @@ -16,6 +16,9 @@ COMMENT= Cross-platform PHP-driven web-based BitTorrent client RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +DEPRECATED= development has ceased, and last release is beta +EXPIRATION_DATE= 2011-04-11 + USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ |