svn commit: r516500 - head/graphics/rubygem-png

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:21:25 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:21:24 2019
New Revision: 516500
URL: https://svnweb.freebsd.org/changeset/ports/516500

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/graphics/rubygem-png/Makefile

Modified: head/graphics/rubygem-png/Makefile
==============================================================================
--- head/graphics/rubygem-png/Makefile	Sun Nov  3 17:21:19 2019	(r516499)
+++ head/graphics/rubygem-png/Makefile	Sun Nov  3 17:21:24 2019	(r516500)
@@ -11,10 +11,11 @@ COMMENT=	Almost-pure-ruby PNG library
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-rubyinline>=3.9:devel/rubygem-rubyinline
+RUN_DEPENDS=	rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline
 
-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