svn commit: r354407 - in head: textproc/eruby www/mod_ruby
Dirk Meyer
dinoex at FreeBSD.org
Sun May 18 08:13:57 UTC 2014
Author: dinoex
Date: Sun May 18 08:13:56 2014
New Revision: 354407
URL: http://svnweb.freebsd.org/changeset/ports/354407
QAT: https://qat.redports.org/buildarchive/r354407/
Log:
- set DEPRECATED, EXPIRATION_DATE
Modified:
head/textproc/eruby/Makefile
head/www/mod_ruby/Makefile
Modified: head/textproc/eruby/Makefile
==============================================================================
--- head/textproc/eruby/Makefile Sun May 18 07:43:47 2014 (r354406)
+++ head/textproc/eruby/Makefile Sun May 18 08:13:56 2014 (r354407)
@@ -13,6 +13,8 @@ MAINTAINER= ruby at 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
Modified: head/www/mod_ruby/Makefile
==============================================================================
--- head/www/mod_ruby/Makefile Sun May 18 07:43:47 2014 (r354406)
+++ head/www/mod_ruby/Makefile Sun May 18 08:13:56 2014 (r354407)
@@ -13,6 +13,8 @@ MAINTAINER= ruby at 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
More information about the svn-ports-all
mailing list