Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:19:05 +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: r516472 - head/devel/rubygem-protected_attributes
Message-ID:  <201911031719.xA3HJ5eF022246@repo.freebsd.org>

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



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