aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-validates_hostname
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 /dns/rubygem-validates_hostname
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 'dns/rubygem-validates_hostname')
-rw-r--r--dns/rubygem-validates_hostname/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/rubygem-validates_hostname/Makefile b/dns/rubygem-validates_hostname/Makefile
index 65c29e92a48f..5b70616dbbf2 100644
--- a/dns/rubygem-validates_hostname/Makefile
+++ b/dns/rubygem-validates_hostname/Makefile
@@ -3,7 +3,7 @@
PORTNAME= validates_hostname
PORTVERSION= 1.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns rubygems
MASTER_SITES= RG
@@ -13,8 +13,8 @@ COMMENT= Extension to ActiveRecord::Base for validating hostnames
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activerecord50>=3.0:databases/rubygem-activerecord50 \
- rubygem-activesupport50>=3.0:devel/rubygem-activesupport50
+RUN_DEPENDS= rubygem-activerecord52>=3.0:databases/rubygem-activerecord52 \
+ rubygem-activesupport52>=3.0:devel/rubygem-activesupport52
USES= gem
USE_RUBY= yes