svn commit: r516472 - head/devel/rubygem-protected_attributes

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


Author: sunpoet
Date: Sun Nov  3 17:19:05 2019
New Revision: 516472
URL: https://svnweb.freebsd.org/changeset/ports/516472

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-protected_attributes/Makefile

Modified: head/devel/rubygem-protected_attributes/Makefile
==============================================================================
--- head/devel/rubygem-protected_attributes/Makefile	Sun Nov  3 17:19:00 2019	(r516471)
+++ head/devel/rubygem-protected_attributes/Makefile	Sun Nov  3 17:19:05 2019	(r516472)
@@ -12,10 +12,11 @@ COMMENT=	Protect attributes from mass assignment
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-activemodel4>=4.0.1:databases/rubygem-activemodel4
+RUN_DEPENDS=	rubygem-activemodel4>=4.0.1<5.0:databases/rubygem-activemodel4
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list