Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 23:45:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517531 - head/devel/rubygem-file-tail
Message-ID:  <201911132345.xADNjLfn058907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911132345.xADNjLfn058907>