svn commit: r498135 - head/devel/rubygem-ditz

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:45:49 UTC 2019


Author: sunpoet
Date: Sat Apr  6 14:45:42 2019
New Revision: 498135
URL: https://svnweb.freebsd.org/changeset/ports/498135

Log:
  Remove outdated BROKEN_RUBY23
  
  With hat:	ruby

Modified:
  head/devel/rubygem-ditz/Makefile

Modified: head/devel/rubygem-ditz/Makefile
==============================================================================
--- head/devel/rubygem-ditz/Makefile	Sat Apr  6 14:45:38 2019	(r498134)
+++ head/devel/rubygem-ditz/Makefile	Sat Apr  6 14:45:42 2019	(r498135)
@@ -14,12 +14,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-trollop>=1.9:devel/rubygem-trollop
 
-BROKEN_RUBY23=	yes
+USES=		gem shebangfix
+USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-USE_RUBY=	yes
-USES=		gem shebangfix
 SHEBANG_FILES=	bin/ditz
 ruby_OLD_CMD=	/usr/bin/ruby1.8
 


More information about the svn-ports-head mailing list