svn commit: r541814 - head/devel/rubygem-grape

Matthias Fechner mfechner at FreeBSD.org
Thu Jul 9 20:11:24 UTC 2020


Author: mfechner
Date: Thu Jul  9 20:11:23 2020
New Revision: 541814
URL: https://svnweb.freebsd.org/changeset/ports/541814

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

Modified:
  head/devel/rubygem-grape/Makefile

Modified: head/devel/rubygem-grape/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile	Thu Jul  9 20:10:40 2020	(r541813)
+++ head/devel/rubygem-grape/Makefile	Thu Jul  9 20:11:23 2020	(r541814)
@@ -2,6 +2,7 @@
 
 PORTNAME=	grape
 PORTVERSION=	1.3.3
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Framework for rapid API development with grea
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
+RUN_DEPENDS=	rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
 		rubygem-builder>=0:devel/rubygem-builder \
 		rubygem-dry-types>=1.1:devel/rubygem-dry-types \
 		rubygem-mustermann-grape>=1.0.0<1.1:devel/rubygem-mustermann-grape \


More information about the svn-ports-all mailing list