Index: head/devel/rubygem-health_check/Makefile =================================================================== --- head/devel/rubygem-health_check/Makefile (revision 445521) +++ head/devel/rubygem-health_check/Makefile (revision 445522) @@ -1,21 +1,23 @@ # Created by: Torsten Zuehlsdorff # $FreeBSD$ PORTNAME= health_check PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simple health check of Rails app for uptime monitoring LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-rails4>=4.0:www/rubygem-rails4 NO_ARCH= yes USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= test/*railsapp .include