Date: Sun, 18 May 2014 08:13:57 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354407 - in head: textproc/eruby www/mod_ruby Message-ID: <201405180813.s4I8DvbJ008464@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405180813.s4I8DvbJ008464>