svn commit: r387217 - head/textproc/rubygem-gherkin
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:06:16 UTC 2015
Author: sunpoet
Date: Sun May 24 00:06:15 2015
New Revision: 387217
URL: https://svnweb.freebsd.org/changeset/ports/387217
Log:
- Add LICENSE
- Remove contiguous blank lines
- Update WWW
Modified:
head/textproc/rubygem-gherkin/Makefile
head/textproc/rubygem-gherkin/pkg-descr
Modified: head/textproc/rubygem-gherkin/Makefile
==============================================================================
--- head/textproc/rubygem-gherkin/Makefile Sun May 24 00:06:11 2015 (r387216)
+++ head/textproc/rubygem-gherkin/Makefile Sun May 24 00:06:15 2015 (r387217)
@@ -8,11 +8,12 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-
.include <bsd.port.mk>
Modified: head/textproc/rubygem-gherkin/pkg-descr
==============================================================================
--- head/textproc/rubygem-gherkin/pkg-descr Sun May 24 00:06:11 2015 (r387216)
+++ head/textproc/rubygem-gherkin/pkg-descr Sun May 24 00:06:15 2015 (r387217)
@@ -1,3 +1,3 @@
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
-WWW: http://github.com/cucumber/gherkin
+WWW: https://github.com/cucumber/gherkin
More information about the svn-ports-head
mailing list