svn commit: r541140 - head/devel/rubygem-validate_email

Matthias Fechner mfechner at FreeBSD.org
Fri Jul 3 21:22:04 UTC 2020


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


More information about the svn-ports-all mailing list