svn commit: r506048 - head/devel/rubygem-capybara

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 6 21:42:07 UTC 2019


Author: sunpoet
Date: Sat Jul  6 21:42:00 2019
New Revision: 506048
URL: https://svnweb.freebsd.org/changeset/ports/506048

Log:
  Take maintainership

Modified:
  head/devel/rubygem-capybara/Makefile

Modified: head/devel/rubygem-capybara/Makefile
==============================================================================
--- head/devel/rubygem-capybara/Makefile	Sat Jul  6 21:41:54 2019	(r506047)
+++ head/devel/rubygem-capybara/Makefile	Sat Jul  6 21:42:00 2019	(r506048)
@@ -6,7 +6,7 @@ PORTVERSION=	2.18.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Integration testing tool for rack based web applications
 
 LICENSE=	MIT
@@ -19,8 +19,9 @@ RUN_DEPENDS=	rubygem-addressable>=0:www/rubygem-addres
 		rubygem-rack-test>=0.5.4:www/rubygem-rack-test \
 		rubygem-xpath>=2.0:devel/rubygem-xpath
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list