Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2019 21:49:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504908 - in head/devel/rubygem-xdg: . files
Message-ID:  <201906222149.x5MLnmH9078928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 22 21:49:47 2019
New Revision: 504908
URL: https://svnweb.freebsd.org/changeset/ports/504908

Log:
  Mark BROKEN with Ruby 2.4 and 2.5
  
  This port requires Ruby 2.6.3+.

Deleted:
  head/devel/rubygem-xdg/files/
Modified:
  head/devel/rubygem-xdg/Makefile

Modified: head/devel/rubygem-xdg/Makefile
==============================================================================
--- head/devel/rubygem-xdg/Makefile	Sat Jun 22 21:49:42 2019	(r504907)
+++ head/devel/rubygem-xdg/Makefile	Sat Jun 22 21:49:47 2019	(r504908)
@@ -12,6 +12,9 @@ COMMENT=	XDG Base Directory Standard Library for Ruby
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_RUBY24=	yes
+BROKEN_RUBY25=	yes
+
 USES=		gem
 USE_RUBY=	yes
 



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