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

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/182756: commit references a PR
Date: Thu, 24 Oct 2013 19:52:50 +0000 (UTC)

 Author: swills
 Date: Thu Oct 24 19:52:42 2013
 New Revision: 331524
 URL: http://svnweb.freebsd.org/changeset/ports/331524
 
 Log:
   Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
   
   WWW: https://github.com/colszowka/simplecov-html
   
   PR:          ports/182756
   Submitted by:        Loic Blot <loic.b...@unix-experience.fr>
 
 Added:
   head/textproc/rubygem-simplecov-html/
   head/textproc/rubygem-simplecov-html/Makefile   (contents, props changed)
   head/textproc/rubygem-simplecov-html/distinfo   (contents, props changed)
   head/textproc/rubygem-simplecov-html/pkg-descr   (contents, props changed)
 Modified:
   head/textproc/Makefile
 
 Modified: head/textproc/Makefile
 ==============================================================================
 --- head/textproc/Makefile     Thu Oct 24 19:50:23 2013        (r331523)
 +++ head/textproc/Makefile     Thu Oct 24 19:52:42 2013        (r331524)
 @@ -1334,6 +1334,7 @@
      SUBDIR += rubygem-sass
      SUBDIR += rubygem-sass-rails
      SUBDIR += rubygem-sax-machine
 +    SUBDIR += rubygem-simplecov-html
      SUBDIR += rubygem-spreadsheet
      SUBDIR += rubygem-stamp
      SUBDIR += rubygem-syntax
 
 Added: head/textproc/rubygem-simplecov-html/Makefile
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/textproc/rubygem-simplecov-html/Makefile      Thu Oct 24 19:52:42 
2013        (r331524)
 @@ -0,0 +1,21 @@
 +# $FreeBSD$
 +
 +PORTNAME=     simplecov-html
 +PORTVERSION=  0.7.1
 +CATEGORIES=   textproc rubygems
 +MASTER_SITES= RG
 +
 +MAINTAINER=   r...@freebsd.org
 +COMMENT=      https://rubygems.org/gems/simplecov-html
 +
 +RUN_DEPENDS=  rubygem-sass>=0:${PORTSDIR}/textproc/rubygem-sass \
 +              rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
 +              rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets
 +
 +USE_RUBY=     yes
 +USE_RUBYGEMS= yes
 +RUBYGEM_AUTOPLIST=    yes
 +
 +NO_STAGE=     yes
 +
 +.include <bsd.port.mk>
 
 Added: head/textproc/rubygem-simplecov-html/distinfo
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/textproc/rubygem-simplecov-html/distinfo      Thu Oct 24 19:52:42 
2013        (r331524)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/simplecov-html-0.7.1.gem) = 
5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948
 +SIZE (rubygem/simplecov-html-0.7.1.gem) = 197632
 
 Added: head/textproc/rubygem-simplecov-html/pkg-descr
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/textproc/rubygem-simplecov-html/pkg-descr     Thu Oct 24 19:52:42 
2013        (r331524)
 @@ -0,0 +1,3 @@
 +Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
 +
 +WWW: https://github.com/colszowka/simplecov-html
 _______________________________________________
 svn-ports-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-ruby@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"

Reply via email to