svn commit: r511241 - head/devel/rubygem-debugger-xml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 5 17:11:00 UTC 2019


Author: sunpoet
Date: Thu Sep  5 17:11:00 2019
New Revision: 511241
URL: https://svnweb.freebsd.org/changeset/ports/511241

Log:
  Cosmetic change

Modified:
  head/devel/rubygem-debugger-xml/Makefile

Modified: head/devel/rubygem-debugger-xml/Makefile
==============================================================================
--- head/devel/rubygem-debugger-xml/Makefile	Thu Sep  5 17:10:54 2019	(r511240)
+++ head/devel/rubygem-debugger-xml/Makefile	Thu Sep  5 17:11:00 2019	(r511241)
@@ -16,9 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	rubygem-builder>=2.0.0:devel/rubygem-builder \
 		rubygem-byebug>=0:devel/rubygem-byebug
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/rdebug-ide bin/rdebug-vim
 


More information about the svn-ports-all mailing list