From owner-svn-ports-head@freebsd.org Mon Dec 11 10:45:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18948E8DA80; Mon, 11 Dec 2017 10:45:07 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id 28E9E7F61E; Mon, 11 Dec 2017 10:45:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBAj41B087239; Mon, 11 Dec 2017 10:45:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBAj3e6087236; Mon, 11 Dec 2017 10:45:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712111045.vBBAj3e6087236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Dec 2017 10:45:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456019 - head/www/rubygem-turbolinks-classic X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-turbolinks-classic X-SVN-Commit-Revision: 456019 X-SVN-Commit-Repository: ports 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.25 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: Mon, 11 Dec 2017 10:45:07 -0000 Author: sunpoet Date: Mon Dec 11 10:45:03 2017 New Revision: 456019 URL: https://svnweb.freebsd.org/changeset/ports/456019 Log: Update to 2.5.4 - Fix WWW Changes: https://github.com/turbolinks/turbolinks-classic/commits/master Modified: head/www/rubygem-turbolinks-classic/Makefile head/www/rubygem-turbolinks-classic/distinfo head/www/rubygem-turbolinks-classic/pkg-descr Modified: head/www/rubygem-turbolinks-classic/Makefile ============================================================================== --- head/www/rubygem-turbolinks-classic/Makefile Mon Dec 11 10:44:58 2017 (r456018) +++ head/www/rubygem-turbolinks-classic/Makefile Mon Dec 11 10:45:03 2017 (r456019) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= turbolinks -PORTVERSION= 2.5.3 +PORTVERSION= 2.5.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -classic Modified: head/www/rubygem-turbolinks-classic/distinfo ============================================================================== --- head/www/rubygem-turbolinks-classic/distinfo Mon Dec 11 10:44:58 2017 (r456018) +++ head/www/rubygem-turbolinks-classic/distinfo Mon Dec 11 10:45:03 2017 (r456019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476351062 -SHA256 (rubygem/turbolinks-2.5.3.gem) = 5606242743a4c9bb1ef49bc5bb88ebdc2dc1a0ac99a602c9a71defbd8be8b9b5 -SIZE (rubygem/turbolinks-2.5.3.gem) = 20992 +TIMESTAMP = 1512841376 +SHA256 (rubygem/turbolinks-2.5.4.gem) = 48f2a2dc523c3c618e12a4b2d43e22aa631db64a9d25de2de566901ce5a96090 +SIZE (rubygem/turbolinks-2.5.4.gem) = 21504 Modified: head/www/rubygem-turbolinks-classic/pkg-descr ============================================================================== --- head/www/rubygem-turbolinks-classic/pkg-descr Mon Dec 11 10:44:58 2017 (r456018) +++ head/www/rubygem-turbolinks-classic/pkg-descr Mon Dec 11 10:45:03 2017 (r456019) @@ -1,4 +1,4 @@ Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline) -WWW: https://github.com/rails/turbolinks-classic +WWW: https://github.com/turbolinks/turbolinks-classic