svn commit: r541811 - head/databases/rubygem-state_machines-activerecord
Matthias Fechner
mfechner at FreeBSD.org
Thu Jul 9 20:09:18 UTC 2020
Author: mfechner
Date: Thu Jul 9 20:09:17 2020
New Revision: 541811
URL: https://svnweb.freebsd.org/changeset/ports/541811
Log:
Switch to rails60.
Approved by: sunpoet (maintainer)
Modified:
head/databases/rubygem-state_machines-activerecord/Makefile
Modified: head/databases/rubygem-state_machines-activerecord/Makefile
==============================================================================
--- head/databases/rubygem-state_machines-activerecord/Makefile Thu Jul 9 20:08:39 2020 (r541810)
+++ head/databases/rubygem-state_machines-activerecord/Makefile Thu Jul 9 20:09:17 2020 (r541811)
@@ -3,7 +3,7 @@
PORTNAME= state_machines-activerecord
PORTVERSION= 0.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -13,7 +13,7 @@ COMMENT= Support for creating state machines for attri
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activerecord52>=4.1:databases/rubygem-activerecord52 \
+RUN_DEPENDS= rubygem-activerecord60>=4.1:databases/rubygem-activerecord60 \
rubygem-state_machines-activemodel>=0.5.0:databases/rubygem-state_machines-activemodel
USES= gem
More information about the svn-ports-head
mailing list