From owner-svn-ports-head@freebsd.org Mon Mar 6 10:14:30 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 EDEE3CFA115; Mon, 6 Mar 2017 10:14:30 +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 A935D10DD; Mon, 6 Mar 2017 10:14:30 +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 v26AETnk091186; Mon, 6 Mar 2017 10:14:29 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v26AETXW091182; Mon, 6 Mar 2017 10:14:29 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703061014.v26AETXW091182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 6 Mar 2017 10:14:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435526 - in head/www: . rubygem-gitlab-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-head@freebsd.org X-Mailman-Version: 2.1.23 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, 06 Mar 2017 10:14:31 -0000 Author: tz Date: Mon Mar 6 10:14:29 2017 New Revision: 435526 URL: https://svnweb.freebsd.org/changeset/ports/435526 Log: Repo-copy rubygem-turbolinks-classic to rubygem-gitlab-turbolinks-classic. The new port is a fork needed by the next GitLab version and developed now by the GitLab team itself. Added: head/www/rubygem-gitlab-turbolinks-classic/ - copied from r435252, head/www/rubygem-turbolinks-classic/ Modified: head/www/Makefile head/www/rubygem-gitlab-turbolinks-classic/Makefile head/www/rubygem-gitlab-turbolinks-classic/distinfo head/www/rubygem-gitlab-turbolinks-classic/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Mar 6 10:06:04 2017 (r435525) +++ head/www/Makefile Mon Mar 6 10:14:29 2017 (r435526) @@ -1964,6 +1964,7 @@ SUBDIR += rubygem-gitlab-flowdock-git-hook SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack + SUBDIR += rubygem-gitlab-turbolinks-classic SUBDIR += rubygem-gollum-grit_adapter SUBDIR += rubygem-gollum-lib SUBDIR += rubygem-gollum-lib-gitlab Modified: head/www/rubygem-gitlab-turbolinks-classic/Makefile ============================================================================== --- head/www/rubygem-turbolinks-classic/Makefile Thu Mar 2 16:55:16 2017 (r435252) +++ head/www/rubygem-gitlab-turbolinks-classic/Makefile Mon Mar 6 10:14:29 2017 (r435526) @@ -1,10 +1,9 @@ # $FreeBSD$ -PORTNAME= turbolinks -PORTVERSION= 2.5.3 +PORTNAME= gitlab-turbolinks-classic +PORTVERSION= 2.5.6 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= -classic MAINTAINER= ruby@FreeBSD.org COMMENT= Turbolinks makes following links in your web application faster @@ -14,8 +13,6 @@ 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-gitlab-turbolinks-classic/distinfo ============================================================================== --- head/www/rubygem-turbolinks-classic/distinfo Thu Mar 2 16:55:16 2017 (r435252) +++ head/www/rubygem-gitlab-turbolinks-classic/distinfo Mon Mar 6 10:14:29 2017 (r435526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476351062 -SHA256 (rubygem/turbolinks-2.5.3.gem) = 5606242743a4c9bb1ef49bc5bb88ebdc2dc1a0ac99a602c9a71defbd8be8b9b5 -SIZE (rubygem/turbolinks-2.5.3.gem) = 20992 +TIMESTAMP = 1488794275 +SHA256 (rubygem/gitlab-turbolinks-classic-2.5.6.gem) = 2acb127904192ecf1a072c6b2926d65f4cb6487a2ff2dd7df80c427583e2d8fd +SIZE (rubygem/gitlab-turbolinks-classic-2.5.6.gem) = 22016 Modified: head/www/rubygem-gitlab-turbolinks-classic/pkg-descr ============================================================================== --- head/www/rubygem-turbolinks-classic/pkg-descr Thu Mar 2 16:55:16 2017 (r435252) +++ head/www/rubygem-gitlab-turbolinks-classic/pkg-descr Mon Mar 6 10:14:29 2017 (r435526) @@ -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://gitlab.com/jamedjo/gitlab-turbolinks-classic/