diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:10:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:10:52 +0800 |
commit | f97c25bd698f0680b293bc3aa6e90003bbcf6af0 (patch) | |
tree | 8a22f6f3318c28d41bd66d0b4c1a458571269c96 /textproc | |
parent | a3091f49a3b315429d2a26aee57d80b3443b9ae1 (diff) | |
download | freebsd-ports-gnome-f97c25bd698f0680b293bc3aa6e90003bbcf6af0.tar.gz freebsd-ports-gnome-f97c25bd698f0680b293bc3aa6e90003bbcf6af0.tar.zst freebsd-ports-gnome-f97c25bd698f0680b293bc3aa6e90003bbcf6af0.zip |
- Update to 3.2.0
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://github.com/cucumber/gherkin/blob/master/CHANGELOG.md
Sponsored by: PortsCamp Taiwan
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-gherkin/Makefile | 6 | ||||
-rw-r--r-- | textproc/rubygem-gherkin/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/rubygem-gherkin/Makefile b/textproc/rubygem-gherkin/Makefile index 7721777c5f30..56169c0cb23d 100644 --- a/textproc/rubygem-gherkin/Makefile +++ b/textproc/rubygem-gherkin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gherkin -PORTVERSION= 2.12.2 +PORTVERSION= 3.2.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,9 +9,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json - +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/textproc/rubygem-gherkin/distinfo b/textproc/rubygem-gherkin/distinfo index 216de49b184a..9139c928aa44 100644 --- a/textproc/rubygem-gherkin/distinfo +++ b/textproc/rubygem-gherkin/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/gherkin-2.12.2.gem) = 4528a8235bbb4fee3e7fcda674d780359c7dcef5ab7700709521c65b027faed7 -SIZE (rubygem/gherkin-2.12.2.gem) = 1146368 +SHA256 (rubygem/gherkin-3.2.0.gem) = 712404a266c65f6679afcf09978c048a2eee955010de276538f6078f7a8ead14 +SIZE (rubygem/gherkin-3.2.0.gem) = 30208 |