svn commit: r517489 - head/devel/rubygem-cucumber-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 13 23:39:01 UTC 2019


Author: sunpoet
Date: Wed Nov 13 23:39:00 2019
New Revision: 517489
URL: https://svnweb.freebsd.org/changeset/ports/517489

Log:
  Change RUN_DEPENDS from rubygem-cucumber-tag_expressions to rubygem-cucumber-tag_expressions1
  
  - Update version requirement of RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-cucumber-core/Makefile

Modified: head/devel/rubygem-cucumber-core/Makefile
==============================================================================
--- head/devel/rubygem-cucumber-core/Makefile	Wed Nov 13 23:38:55 2019	(r517488)
+++ head/devel/rubygem-cucumber-core/Makefile	Wed Nov 13 23:39:00 2019	(r517489)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cucumber-core
 PORTVERSION=	3.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ COMMENT=	Core library for the Cucumber BDD app
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-cucumber-tag_expressions>=1.1.0:devel/rubygem-cucumber-tag_expressions \
+RUN_DEPENDS=	rubygem-cucumber-tag_expressions1>=1.1.0<1.2:devel/rubygem-cucumber-tag_expressions1 \
 		rubygem-gherkin>=5.0<6:textproc/rubygem-gherkin
 
 USES=		gem


More information about the svn-ports-all mailing list