diff options
author | rm <rm@FreeBSD.org> | 2013-05-08 03:48:10 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-05-08 03:48:10 +0800 |
commit | 3886f9d3ae072bd1bc753f44ad316dace551002c (patch) | |
tree | c0e4977012791e4511a70b3e7b2264fddc8bfb3d /mail | |
parent | 174becdda648e7bfb79c07641aec513a85eef480 (diff) | |
download | freebsd-ports-gnome-3886f9d3ae072bd1bc753f44ad316dace551002c.tar.gz freebsd-ports-gnome-3886f9d3ae072bd1bc753f44ad316dace551002c.tar.zst freebsd-ports-gnome-3886f9d3ae072bd1bc753f44ad316dace551002c.zip |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mixminion/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mixminion/Makefile b/mail/mixminion/Makefile index bbc4e47e1432..44525f979eaa 100644 --- a/mail/mixminion/Makefile +++ b/mail/mixminion/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= http://www.mixminion.net/dist/${DISTVERSION}/ 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 |