Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2020 21:22:03 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541140 - head/devel/rubygem-validate_email
Message-ID:  <202007032122.063LM38d089543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Jul  3 21:22:03 2020
New Revision: 541140
URL: https://svnweb.freebsd.org/changeset/ports/541140

Log:
  Use rails60.

Modified:
  head/devel/rubygem-validate_email/Makefile

Modified: head/devel/rubygem-validate_email/Makefile
==============================================================================
--- head/devel/rubygem-validate_email/Makefile	Fri Jul  3 21:20:56 2020	(r541139)
+++ head/devel/rubygem-validate_email/Makefile	Fri Jul  3 21:22:03 2020	(r541140)
@@ -3,7 +3,7 @@
 
 PORTNAME=	validate_email
 PORTVERSION=	0.1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ COMMENT=	Validating email addresses in Rails 3 models
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activemodel52>=3.0:databases/rubygem-activemodel52 \
+RUN_DEPENDS=	rubygem-activemodel60>=3.0:databases/rubygem-activemodel60 \
 		rubygem-mail>=2.2.5:mail/rubygem-mail
 
 USES=		gem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007032122.063LM38d089543>