Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 15:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        ruby@FreeBSD.org
Subject:   Re: ports/182731: commit references a PR
Message-ID:  <201310241520.r9OFK1nD000424@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182731; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182731: commit references a PR
Date: Thu, 24 Oct 2013 15:16:18 +0000 (UTC)

 Author: swills
 Date: Thu Oct 24 15:16:10 2013
 New Revision: 331495
 URL: http://svnweb.freebsd.org/changeset/ports/331495
 
 Log:
   Turbolinks makes following links in your web application faster (use with Rails
   Asset Pipeline)
   
   WWW: https://rubygems.org/gems/turbolinks
   
   PR:		ports/182731
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/www/rubygem-turbolinks/
   head/www/rubygem-turbolinks/Makefile   (contents, props changed)
   head/www/rubygem-turbolinks/distinfo   (contents, props changed)
   head/www/rubygem-turbolinks/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Thu Oct 24 15:11:40 2013	(r331494)
 +++ head/www/Makefile	Thu Oct 24 15:16:10 2013	(r331495)
 @@ -1827,6 +1827,7 @@
      SUBDIR += rubygem-thin
      SUBDIR += rubygem-tinyatom
      SUBDIR += rubygem-tinymce-rails
 +    SUBDIR += rubygem-turbolinks
      SUBDIR += rubygem-typhoeus
      SUBDIR += rubygem-uglifier
      SUBDIR += rubygem-underscore-rails
 
 Added: head/www/rubygem-turbolinks/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-turbolinks/Makefile	Thu Oct 24 15:16:10 2013	(r331495)
 @@ -0,0 +1,19 @@
 +# $FreeBSD$
 +
 +PORTNAME=	turbolinks
 +PORTVERSION=	1.3.0
 +CATEGORIES=	www rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	Turbolinks makes following links in your web application faster
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +RUN_DEPENDS=	rubygem-coffee-rails>=0:${PORTSDIR}/devel/rubygem-coffee-rails
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/www/rubygem-turbolinks/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-turbolinks/distinfo	Thu Oct 24 15:16:10 2013	(r331495)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/turbolinks-1.3.0.gem) = 40760fc5dad7662bca5c0d3abf44610dcb2b6ff29c5d49ac3d47e57357b85e24
 +SIZE (rubygem/turbolinks-1.3.0.gem) = 15360
 
 Added: head/www/rubygem-turbolinks/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-turbolinks/pkg-descr	Thu Oct 24 15:16:10 2013	(r331495)
 @@ -0,0 +1,4 @@
 +Turbolinks makes following links in your web application faster (use with Rails
 +Asset Pipeline)
 +
 +WWW: https://rubygems.org/gems/turbolinks
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241520.r9OFK1nD000424>