Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 19:58:20 +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: r354258 - in head: textproc/eruby www/mod_ruby
Message-ID:  <201405161958.s4GJwKQR068268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri May 16 19:58:20 2014
New Revision: 354258
URL: http://svnweb.freebsd.org/changeset/ports/354258
QAT: https://qat.redports.org/buildarchive/r354258/

Log:
  - mark BROKEN
  - set maintainer to ruby@

Modified:
  head/textproc/eruby/Makefile
  head/www/mod_ruby/Makefile

Modified: head/textproc/eruby/Makefile
==============================================================================
--- head/textproc/eruby/Makefile	Fri May 16 19:57:11 2014	(r354257)
+++ head/textproc/eruby/Makefile	Fri May 16 19:58:20 2014	(r354258)
@@ -9,9 +9,11 @@ MASTER_SITES=	ftp://ftp.dinoex.de/pub/Fr
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DIST_SUBDIR=	ruby
 
-MAINTAINER=	dinoex@FreeBSD.org
+MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP
 
+BROKEN=		broken with ruby1.9 threads
+
 USE_RUBY=	yes
 
 CONFIGURE_ARGS=	--enable-shared --with-charset="${DEFAULT_CHARSET}"

Modified: head/www/mod_ruby/Makefile
==============================================================================
--- head/www/mod_ruby/Makefile	Fri May 16 19:57:11 2014	(r354257)
+++ head/www/mod_ruby/Makefile	Fri May 16 19:58:20 2014	(r354258)
@@ -9,9 +9,11 @@ MASTER_SITES=	ftp://ftp.dinoex.de/pub/Fr
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 DIST_SUBDIR=	ruby
 
-MAINTAINER=	dinoex@FreeBSD.org
+MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	An Apache module that embeds Ruby interpreter within
 
+BROKEN=		broken with ruby1.9 threads
+
 USES=		perl5
 USE_APACHE=	22
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405161958.s4GJwKQR068268>