svn commit: r489048 - head/textproc/rubygem-gherkin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 1 20:44:18 UTC 2019


Author: sunpoet
Date: Tue Jan  1 20:40:42 2019
New Revision: 489048
URL: https://svnweb.freebsd.org/changeset/ports/489048

Log:
  Take maintainership

Modified:
  head/textproc/rubygem-gherkin/Makefile

Modified: head/textproc/rubygem-gherkin/Makefile
==============================================================================
--- head/textproc/rubygem-gherkin/Makefile	Tue Jan  1 20:40:37 2019	(r489047)
+++ head/textproc/rubygem-gherkin/Makefile	Tue Jan  1 20:40:42 2019	(r489048)
@@ -5,15 +5,16 @@ PORTVERSION=	5.1.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/gherkin bin/gherkin-ruby
 


More information about the svn-ports-head mailing list