The following reply was made to PR ports/182666; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
Cc:  
Subject: Re: ports/182666: commit references a PR
Date: Sun, 20 Oct 2013 12:49:31 +0000 (UTC)

 Author: swills
 Date: Sun Oct 20 12:49:22 2013
 New Revision: 331012
 URL: http://svnweb.freebsd.org/changeset/ports/331012
 
 Log:
   Gem installation of javascript framework for data visualization, D3
   
   WWW: https://github.com/logical42/d3_rails
   
   PR:          ports/182666
   Submitted by:        Loic Blot <[email protected]>
 
 Added:
   head/www/rubygem-d3_rails/
   head/www/rubygem-d3_rails/Makefile   (contents, props changed)
   head/www/rubygem-d3_rails/distinfo   (contents, props changed)
   head/www/rubygem-d3_rails/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile  Sun Oct 20 12:46:44 2013        (r331011)
 +++ head/www/Makefile  Sun Oct 20 12:49:22 2013        (r331012)
 @@ -1742,6 +1742,7 @@
      SUBDIR += rubygem-chosen-rails
      SUBDIR += rubygem-cookiejar
      SUBDIR += rubygem-cuba
 +    SUBDIR += rubygem-d3_rails
      SUBDIR += rubygem-davclient
      SUBDIR += rubygem-domainatrix
      SUBDIR += rubygem-em-http-request
 
 Added: head/www/rubygem-d3_rails/Makefile
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/www/rubygem-d3_rails/Makefile Sun Oct 20 12:49:22 2013        
(r331012)
 @@ -0,0 +1,19 @@
 +# $FreeBSD$
 +
 +PORTNAME=     d3_rails
 +PORTVERSION=  3.3.6
 +CATEGORIES=   www rubygems
 +MASTER_SITES= RG
 +
 +MAINTAINER=   [email protected]
 +COMMENT=      JavaScript framework for data visualization
 +
 +RUN_DEPENDS=  rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
 +
 +USE_RUBY=     yes
 +USE_RUBYGEMS= yes
 +RUBYGEM_AUTOPLIST=    yes
 +
 +NO_STAGE=     yes
 +
 +.include <bsd.port.mk>
 
 Added: head/www/rubygem-d3_rails/distinfo
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/www/rubygem-d3_rails/distinfo Sun Oct 20 12:49:22 2013        
(r331012)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/d3_rails-3.3.6.gem) = 
29c5d9aa8a23d5d7325f37e148191b353e4d63eac30d463880b9694d28c64b14
 +SIZE (rubygem/d3_rails-3.3.6.gem) = 125440
 
 Added: head/www/rubygem-d3_rails/pkg-descr
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/www/rubygem-d3_rails/pkg-descr        Sun Oct 20 12:49:22 2013        
(r331012)
 @@ -0,0 +1,3 @@
 +Gem installation of javascript framework for data visualization, D3
 +
 +WWW: https://github.com/logical42/d3_rails
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "[email protected]"

Reply via email to