svn commit: r539896 - head/dns/rubygem-validates_hostname

Matthias Fechner mfechner at FreeBSD.org
Mon Jun 22 18:32:00 UTC 2020


Author: mfechner
Date: Mon Jun 22 18:31:59 2020
New Revision: 539896
URL: https://svnweb.freebsd.org/changeset/ports/539896

Log:
  Use rails 6.0.
  
  Approved by:	sunpoet (maintainer)

Modified:
  head/dns/rubygem-validates_hostname/Makefile

Modified: head/dns/rubygem-validates_hostname/Makefile
==============================================================================
--- head/dns/rubygem-validates_hostname/Makefile	Mon Jun 22 18:22:38 2020	(r539895)
+++ head/dns/rubygem-validates_hostname/Makefile	Mon Jun 22 18:31:59 2020	(r539896)
@@ -12,8 +12,8 @@ COMMENT=	Extension to ActiveRecord::Base for validatin
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activerecord52>=3.0:databases/rubygem-activerecord52 \
-		rubygem-activesupport52>=3.0:devel/rubygem-activesupport52
+RUN_DEPENDS=	rubygem-activerecord60>=3.0:databases/rubygem-activerecord60 \
+		rubygem-activesupport60>=3.0:devel/rubygem-activesupport60
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list