Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 20:08:40 +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: r541810 - head/databases/rubygem-state_machines-activemodel
Message-ID:  <202007092008.069K8esh015666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Jul  9 20:08:39 2020
New Revision: 541810
URL: https://svnweb.freebsd.org/changeset/ports/541810

Log:
  Switch to rails60.
  
  Approved by:	sunpoet (maintainer)

Modified:
  head/databases/rubygem-state_machines-activemodel/Makefile

Modified: head/databases/rubygem-state_machines-activemodel/Makefile
==============================================================================
--- head/databases/rubygem-state_machines-activemodel/Makefile	Thu Jul  9 20:07:52 2020	(r541809)
+++ head/databases/rubygem-state_machines-activemodel/Makefile	Thu Jul  9 20:08:39 2020	(r541810)
@@ -3,7 +3,7 @@
 
 PORTNAME=	state_machines-activemodel
 PORTVERSION=	0.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ COMMENT=	Support for creating state machines for attri
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-activemodel52>=4.1:databases/rubygem-activemodel52 \
+RUN_DEPENDS=	rubygem-activemodel60>=4.1:databases/rubygem-activemodel60 \
 		rubygem-state_machines>=0.5.0:devel/rubygem-state_machines
 
 USES=		gem



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