diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 11:14:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 11:14:21 +0000 |
commit | 518fe252c90dff88664ecb0fa0b4760afdce6d09 (patch) | |
tree | 304dde9e0833aedaca554ba4f1d2ba727e63ceb7 /net-p2p | |
parent | 4609a96b23da6a4d4eaf66027c3d973c3fabb994 (diff) | |
download | ports-518fe252c90dff88664ecb0fa0b4760afdce6d09.tar.gz ports-518fe252c90dff88664ecb0fa0b4760afdce6d09.zip |
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/Makefile | 3 |
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 |