Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2015 18:30:18 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393813 - in head/www: . rubygem-turbolinks rubygem-turbolinks-rails41
Message-ID:  <201508091830.t79IUIK8065646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug  9 18:30:17 2015
New Revision: 393813
URL: https://svnweb.freebsd.org/changeset/ports/393813

Log:
  www/rubygem-turbolinks-rails41: create port
  
  Add rails 4.1 version of turbolinks
  
  PR:		201830
  Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>

Added:
  head/www/rubygem-turbolinks-rails41/
  head/www/rubygem-turbolinks-rails41/Makefile   (contents, props changed)
Modified:
  head/www/Makefile
  head/www/rubygem-turbolinks/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug  9 18:15:51 2015	(r393812)
+++ head/www/Makefile	Sun Aug  9 18:30:17 2015	(r393813)
@@ -1974,6 +1974,7 @@
     SUBDIR += rubygem-tinymce-rails
     SUBDIR += rubygem-tumblr_client
     SUBDIR += rubygem-turbolinks
+    SUBDIR += rubygem-turbolinks-rails41
     SUBDIR += rubygem-typhoeus
     SUBDIR += rubygem-uglifier
     SUBDIR += rubygem-underscore-rails

Added: head/www/rubygem-turbolinks-rails41/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-turbolinks-rails41/Makefile	Sun Aug  9 18:30:17 2015	(r393813)
@@ -0,0 +1,10 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-rails41
+
+RUN_DEPENDS=	rubygem-coffee-rails41>=4.1.0:${PORTSDIR}/devel/rubygem-coffee-rails41
+
+MASTERDIR=	${.CURDIR}/../rubygem-turbolinks
+
+.include "${MASTERDIR}/Makefile"

Modified: head/www/rubygem-turbolinks/Makefile
==============================================================================
--- head/www/rubygem-turbolinks/Makefile	Sun Aug  9 18:15:51 2015	(r393812)
+++ head/www/rubygem-turbolinks/Makefile	Sun Aug  9 18:30:17 2015	(r393813)
@@ -10,7 +10,7 @@ COMMENT=	Turbolinks makes following link
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4
+RUN_DEPENDS?=	rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



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