Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2013 23:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        ruby@FreeBSD.org
Subject:   Re: ports/182696: commit references a PR
Message-ID:  <201310202340.r9KNe1eS044179@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182696; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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.blot@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=	ruby@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-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310202340.r9KNe1eS044179>