summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-09-28 18:29:13 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-09-28 18:29:13 +0000
commit4fce1af90f4abd2784f121391b11efe45a272605 (patch)
tree678fbd2ab668129053a5707b9aa98b72bc9fe581
parentsecurity/py-flask-httpauth: update to 2.7.0 (diff)
net/py-medusa: mark deprecated
Mark as deprecated. Upstream development stalled, and author itself switched to shrapnel. Port is unmaintained and no other ports depend on this one, there was no updates since 2005. Set expiration date to 2015-10-28.
Notes
Notes: svn path=/head/; revision=398130
-rw-r--r--net/py-medusa/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile
index 5da216c0d802..b8bdc395321b 100644
--- a/net/py-medusa/Makefile
+++ b/net/py-medusa/Makefile
@@ -12,6 +12,9 @@ DIST_SUBDIR= python
MAINTAINER= ports@FreeBSD.org
COMMENT= Asynchronous socket-based server framework for Python
+DEPRECATED= Abandoned upstream, last release was in 2005
+EXPIRATION_DATE= 2015-10-28
+
OPTIONS_DEFINE= DOCS EXAMPLES
USES= python