svn commit: r393813 - in head/www: . rubygem-turbolinks rubygem-turbolinks-rails41
Steve Wills
swills at FreeBSD.org
Sun Aug 9 18:30:19 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list