summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:50:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:50:01 +0000
commit0cac7718d70b2c9235a0afc30001740b85b04d4a (patch)
treeee88f79bd2f08c9627b0368839f5eb6216521267 /www
parentb38aeec2f9bf85db4b0ac261aa5a6c4a90cbdaec (diff)
downloadfreebsd-ports-0cac7718d70b2c9235a0afc30001740b85b04d4a.zip
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change - Take maintainership
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-turbolinks/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/rubygem-turbolinks/Makefile b/www/rubygem-turbolinks/Makefile
index ea4c4ca122a0..c53163a47f4d 100644
--- a/www/rubygem-turbolinks/Makefile
+++ b/www/rubygem-turbolinks/Makefile
@@ -2,20 +2,21 @@
PORTNAME= turbolinks
PORTVERSION= 5.2.0
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Turbolinks makes following links in your web application faster
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4 \
- rubygem-turbolinks-source>=5.2:www/rubygem-turbolinks-source
+RUN_DEPENDS= rubygem-turbolinks-source>=5.2:www/rubygem-turbolinks-source
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>