svn commit: r517532 - head/textproc/rubygem-amatch

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


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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/textproc/rubygem-amatch/Makefile

Modified: head/textproc/rubygem-amatch/Makefile
==============================================================================
--- head/textproc/rubygem-amatch/Makefile	Wed Nov 13 23:45:21 2019	(r517531)
+++ head/textproc/rubygem-amatch/Makefile	Wed Nov 13 23:45:25 2019	(r517532)
@@ -12,10 +12,10 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-mize>=0:devel/rubygem-mize \
-		rubygem-tins>=1.0:devel/rubygem-tins
+		rubygem-tins>=1.0<2:devel/rubygem-tins
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 PLIST_FILES=	bin/agrep bin/dupfind
 


More information about the svn-ports-head mailing list