svn commit: r541810 - head/databases/rubygem-state_machines-activemodel

Matthias Fechner mfechner at FreeBSD.org
Thu Jul 9 20:08:40 UTC 2020


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


More information about the svn-ports-all mailing list