summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-09-14 11:14:21 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-09-14 11:14:21 +0000
commit518fe252c90dff88664ecb0fa0b4760afdce6d09 (patch)
tree304dde9e0833aedaca554ba4f1d2ba727e63ceb7 /net-p2p
parent- Respect CXX for linking (diff)
Deprecate net/Sockets-devel, it's older than net/Sockets and unmaintained, i
just don't remove it now because it has a dependant port. Deprecate net-p2p/btpeer also, it depends of net/Sockets-devel but doesn't build with newer version of Sockets, no new version upstream, no answer from author and unmaintained. 1 month to remove both
Notes
Notes: svn path=/head/; revision=261139
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/btpeer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/btpeer/Makefile b/net-p2p/btpeer/Makefile
index c229f4167d79..cde008d0b0cc 100644
--- a/net-p2p/btpeer/Makefile
+++ b/net-p2p/btpeer/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= http://www.alhem.net/project/btpeer/
MAINTAINER= ports@FreeBSD.org
COMMENT= Client functionality of bittorrent protocol, network only environment
+DEPRECATED= Does not build with net/Sockets and is unmaintained.
+EXPIRATION_DATE=2010-10-14
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libSockets-devel.a:${PORTSDIR}/net/Sockets-devel
USE_GMAKE= yes