Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 23:45:26 +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: r517532 - head/textproc/rubygem-amatch
Message-ID:  <201911132345.xADNjQJa059016@repo.freebsd.org>

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



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