diff options
author | garga <garga@FreeBSD.org> | 2010-09-14 19:14:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-14 19:14:21 +0800 |
commit | 9239f2282b904cd6267084526b8ab9d9afb22a46 (patch) | |
tree | 4b4c1317e26f5a0c08a1d22bbad76018b4d22a3b /net-p2p/btpeer | |
parent | 3b426c93926d00e94c688565e5cd8366df865814 (diff) | |
download | freebsd-ports-gnome-9239f2282b904cd6267084526b8ab9d9afb22a46.tar.gz freebsd-ports-gnome-9239f2282b904cd6267084526b8ab9d9afb22a46.tar.zst freebsd-ports-gnome-9239f2282b904cd6267084526b8ab9d9afb22a46.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
Diffstat (limited to 'net-p2p/btpeer')
-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 |