Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 19:48:11 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317634 - head/mail/mixminion
Message-ID:  <201305071948.r47JmB8m047093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305071948.r47JmB8m047093>