From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 17:47:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9E7F421; Sat, 27 Sep 2014 17:47:32 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8B3C3A90; Sat, 27 Sep 2014 17:47:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RHlW9L082303; Sat, 27 Sep 2014 17:47:32 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RHlW8V082301; Sat, 27 Sep 2014 17:47:32 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409271747.s8RHlW8V082301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 27 Sep 2014 17:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369409 - in head/www: . rubygem-gon-rails4 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.18-1 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: Sat, 27 Sep 2014 17:47:32 -0000 Author: xmj Date: Sat Sep 27 17:47:31 2014 New Revision: 369409 URL: http://svnweb.freebsd.org/changeset/ports/369409 QAT: https://qat.redports.org/buildarchive/r369409/ Log: www/rubygem-gon-rails4: copy port If you need to send some data to your js files and you don't want to do this with long way trough views and parsing - use this force! WWW: https://github.com/gazay/gon Differential Revision: https://reviews.freebsd.org/D866 Approved by: swills (mentor) Added: head/www/rubygem-gon-rails4/ - copied from r369378, head/www/rubygem-gon/ Modified: head/www/Makefile head/www/rubygem-gon-rails4/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 27 17:42:00 2014 (r369408) +++ head/www/Makefile Sat Sep 27 17:47:31 2014 (r369409) @@ -1775,6 +1775,7 @@ SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gollum-lib SUBDIR += rubygem-gon + SUBDIR += rubygem-gon-rails4 SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-haml-contrib Modified: head/www/rubygem-gon-rails4/Makefile ============================================================================== --- head/www/rubygem-gon/Makefile Sat Sep 27 08:20:01 2014 (r369378) +++ head/www/rubygem-gon-rails4/Makefile Sat Sep 27 17:47:31 2014 (r369409) @@ -4,14 +4,15 @@ PORTNAME= gon PORTVERSION= 5.2.0 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails4 MAINTAINER= ruby@FreeBSD.org COMMENT= Framework to pass data to JS easily LICENSE= MIT -RUN_DEPENDS= rubygem-actionpack>=2.3.0:${PORTSDIR}/www/rubygem-actionpack \ - rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ +RUN_DEPENDS= rubygem-actionpack4>=4.1.6:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-request_store>=1.0.5:${PORTSDIR}/devel/rubygem-request_store