svn commit: r517531 - head/devel/rubygem-file-tail

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


Author: sunpoet
Date: Wed Nov 13 23:45:21 2019
New Revision: 517531
URL: https://svnweb.freebsd.org/changeset/ports/517531

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-file-tail/Makefile

Modified: head/devel/rubygem-file-tail/Makefile
==============================================================================
--- head/devel/rubygem-file-tail/Makefile	Wed Nov 13 23:45:16 2019	(r517530)
+++ head/devel/rubygem-file-tail/Makefile	Wed Nov 13 23:45:21 2019	(r517531)
@@ -12,10 +12,11 @@ COMMENT=	Ruby library that allows Ruby to 'tail' files
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-tins>=1.0:devel/rubygem-tins
+RUN_DEPENDS=	rubygem-tins>=1.0<2:devel/rubygem-tins
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list