svn commit: r527530 - head/devel/rubygem-ruby-bugzilla

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 06:50:37 UTC 2020


Author: sunpoet
Date: Sun Mar  1 06:50:36 2020
New Revision: 527530
URL: https://svnweb.freebsd.org/changeset/ports/527530

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-ruby-bugzilla/Makefile

Modified: head/devel/rubygem-ruby-bugzilla/Makefile
==============================================================================
--- head/devel/rubygem-ruby-bugzilla/Makefile	Sun Mar  1 06:50:31 2020	(r527529)
+++ head/devel/rubygem-ruby-bugzilla/Makefile	Sun Mar  1 06:50:36 2020	(r527530)
@@ -12,12 +12,13 @@ COMMENT=	Access to Bugzilla through WebService APIs in
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-gruff>=0:graphics/rubygem-gruff \
+RUN_DEPENDS=	rubygem-gruff>=0<1:graphics/rubygem-gruff \
 		rubygem-highline>=0:devel/rubygem-highline
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/bzconsole
 


More information about the svn-ports-all mailing list