Date: Thu, 13 Oct 2016 09:59:08 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> 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 Message-ID: <201610130959.u9D9x8fF073709@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610130959.u9D9x8fF073709>