svn commit: r317634 - head/mail/mixminion

Ruslan Mahmatkhanov rm at FreeBSD.org
Tue May 7 19:48:12 UTC 2013


Author: rm
Date: Tue May  7 19:48:10 2013
New Revision: 317634
URL: http://svnweb.freebsd.org/changeset/ports/317634

Log:
  Mark as broken and deprecated, since this port does not work with python
  versions >= 2.6, that we have in the ports tree. Upstream development seems
  stalled too. Set expiration date to 2013-06-07.

Modified:
  head/mail/mixminion/Makefile

Modified: head/mail/mixminion/Makefile
==============================================================================
--- head/mail/mixminion/Makefile	Tue May  7 19:45:38 2013	(r317633)
+++ head/mail/mixminion/Makefile	Tue May  7 19:48:10 2013	(r317634)
@@ -13,6 +13,10 @@ MASTER_SITES=	http://www.mixminion.net/d
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Type III Anonymous Remailer
 
+BROKEN=		Build is broken with supported python versions
+DEPRECATED=	This port requires python version, we haven't in the ports tree already
+EXPIRATION_DATE=2013-06-07
+
 USE_OPENSSL=	yes
 OPENSSL_LDFLAGS+=-lssl
 USE_PYTHON=	2.0-2.5


More information about the svn-ports-all mailing list