Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 16:50:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508640 - head/www/rubygem-turbolinks
Message-ID:  <201908111650.x7BGo19x022366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 11 16:50:01 2019
New Revision: 508640
URL: https://svnweb.freebsd.org/changeset/ports/508640

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/www/rubygem-turbolinks/Makefile

Modified: head/www/rubygem-turbolinks/Makefile
==============================================================================
--- head/www/rubygem-turbolinks/Makefile	Sun Aug 11 16:49:56 2019	(r508639)
+++ head/www/rubygem-turbolinks/Makefile	Sun Aug 11 16:50:01 2019	(r508640)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111650.x7BGo19x022366>