svn commit: r510990 - head/archivers/rubygem-archive-zip

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 3 19:09:43 UTC 2019


Author: sunpoet
Date: Tue Sep  3 19:09:42 2019
New Revision: 510990
URL: https://svnweb.freebsd.org/changeset/ports/510990

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/archivers/rubygem-archive-zip/Makefile

Modified: head/archivers/rubygem-archive-zip/Makefile
==============================================================================
--- head/archivers/rubygem-archive-zip/Makefile	Tue Sep  3 19:09:37 2019	(r510989)
+++ head/archivers/rubygem-archive-zip/Makefile	Tue Sep  3 19:09:42 2019	(r510990)
@@ -12,7 +12,7 @@ COMMENT=	Provides interface to working with ZIP archiv
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-io-like>=0.3.0:devel/rubygem-io-like
+RUN_DEPENDS=	rubygem-io-like>=0.3.0<0.4:devel/rubygem-io-like
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list