svn commit: r398130 - head/net/py-medusa

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Sep 28 18:29:14 UTC 2015


Author: rm
Date: Mon Sep 28 18:29:13 2015
New Revision: 398130
URL: https://svnweb.freebsd.org/changeset/ports/398130

Log:
  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.

Modified:
  head/net/py-medusa/Makefile

Modified: head/net/py-medusa/Makefile
==============================================================================
--- head/net/py-medusa/Makefile	Mon Sep 28 18:24:34 2015	(r398129)
+++ head/net/py-medusa/Makefile	Mon Sep 28 18:29:13 2015	(r398130)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	python
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list