svn commit: r483727 - head/devel/rubygem-sidekiq

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 1 19:17:39 UTC 2018


Author: sunpoet
Date: Thu Nov  1 19:17:37 2018
New Revision: 483727
URL: https://svnweb.freebsd.org/changeset/ports/483727

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-sidekiq/Makefile

Modified: head/devel/rubygem-sidekiq/Makefile
==============================================================================
--- head/devel/rubygem-sidekiq/Makefile	Thu Nov  1 19:17:28 2018	(r483726)
+++ head/devel/rubygem-sidekiq/Makefile	Thu Nov  1 19:17:37 2018	(r483727)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sidekiq
 PORTVERSION=	5.2.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +13,7 @@ COMMENT=	Simple, efficient background processing for R
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
-		rubygem-connection_pool>=2.2:net/rubygem-connection_pool \
+RUN_DEPENDS=	rubygem-connection_pool>=2.2:net/rubygem-connection_pool \
 		rubygem-rack-protection>=1.5.0:www/rubygem-rack-protection \
 		rubygem-redis>=3.3.5:databases/rubygem-redis
 


More information about the svn-ports-all mailing list