Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 00:06:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387217 - head/textproc/rubygem-gherkin
Message-ID:  <201505240006.t4O06GkA086056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505240006.t4O06GkA086056>