From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 18:37:50 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 E8AB0568; Sat, 27 Sep 2014 18:37:50 +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 D3E06F22; Sat, 27 Sep 2014 18:37:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RIbo5R006962; Sat, 27 Sep 2014 18:37:50 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RIboHB006960; Sat, 27 Sep 2014 18:37:50 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409271837.s8RIboHB006960@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 18:37:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369413 - in head/www: . rubygem-jquery-atwho-rails-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 18:37:51 -0000 Author: xmj Date: Sat Sep 27 18:37:49 2014 New Revision: 369413 URL: http://svnweb.freebsd.org/changeset/ports/369413 QAT: https://qat.redports.org/buildarchive/r369413/ Log: www/rubygem-jquery-atwho-rails-rails4: copy port This is a jQuery plugin that implement Github-like mentions. WWW: http://ichord.github.com/jquery-atwho-rails Differential Revision: https://reviews.freebsd.org/D868 Approved by: swills (mentor) Added: head/www/rubygem-jquery-atwho-rails-rails4/ - copied from r369378, head/www/rubygem-jquery-atwho-rails/ Modified: head/www/Makefile head/www/rubygem-jquery-atwho-rails-rails4/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 27 18:30:29 2014 (r369412) +++ head/www/Makefile Sat Sep 27 18:37:49 2014 (r369413) @@ -1797,6 +1797,7 @@ SUBDIR += rubygem-jekyll-watch SUBDIR += rubygem-journey SUBDIR += rubygem-jquery-atwho-rails + SUBDIR += rubygem-jquery-atwho-rails-rails4 SUBDIR += rubygem-jquery-rails SUBDIR += rubygem-jquery-rails4 SUBDIR += rubygem-jquery-turbolinks Modified: head/www/rubygem-jquery-atwho-rails-rails4/Makefile ============================================================================== --- head/www/rubygem-jquery-atwho-rails/Makefile Sat Sep 27 08:20:01 2014 (r369378) +++ head/www/rubygem-jquery-atwho-rails-rails4/Makefile Sat Sep 27 18:37:49 2014 (r369413) @@ -4,9 +4,12 @@ PORTNAME= jquery-atwho-rails PORTVERSION= 0.5.1 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails4 MAINTAINER= ruby@FreeBSD.org -COMMENT= jQuery plugin that implement Github-like mentions +COMMENT= jQuery plugin that implements Github-like mentions + +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes