svn commit: r508540 - head/textproc/rubygem-rails-dom-testing

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 10 22:51:21 UTC 2019


Author: sunpoet
Date: Sat Aug 10 22:51:18 2019
New Revision: 508540
URL: https://svnweb.freebsd.org/changeset/ports/508540

Log:
  Take maintainership

Modified:
  head/textproc/rubygem-rails-dom-testing/Makefile

Modified: head/textproc/rubygem-rails-dom-testing/Makefile
==============================================================================
--- head/textproc/rubygem-rails-dom-testing/Makefile	Sat Aug 10 22:51:13 2019	(r508539)
+++ head/textproc/rubygem-rails-dom-testing/Makefile	Sat Aug 10 22:51:18 2019	(r508540)
@@ -6,7 +6,7 @@ PORTVERSION=	2.0.3
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Analyse and compare DOMs using Nokogiri
 
 LICENSE=	MIT
@@ -15,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 RUN_DEPENDS=	rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \
 		rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list