svn commit: r456071 - head/audio/ruby-xmms2

Steve Wills swills at FreeBSD.org
Mon Dec 11 22:35:04 UTC 2017


Author: swills
Date: Mon Dec 11 22:35:02 2017
New Revision: 456071
URL: https://svnweb.freebsd.org/changeset/ports/456071

Log:
  audio/ruby-xmms: mark broken with ruby 2.4 and deprecate

Modified:
  head/audio/ruby-xmms2/Makefile

Modified: head/audio/ruby-xmms2/Makefile
==============================================================================
--- head/audio/ruby-xmms2/Makefile	Mon Dec 11 22:31:19 2017	(r456070)
+++ head/audio/ruby-xmms2/Makefile	Mon Dec 11 22:35:02 2017	(r456071)
@@ -18,6 +18,10 @@ USE_GNOME=	glib20
 
 BROKEN_RUBY22=	yes
 BROKEN_RUBY23=	yes
+BROKEN_RUBY24=	yes
+
+DEPRECATED=     Does not build with current versions of ruby
+EXPIRATION_DATE=	2018-01-12
 
 PLIST=		${.CURDIR}/pkg-plist
 


More information about the svn-ports-all mailing list