1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

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
This commit is contained in:
Renato Botelho 2010-09-14 11:14:21 +00:00
parent 4609a96b23
commit 518fe252c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261139
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -14,6 +14,9 @@ PKGNAMESUFFIX?= -devel
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ wrapper for BSD-style sockets
DEPRECATED= Older than net/Sockets and unmaintained.
EXPIRATION_DATE=2010-10-14
USE_GMAKE= yes
USE_OPENSSL= yes
WITH_OPENSSL_BASE= yes