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

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/182701: commit references a PR
Date: Mon, 21 Oct 2013 02:23:14 +0000 (UTC)

 Author: swills
 Date: Mon Oct 21 02:23:06 2013
 New Revision: 331083
 URL: http://svnweb.freebsd.org/changeset/ports/331083
 
 Log:
   OmniAuth strategy for Twitter
   
   WWW: https://github.com/arunagw/omniauth-twitter
   
   PR:          ports/182701
   Submitted by:        Loic Blot <loic.b...@unix-experience.fr>
 
 Added:
   head/net/rubygem-omniauth-twitter/
   head/net/rubygem-omniauth-twitter/Makefile   (contents, props changed)
   head/net/rubygem-omniauth-twitter/distinfo   (contents, props changed)
   head/net/rubygem-omniauth-twitter/pkg-descr   (contents, props changed)
 Modified:
   head/net/Makefile
 
 Modified: head/net/Makefile
 ==============================================================================
 --- head/net/Makefile  Mon Oct 21 02:10:23 2013        (r331082)
 +++ head/net/Makefile  Mon Oct 21 02:23:06 2013        (r331083)
 @@ -1044,6 +1044,7 @@
      SUBDIR += rubygem-omniauth-google-oauth2
      SUBDIR += rubygem-omniauth-oauth
      SUBDIR += rubygem-omniauth-oauth2
 +    SUBDIR += rubygem-omniauth-twitter
      SUBDIR += rubygem-open-uri-cached
      SUBDIR += rubygem-openid
      SUBDIR += rubygem-packetfu
 
 Added: head/net/rubygem-omniauth-twitter/Makefile
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/net/rubygem-omniauth-twitter/Makefile Mon Oct 21 02:23:06 2013        
(r331083)
 @@ -0,0 +1,20 @@
 +# $FreeBSD$
 +
 +PORTNAME=     omniauth-twitter
 +PORTVERSION=  1.0.1
 +CATEGORIES=   net rubygems
 +MASTER_SITES= RG
 +
 +MAINTAINER=   r...@freebsd.org
 +COMMENT=      OmniAuth strategy for Twitter
 +
 +RUN_DEPENDS=  rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
 +              
rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth
 +
 +USE_RUBY=     yes
 +USE_RUBYGEMS= yes
 +RUBYGEM_AUTOPLIST=    yes
 +
 +NO_STAGE=     yes
 +
 +.include <bsd.port.mk>
 
 Added: head/net/rubygem-omniauth-twitter/distinfo
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/net/rubygem-omniauth-twitter/distinfo Mon Oct 21 02:23:06 2013        
(r331083)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/omniauth-twitter-1.0.1.gem) = 
cd110801549953505a6152ae1426956785aca0cb749ff82835e8d49898b30f18
 +SIZE (rubygem/omniauth-twitter-1.0.1.gem) = 10752
 
 Added: head/net/rubygem-omniauth-twitter/pkg-descr
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/net/rubygem-omniauth-twitter/pkg-descr        Mon Oct 21 02:23:06 
2013        (r331083)
 @@ -0,0 +1,3 @@
 +OmniAuth strategy for Twitter
 +
 +WWW: https://github.com/arunagw/omniauth-twitter
 _______________________________________________
 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