ports/182699: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Oct 21 02:10:01 UTC 2013


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/182699: commit references a PR
Date: Mon, 21 Oct 2013 02:00:06 +0000 (UTC)

 Author: swills
 Date: Mon Oct 21 01:59:58 2013
 New Revision: 331081
 URL: http://svnweb.freebsd.org/changeset/ports/331081
 
 Log:
   Official OmniAuth strategy for GitHub
   
   WWW: https://github.com/intridea/omniauth-github
   
   PR:		ports/182699
   Submitted by:	Loic Blot <loic.blot at unix-experience.fr>
 
 Added:
   head/net/rubygem-omniauth-github/
   head/net/rubygem-omniauth-github/Makefile   (contents, props changed)
   head/net/rubygem-omniauth-github/distinfo   (contents, props changed)
   head/net/rubygem-omniauth-github/pkg-descr   (contents, props changed)
 Modified:
   head/net/Makefile
 
 Modified: head/net/Makefile
 ==============================================================================
 --- head/net/Makefile	Mon Oct 21 01:52:16 2013	(r331080)
 +++ head/net/Makefile	Mon Oct 21 01:59:58 2013	(r331081)
 @@ -1040,6 +1040,7 @@
      SUBDIR += rubygem-network_interface
      SUBDIR += rubygem-oauth
      SUBDIR += rubygem-oauth2
 +    SUBDIR += rubygem-omniauth-github
      SUBDIR += rubygem-omniauth-oauth
      SUBDIR += rubygem-omniauth-oauth2
      SUBDIR += rubygem-open-uri-cached
 
 Added: head/net/rubygem-omniauth-github/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/rubygem-omniauth-github/Makefile	Mon Oct 21 01:59:58 2013	(r331081)
 @@ -0,0 +1,20 @@
 +# $FreeBSD$
 +
 +PORTNAME=	omniauth-github
 +PORTVERSION=	1.1.1
 +CATEGORIES=	net rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby at FreeBSD.org
 +COMMENT=	Official OmniAuth strategy for GitHub
 +
 +RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 \
 +		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/net/rubygem-omniauth-github/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/rubygem-omniauth-github/distinfo	Mon Oct 21 01:59:58 2013	(r331081)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/omniauth-github-1.1.1.gem) = 94b41beb49cc16b1e7c5f7a91999d867b76d84a33c9a44e5839178289b8ddac2
 +SIZE (rubygem/omniauth-github-1.1.1.gem) = 8192
 
 Added: head/net/rubygem-omniauth-github/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/rubygem-omniauth-github/pkg-descr	Mon Oct 21 01:59:58 2013	(r331081)
 @@ -0,0 +1,3 @@
 +Official OmniAuth strategy for GitHub
 +
 +WWW: https://github.com/intridea/omniauth-github
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list