svn commit: r546170 - head/devel/rubygem-health_check

Matthias Fechner mfechner at FreeBSD.org
Tue Aug 25 13:02:55 UTC 2020


Author: mfechner
Date: Tue Aug 25 13:02:54 2020
New Revision: 546170
URL: https://svnweb.freebsd.org/changeset/ports/546170

Log:
  Switch rails version to 6.0.

Modified:
  head/devel/rubygem-health_check/Makefile

Modified: head/devel/rubygem-health_check/Makefile
==============================================================================
--- head/devel/rubygem-health_check/Makefile	Tue Aug 25 13:02:12 2020	(r546169)
+++ head/devel/rubygem-health_check/Makefile	Tue Aug 25 13:02:54 2020	(r546170)
@@ -3,6 +3,7 @@
 
 PORTNAME=	health_check
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,11 +13,12 @@ COMMENT=	Simple health check of Rails app for uptime m
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-railties5>=5.0:www/rubygem-railties5
+RUN_DEPENDS=	rubygem-railties60>=5.0:www/rubygem-railties60
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
 SHEBANG_FILES=	test/*railsapp
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list