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

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/182761: commit references a PR
Date: Fri, 25 Oct 2013 01:39:01 +0000 (UTC)

 Author: swills
 Date: Fri Oct 25 01:38:47 2013
 New Revision: 331542
 URL: http://svnweb.freebsd.org/changeset/ports/331542
 
 Log:
   Test Rails generators with RSpec
   
   WWW: https://github.com/stevehodgkiss/generator_spec
   
   PR:          ports/182761
   Submitted by:        Loic Blot <loic.b...@unix-experience.fr>
 
 Added:
   head/devel/rubygem-generator_spec/
   head/devel/rubygem-generator_spec/Makefile   (contents, props changed)
   head/devel/rubygem-generator_spec/distinfo   (contents, props changed)
   head/devel/rubygem-generator_spec/pkg-descr   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile        Fri Oct 25 01:33:11 2013        (r331541)
 +++ head/devel/Makefile        Fri Oct 25 01:38:47 2013        (r331542)
 @@ -4094,6 +4094,7 @@
      SUBDIR += rubygem-gdata
      SUBDIR += rubygem-gem_plugin
      SUBDIR += rubygem-gemcutter
 +    SUBDIR += rubygem-generator_spec
      SUBDIR += rubygem-georuby
      SUBDIR += rubygem-getopt
      SUBDIR += rubygem-gettext
 
 Added: head/devel/rubygem-generator_spec/Makefile
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/devel/rubygem-generator_spec/Makefile Fri Oct 25 01:38:47 2013        
(r331542)
 @@ -0,0 +1,20 @@
 +# $FreeBSD$
 +
 +PORTNAME=     generator_spec
 +PORTVERSION=  0.9.0
 +CATEGORIES=   devel rubygems
 +MASTER_SITES= RG
 +
 +MAINTAINER=   r...@freebsd.org
 +COMMENT=      Test Rails generators with RSpec
 +
 +RUN_DEPENDS=  
rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord \
 +              rubygem-railties>=0:${PORTSDIR}/www/rubygem-railties
 +
 +USE_RUBY=     yes
 +USE_RUBYGEMS= yes
 +RUBYGEM_AUTOPLIST=    yes
 +
 +NO_STAGE=     yes
 +
 +.include <bsd.port.mk>
 
 Added: head/devel/rubygem-generator_spec/distinfo
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/devel/rubygem-generator_spec/distinfo Fri Oct 25 01:38:47 2013        
(r331542)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/generator_spec-0.9.0.gem) = 
a511d10294cb93f17fc5d90bef6dd0bdc13363106222d66bd418dfdf48cca62a
 +SIZE (rubygem/generator_spec-0.9.0.gem) = 8704
 
 Added: head/devel/rubygem-generator_spec/pkg-descr
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/devel/rubygem-generator_spec/pkg-descr        Fri Oct 25 01:38:47 
2013        (r331542)
 @@ -0,0 +1,3 @@
 +Test Rails generators with RSpec
 +
 +WWW: https://github.com/stevehodgkiss/generator_spec
 _______________________________________________
 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