svn commit: r509679 - head/databases/rubygem-state_machines-activerecord05
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 24 00:08:42 UTC 2019
Author: sunpoet
Date: Sat Aug 24 00:08:41 2019
New Revision: 509679
URL: https://svnweb.freebsd.org/changeset/ports/509679
Log:
Update version requirement of RUN_DEPENDS
Modified:
head/databases/rubygem-state_machines-activerecord05/Makefile
Modified: head/databases/rubygem-state_machines-activerecord05/Makefile
==============================================================================
--- head/databases/rubygem-state_machines-activerecord05/Makefile Sat Aug 24 00:08:36 2019 (r509678)
+++ head/databases/rubygem-state_machines-activerecord05/Makefile Sat Aug 24 00:08:41 2019 (r509679)
@@ -13,7 +13,7 @@ COMMENT= Support for creating state machines for attri
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activerecord50>=4.1:databases/rubygem-activerecord50 \
+RUN_DEPENDS= rubygem-activerecord50>=4.1<6.0:databases/rubygem-activerecord50 \
rubygem-state_machines-activemodel>=0.5.0:databases/rubygem-state_machines-activemodel
USES= gem
More information about the svn-ports-head
mailing list