From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 18:10:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D08DA58; Fri, 3 Oct 2014 18:10:53 +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 E307FFA; Fri, 3 Oct 2014 18:10:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93IAq6p006119; Fri, 3 Oct 2014 18:10:52 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93IAqKP006116; Fri, 3 Oct 2014 18:10:52 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410031810.s93IAqKP006116@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Fri, 3 Oct 2014 18:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369923 - in head/www: . rubygem-jquery-ui-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 18:10:53 -0000 Author: xmj Date: Fri Oct 3 18:10:51 2014 New Revision: 369923 URL: https://svnweb.freebsd.org/changeset/ports/369923 QAT: https://qat.redports.org/buildarchive/r369923/ Log: www/rubygem-jquery-ui-rails-rails4: copy port jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline WWW: https://github.com/joliss/jquery-ui-rails Differential Revision: https://reviews.freebsd.org/D889 Approved by: swills Added: head/www/rubygem-jquery-ui-rails-rails4/ - copied from r369378, head/www/rubygem-jquery-ui-rails/ Modified: head/www/Makefile head/www/rubygem-jquery-ui-rails-rails4/Makefile head/www/rubygem-jquery-ui-rails-rails4/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Oct 3 17:57:54 2014 (r369922) +++ head/www/Makefile Fri Oct 3 18:10:51 2014 (r369923) @@ -1804,6 +1804,7 @@ SUBDIR += rubygem-jquery-rails4 SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails + SUBDIR += rubygem-jquery-ui-rails-rails4 SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari Modified: head/www/rubygem-jquery-ui-rails-rails4/Makefile ============================================================================== --- head/www/rubygem-jquery-ui-rails/Makefile Sat Sep 27 08:20:01 2014 (r369378) +++ head/www/rubygem-jquery-ui-rails-rails4/Makefile Fri Oct 3 18:10:51 2014 (r369923) @@ -4,11 +4,14 @@ PORTNAME= jquery-ui-rails PORTVERSION= 5.0.0 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -rails4 MAINTAINER= ruby@FreeBSD.org COMMENT= jQuery UI's JavaScript, CSS, and image files packaged for Rails -RUN_DEPENDS= rubygem-railties>=3.2.16:${PORTSDIR}/www/rubygem-railties +LICENSE= MIT + +RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4 USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/www/rubygem-jquery-ui-rails-rails4/pkg-descr ============================================================================== --- head/www/rubygem-jquery-ui-rails/pkg-descr Sat Sep 27 08:20:01 2014 (r369378) +++ head/www/rubygem-jquery-ui-rails-rails4/pkg-descr Fri Oct 3 18:10:51 2014 (r369923) @@ -1,3 +1,4 @@ -jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline +jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset +pipeline WWW: https://github.com/joliss/jquery-ui-rails