svn commit: r539868 - head/www/rubygem-selenium-webdriver

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 22 16:12:09 UTC 2020


Author: sunpoet
Date: Mon Jun 22 16:12:02 2020
New Revision: 539868
URL: https://svnweb.freebsd.org/changeset/ports/539868

Log:
  Change RUN_DEPENDS from rubygem-childprocess to rubygem-childprocess3
  
  - Bump PORTREVISION for dependency change

Modified:
  head/www/rubygem-selenium-webdriver/Makefile

Modified: head/www/rubygem-selenium-webdriver/Makefile
==============================================================================
--- head/www/rubygem-selenium-webdriver/Makefile	Mon Jun 22 16:11:58 2020	(r539867)
+++ head/www/rubygem-selenium-webdriver/Makefile	Mon Jun 22 16:12:02 2020	(r539868)
@@ -3,6 +3,7 @@
 
 PORTNAME=	selenium-webdriver
 PORTVERSION=	3.142.7
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ COMMENT=	Tool for writing automated tests of websites
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-childprocess>=0.5<4.0:devel/rubygem-childprocess \
+RUN_DEPENDS=	rubygem-childprocess3>=0.5<4.0:devel/rubygem-childprocess3 \
 		rubygem-rubyzip>=1.2.2:archivers/rubygem-rubyzip
 
 USES=		gem


More information about the svn-ports-all mailing list