From owner-svn-ports-all@freebsd.org Thu Oct 13 09:59:10 2016 Return-Path: Delivered-To: svn-ports-all@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 087EFC0EA58; Thu, 13 Oct 2016 09:59:10 +0000 (UTC) (envelope-from tz@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 B9458E2E; Thu, 13 Oct 2016 09:59:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D9x8o6073713; Thu, 13 Oct 2016 09:59:08 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D9x8fF073709; Thu, 13 Oct 2016 09:59:08 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610130959.u9D9x8fF073709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 13 Oct 2016 09:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423907 - in head/www: . rubygem-turbolinks-classic 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.23 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: Thu, 13 Oct 2016 09:59:10 -0000 Author: tz Date: Thu Oct 13 09:59:08 2016 New Revision: 423907 URL: https://svnweb.freebsd.org/changeset/ports/423907 Log: Revive www/rubygem-turbolinks as www/rubygem-turbolinks-classic. turbolinks was completely rewritten and released as version 5.x. The old branch 2.5.x was renamed to turbolinks-classic. www/gitlab still depends on the old version of rubygem-turbolinks. Therefore its revived as a new port, while the updated turbolinks port will satisfy www/rubygem-rails4. PR: 213218 Approved by: swills (mentor) Added: head/www/rubygem-turbolinks-classic/ - copied from r414136, head/www/rubygem-turbolinks/ Modified: head/www/Makefile head/www/rubygem-turbolinks-classic/Makefile head/www/rubygem-turbolinks-classic/distinfo head/www/rubygem-turbolinks-classic/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 13 09:26:47 2016 (r423906) +++ head/www/Makefile Thu Oct 13 09:59:08 2016 (r423907) @@ -2050,6 +2050,7 @@ SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks + SUBDIR += rubygem-turbolinks-classic SUBDIR += rubygem-turbolinks-source SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier Modified: head/www/rubygem-turbolinks-classic/Makefile ============================================================================== --- head/www/rubygem-turbolinks/Makefile Wed Apr 27 21:57:31 2016 (r414136) +++ head/www/rubygem-turbolinks-classic/Makefile Thu Oct 13 09:59:08 2016 (r423907) @@ -4,6 +4,7 @@ PORTNAME= turbolinks PORTVERSION= 2.5.3 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -classic MAINTAINER= ruby@FreeBSD.org COMMENT= Turbolinks makes following links in your web application faster @@ -13,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS?= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4 +PORTSCOUT= limit:^2\.5 + NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/www/rubygem-turbolinks-classic/distinfo ============================================================================== --- head/www/rubygem-turbolinks/distinfo Wed Apr 27 21:57:31 2016 (r414136) +++ head/www/rubygem-turbolinks-classic/distinfo Thu Oct 13 09:59:08 2016 (r423907) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476351062 SHA256 (rubygem/turbolinks-2.5.3.gem) = 5606242743a4c9bb1ef49bc5bb88ebdc2dc1a0ac99a602c9a71defbd8be8b9b5 SIZE (rubygem/turbolinks-2.5.3.gem) = 20992 Modified: head/www/rubygem-turbolinks-classic/pkg-descr ============================================================================== --- head/www/rubygem-turbolinks/pkg-descr Wed Apr 27 21:57:31 2016 (r414136) +++ head/www/rubygem-turbolinks-classic/pkg-descr Thu Oct 13 09:59:08 2016 (r423907) @@ -1,4 +1,4 @@ Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline) -WWW: https://github.com/rails/turbolinks +WWW: https://github.com/rails/turbolinks-classic