From 1f0c49340afc538a2cc76ff38a0ce443bb4ead8e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 18 May 2014 08:13:56 +0000 Subject: [PATCH] - set DEPRECATED, EXPIRATION_DATE --- textproc/eruby/Makefile | 2 ++ www/mod_ruby/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index dbefc9bfa2f7..8c8a47e45997 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP BROKEN= broken with ruby1.9 threads +DEPRECATED= Only for threadless ruby, use ruby-gem erubis instead +EXPIRATION_DATE= 2014-06-20 USE_RUBY= yes diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 81eab373ea8c..6adf1e0cd922 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= An Apache module that embeds Ruby interpreter within BROKEN= broken with ruby1.9 threads +DEPRECATED= Only for threadless ruby +EXPIRATION_DATE= 2014-06-20 USES= perl5 USE_APACHE= 22