svn commit: r510352 - head/devel/rubygem-sidekiq-cron

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 31 07:57:34 UTC 2019


Author: sunpoet
Date: Sat Aug 31 07:57:33 2019
New Revision: 510352
URL: https://svnweb.freebsd.org/changeset/ports/510352

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-sidekiq-cron/Makefile

Modified: head/devel/rubygem-sidekiq-cron/Makefile
==============================================================================
--- head/devel/rubygem-sidekiq-cron/Makefile	Sat Aug 31 07:57:28 2019	(r510351)
+++ head/devel/rubygem-sidekiq-cron/Makefile	Sat Aug 31 07:57:33 2019	(r510352)
@@ -12,7 +12,7 @@ COMMENT=	Enables to set jobs to be run in specified ti
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-fugit>=1.1:devel/rubygem-fugit \
+RUN_DEPENDS=	rubygem-fugit>=1.1<2:devel/rubygem-fugit \
 		rubygem-sidekiq>=4.2.1:devel/rubygem-sidekiq
 
 USES=		gem


More information about the svn-ports-all mailing list