svn commit: r450830 - in head/devel/rubygem-cucumber: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 28 10:42:11 UTC 2017


Author: sunpoet
Date: Thu Sep 28 10:42:09 2017
New Revision: 450830
URL: https://svnweb.freebsd.org/changeset/ports/450830

Log:
  Update to 3.0.0
  
  Changes:	https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md

Deleted:
  head/devel/rubygem-cucumber/files/
Modified:
  head/devel/rubygem-cucumber/Makefile
  head/devel/rubygem-cucumber/distinfo

Modified: head/devel/rubygem-cucumber/Makefile
==============================================================================
--- head/devel/rubygem-cucumber/Makefile	Thu Sep 28 10:42:02 2017	(r450829)
+++ head/devel/rubygem-cucumber/Makefile	Thu Sep 28 10:42:09 2017	(r450830)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cucumber
-PORTVERSION=	2.4.0
-PORTREVISION=	2
+PORTVERSION=	3.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,9 +12,10 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-builder>=2.1.2:devel/rubygem-builder \
-		rubygem-cucumber-core>=1.5.0:devel/rubygem-cucumber-core \
+		rubygem-cucumber-core>=3.0.0:devel/rubygem-cucumber-core \
+		rubygem-cucumber-expressions>=4.0.3:devel/rubygem-cucumber-expressions \
 		rubygem-cucumber-wire>=0.0.1:devel/rubygem-cucumber-wire \
-		rubygem-diff-lcs>=1.1.3:textproc/rubygem-diff-lcs \
+		rubygem-diff-lcs>=1.3:textproc/rubygem-diff-lcs \
 		rubygem-gherkin>=4.0:textproc/rubygem-gherkin \
 		rubygem-multi_json>=1.7.5:devel/rubygem-multi_json \
 		rubygem-multi_test>=0.1.2:devel/rubygem-multi_test

Modified: head/devel/rubygem-cucumber/distinfo
==============================================================================
--- head/devel/rubygem-cucumber/distinfo	Thu Sep 28 10:42:02 2017	(r450829)
+++ head/devel/rubygem-cucumber/distinfo	Thu Sep 28 10:42:09 2017	(r450830)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466902774
-SHA256 (rubygem/cucumber-2.4.0.gem) = 307e87c24e250d015c1d9990a7d79f7bdd9b239aa25681fd861fe491541892cc
-SIZE (rubygem/cucumber-2.4.0.gem) = 250880
+TIMESTAMP = 1506592899
+SHA256 (rubygem/cucumber-3.0.0.gem) = ade15b4c24938ed6893e8324fc46b4adaee44b5989efaa277697f43e06c3e1e5
+SIZE (rubygem/cucumber-3.0.0.gem) = 264704


More information about the svn-ports-all mailing list