diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:50:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:50:01 +0800 |
commit | 17dfebc60868fbdd2d006d002ea995ddff68fa48 (patch) | |
tree | ee88f79bd2f08c9627b0368839f5eb6216521267 | |
parent | 711f8a4be5860083d11bd50c8f3402f25bb1db94 (diff) | |
download | freebsd-ports-gnome-17dfebc60868fbdd2d006d002ea995ddff68fa48.tar.gz freebsd-ports-gnome-17dfebc60868fbdd2d006d002ea995ddff68fa48.tar.zst freebsd-ports-gnome-17dfebc60868fbdd2d006d002ea995ddff68fa48.zip |
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
-rw-r--r-- | www/rubygem-turbolinks/Makefile | 11 |
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> |