From owner-svn-ports-head@freebsd.org Sun Aug 9 18:30:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EDF399DDD2; Sun, 9 Aug 2015 18:30:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 746A917DE; Sun, 9 Aug 2015 18:30:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79IUJw6065649; Sun, 9 Aug 2015 18:30:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79IUIK8065646; Sun, 9 Aug 2015 18:30:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201508091830.t79IUIK8065646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 9 Aug 2015 18:30:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 18:30:19 -0000 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 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 +# $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