svn commit: r545996 - head/textproc/rubygem-ronn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:48:31 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:48:24 2020
New Revision: 545996
URL: https://svnweb.freebsd.org/changeset/ports/545996

Log:
  Sort RUN_DEPENDS
  
  - Add NO_ARCH

Modified:
  head/textproc/rubygem-ronn/Makefile

Modified: head/textproc/rubygem-ronn/Makefile
==============================================================================
--- head/textproc/rubygem-ronn/Makefile	Sun Aug 23 19:48:19 2020	(r545995)
+++ head/textproc/rubygem-ronn/Makefile	Sun Aug 23 19:48:24 2020	(r545996)
@@ -12,11 +12,13 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-hpricot>=0.8.2:www/rubygem-hpricot \
-		rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount \
-		rubygem-mustache>=0.7.0:devel/rubygem-mustache
+		rubygem-mustache>=0.7.0:devel/rubygem-mustache \
+		rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount
 
 USES=		gem
 USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/ronn
 


More information about the svn-ports-all mailing list