aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-state_machines-activemodel
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-12-07 10:31:38 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-12-07 10:31:38 +0000
commitec14bcc7115e46e2c819af8cc3436c3bcf5ca9cb (patch)
tree733ea6c379320a808a9617eacfdbdc6d128a14c4 /databases/rubygem-state_machines-activemodel
parent65bb0a788e87c5b8ba07989312d983e4021efc28 (diff)
downloadports-ec14bcc7115e46e2c819af8cc3436c3bcf5ca9cb.tar.gz
ports-ec14bcc7115e46e2c819af8cc3436c3bcf5ca9cb.zip
Change rubygem ports required by www/gitlab-ce to rails52.
Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as dependencies in. To reduce the number of ports required, the attached patch switches all required ports to rails 5.2. I carefully tested it, if I oversaw a port, please let me know. Differential Revision: https://reviews.freebsd.org/D22220
Notes
Notes: svn path=/head/; revision=519195
Diffstat (limited to 'databases/rubygem-state_machines-activemodel')
-rw-r--r--databases/rubygem-state_machines-activemodel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-state_machines-activemodel/Makefile b/databases/rubygem-state_machines-activemodel/Makefile
index 0dfc0b2e3d2d..d59fad82e5e2 100644
--- a/databases/rubygem-state_machines-activemodel/Makefile
+++ b/databases/rubygem-state_machines-activemodel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= state_machines-activemodel
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -12,7 +13,7 @@ COMMENT= Support for creating state machines for attributes on ActiveModel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activemodel50>=4.1:databases/rubygem-activemodel50 \
+RUN_DEPENDS= rubygem-activemodel52>=4.1:databases/rubygem-activemodel52 \
rubygem-state_machines>=0.5.0:devel/rubygem-state_machines
USES= gem