diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-01-03 04:06:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-01-03 04:06:07 +0800 |
commit | 6d490ff562d3bff181222e9385ac3d6f2eb6b2ae (patch) | |
tree | 5619b0be7c70026b2a916e2cee81d54b3bee357d | |
parent | d09e4dcfec6bb6abe232eabe4b130c3581a73426 (diff) | |
download | freebsd-ports-gnome-6d490ff562d3bff181222e9385ac3d6f2eb6b2ae.tar.gz freebsd-ports-gnome-6d490ff562d3bff181222e9385ac3d6f2eb6b2ae.tar.zst freebsd-ports-gnome-6d490ff562d3bff181222e9385ac3d6f2eb6b2ae.zip |
- Update to 1.3.10
- Add LICENSE
- Remove contiguous blank lines
Changes: https://github.com/cucumber/cucumber/blob/master/History.md
-rw-r--r-- | devel/rubygem-cucumber/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-cucumber/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/rubygem-cucumber/Makefile b/devel/rubygem-cucumber/Makefile index 9f5d93ae72b7..89f7c2ae131d 100644 --- a/devel/rubygem-cucumber/Makefile +++ b/devel/rubygem-cucumber/Makefile @@ -1,16 +1,18 @@ # $FreeBSD$ PORTNAME= cucumber -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.10 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Behaviour Driven Development with elegance and joy +LICENSE= MIT + RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \ rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \ - rubygem-gherkin>=2.12.1:${PORTSDIR}/textproc/rubygem-gherkin \ + rubygem-gherkin>=2.12:${PORTSDIR}/textproc/rubygem-gherkin \ rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-multi_test>=0.0.2:${PORTSDIR}/devel/rubygem-multi_test @@ -18,7 +20,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/cucumber - +PLIST_FILES= bin/cucumber .include <bsd.port.mk> diff --git a/devel/rubygem-cucumber/distinfo b/devel/rubygem-cucumber/distinfo index 1b4a27260af6..c6596e5df344 100644 --- a/devel/rubygem-cucumber/distinfo +++ b/devel/rubygem-cucumber/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/cucumber-1.3.8.gem) = aa863e690c0ee8d2682328edfa8a056c4176ca7b394f1b829f9cd1be837c912c -SIZE (rubygem/cucumber-1.3.8.gem) = 275456 +SHA256 (rubygem/cucumber-1.3.10.gem) = f6beb70c1652b10784938bfd6bcd69f31ce6c5a6d198ae4d046bfb1c568f07bd +SIZE (rubygem/cucumber-1.3.10.gem) = 273408 |