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

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/182696: commit references a PR
Date: Sun, 20 Oct 2013 23:35:39 +0000 (UTC)

 Author: swills
 Date: Sun Oct 20 23:35:32 2013
 New Revision: 331073
 URL: http://svnweb.freebsd.org/changeset/ports/331073
 
 Log:
   A generalized Rack framework for multiple-provider authentication.
   
   WWW: http://github.com/intridea/omniauth
   
   PR:          ports/182696
   Submitted by:        Loic Blot <loic.b...@unix-experience.fr>
 
 Added:
   head/security/rubygem-omniauth/
   head/security/rubygem-omniauth/Makefile   (contents, props changed)
   head/security/rubygem-omniauth/distinfo   (contents, props changed)
   head/security/rubygem-omniauth/pkg-descr   (contents, props changed)
 Modified:
   head/security/Makefile
 
 Modified: head/security/Makefile
 ==============================================================================
 --- head/security/Makefile     Sun Oct 20 23:32:25 2013        (r331072)
 +++ head/security/Makefile     Sun Oct 20 23:35:32 2013        (r331073)
 @@ -865,6 +865,7 @@
      SUBDIR += rubygem-net-ssh-gateway
      SUBDIR += rubygem-net-ssh-multi
      SUBDIR += rubygem-nmap-parser
 +    SUBDIR += rubygem-omniauth
      SUBDIR += rubygem-origami
      SUBDIR += rubygem-razorback-scriptNugget
      SUBDIR += rubygem-rc4
 
 Added: head/security/rubygem-omniauth/Makefile
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/security/rubygem-omniauth/Makefile    Sun Oct 20 23:35:32 2013        
(r331073)
 @@ -0,0 +1,20 @@
 +# $FreeBSD$
 +
 +PORTNAME=     omniauth
 +PORTVERSION=  1.1.4
 +CATEGORIES=   security rubygems
 +MASTER_SITES= RG
 +
 +MAINTAINER=   r...@freebsd.org
 +COMMENT=      Generalized Rack framework for multiple-provider authentication.
 +
 +RUN_DEPENDS=  rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
 +              rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie
 +
 +USE_RUBY=     yes
 +USE_RUBYGEMS= yes
 +RUBYGEM_AUTOPLIST=    yes
 +
 +NO_STAGE=     yes
 +
 +.include <bsd.port.mk>
 
 Added: head/security/rubygem-omniauth/distinfo
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/security/rubygem-omniauth/distinfo    Sun Oct 20 23:35:32 2013        
(r331073)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/omniauth-1.1.4.gem) = 
d47132daf1c59b8c97b4c51f3f2e379b5b6ae2cd9e169d0a3e46de45b335efbd
 +SIZE (rubygem/omniauth-1.1.4.gem) = 29184
 
 Added: head/security/rubygem-omniauth/pkg-descr
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/security/rubygem-omniauth/pkg-descr   Sun Oct 20 23:35:32 2013        
(r331073)
 @@ -0,0 +1,3 @@
 +A generalized Rack framework for multiple-provider authentication.
 +
 +WWW: http://github.com/intridea/omniauth
 _______________________________________________
 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