Date: Sat, 27 Sep 2014 17:47:32 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> 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 Message-ID: <201409271747.s8RHlW8V082301@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409271747.s8RHlW8V082301>