summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/btpeer/Makefile3
-rw-r--r--net/Sockets-devel/Makefile3
2 files changed, 6 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
diff --git a/net/Sockets-devel/Makefile b/net/Sockets-devel/Makefile
index d879fa405b5d..967cf81180db 100644
--- a/net/Sockets-devel/Makefile
+++ b/net/Sockets-devel/Makefile
@@ -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