From owner-svn-ports-all@freebsd.org Sun Jul 1 09:37:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05BCCFEBBC4; Sun, 1 Jul 2018 09:37:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4DFF889D9; Sun, 1 Jul 2018 09:37:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84A751D004; Sun, 1 Jul 2018 09:37:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w619bJc7065826; Sun, 1 Jul 2018 09:37:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w619bJLe065823; Sun, 1 Jul 2018 09:37:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201807010937.w619bJLe065823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 1 Jul 2018 09:37:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473662 - head/www/rubygem-actioncable50 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/rubygem-actioncable50 X-SVN-Commit-Revision: 473662 X-SVN-Commit-Repository: ports 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.27 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: Sun, 01 Jul 2018 09:37:20 -0000 Author: amdmi3 Date: Sun Jul 1 09:37:18 2018 New Revision: 473662 URL: https://svnweb.freebsd.org/changeset/ports/473662 Log: - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/www/rubygem-actioncable50/Makefile head/www/rubygem-actioncable50/pkg-descr Modified: head/www/rubygem-actioncable50/Makefile ============================================================================== --- head/www/rubygem-actioncable50/Makefile Sun Jul 1 09:32:03 2018 (r473661) +++ head/www/rubygem-actioncable50/Makefile Sun Jul 1 09:37:18 2018 (r473662) @@ -19,8 +19,8 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/ PORTSCOUT= limit:^5\.0\. +USES= gem NO_ARCH= yes USE_RUBY= yes -USES= gem .include Modified: head/www/rubygem-actioncable50/pkg-descr ============================================================================== --- head/www/rubygem-actioncable50/pkg-descr Sun Jul 1 09:32:03 2018 (r473661) +++ head/www/rubygem-actioncable50/pkg-descr Sun Jul 1 09:37:18 2018 (r473662) @@ -1,4 +1,4 @@ -Action Cable – Integrated WebSockets for Rails +Action Cable - Integrated WebSockets for Rails Action Cable seamlessly integrates WebSockets with the rest of your Rails application. It allows for real-time features to be written in Ruby in the same @@ -8,4 +8,4 @@ client-side JavaScript framework and a server-side Rub access to your full domain model written with Active Record or your ORM of choice. -WWW: http://rubyonrails.org/ +WWW: https://rubyonrails.org/