svn commit: r504908 - in head/devel/rubygem-xdg: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 22 21:49:53 UTC 2019


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
 


More information about the svn-ports-all mailing list