diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 01:35:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 01:35:26 +0800 |
commit | 8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1 (patch) | |
tree | a02360551e070e1adb95c45d1cb79ac1f276c0c6 /lang | |
parent | b1ffef49bf10c38c363ba02f9078a4dddbf99d78 (diff) | |
download | freebsd-ports-gnome-8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1.tar.gz freebsd-ports-gnome-8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1.tar.zst freebsd-ports-gnome-8d38cb9cba59e0d42bc95b3b7bb0f881d225fef1.zip |
Deprecate ports broken for more than 6 month
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mlton/Makefile | 2 | ||||
-rw-r--r-- | lang/opa/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 060792021865..f3b4b5816430 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -25,6 +25,8 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash BROKEN= Does not build +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2014-02-27 OPTIONS_DEFINE= SMLNJ MINGW32 SMLNJ_DESC= Bootstrap with SML/NJ (can take >15 hours) diff --git a/lang/opa/Makefile b/lang/opa/Makefile index 78f497e83906..afe5514465fd 100644 --- a/lang/opa/Makefile +++ b/lang/opa/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open source, simple, and unified platform for writing web apps BROKEN= Failes to find newer nodejs +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2014-02-27 BUILD_DEPENDS= ${OCAMLFIND_DEPEND} \ ${LOCALBASE}/${OCAML_SITELIBDIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \ |