Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 02:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182766: commit references a PR
Message-ID:  <201310250230.r9P2U1WZ057811@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182766: commit references a PR
Date: Fri, 25 Oct 2013 02:28:55 +0000 (UTC)

 Author: swills
 Date: Fri Oct 25 02:28:44 2013
 New Revision: 331546
 URL: http://svnweb.freebsd.org/changeset/ports/331546
 
 Log:
   A LDAP strategy for OmniAuth.
   
   WWW: https://github.com/gitlabhq/omniauth-ldap
   
   PR:		ports/182766
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/net/rubygem-gitlab_omniauth-ldap/
   head/net/rubygem-gitlab_omniauth-ldap/Makefile   (contents, props changed)
   head/net/rubygem-gitlab_omniauth-ldap/distinfo   (contents, props changed)
   head/net/rubygem-gitlab_omniauth-ldap/files/
   head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec   (contents, props changed)
   head/net/rubygem-gitlab_omniauth-ldap/pkg-descr   (contents, props changed)
 Modified:
   head/net/Makefile
 
 Modified: head/net/Makefile
 ==============================================================================
 --- head/net/Makefile	Fri Oct 25 02:09:45 2013	(r331545)
 +++ head/net/Makefile	Fri Oct 25 02:28:44 2013	(r331546)
 @@ -1030,6 +1030,7 @@
      SUBDIR += rubygem-domain_name
      SUBDIR += rubygem-dropbox-sdk
      SUBDIR += rubygem-geoip
 +    SUBDIR += rubygem-gitlab_omniauth-ldap
      SUBDIR += rubygem-http_parser.rb
      SUBDIR += rubygem-httpauth
      SUBDIR += rubygem-ipaddress
 
 Added: head/net/rubygem-gitlab_omniauth-ldap/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/rubygem-gitlab_omniauth-ldap/Makefile	Fri Oct 25 02:28:44 2013	(r331546)
 @@ -0,0 +1,22 @@
 +# $FreeBSD$
 +
 +PORTNAME=	gitlab_omniauth-ldap
 +PORTVERSION=	1.0.3
 +CATEGORIES=	net rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	A LDAP strategy for OmniAuth.
 +
 +RUN_DEPENDS=	rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \
 +		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
 +		rubygem-pyu-ruby-sasl>=0.0.3.1:${PORTSDIR}/security/rubygem-pyu-ruby-sasl \
 +		rubygem-rubyntlm>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/net/rubygem-gitlab_omniauth-ldap/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/rubygem-gitlab_omniauth-ldap/distinfo	Fri Oct 25 02:28:44 2013	(r331546)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = aaab9d9c192ae690a53972998af4ed29a6e08b467282f7aac88aa5e806983545
 +SIZE (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = 12288
 
 Added: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec	Fri Oct 25 02:28:44 2013	(r331546)
 @@ -0,0 +1,11 @@
 +--- gitlab_omniauth-ldap-1.0.3.gemspec.orig	2013-10-25 02:24:55.456068284 +0000
 ++++ gitlab_omniauth-ldap-1.0.3.gemspec	2013-10-25 02:25:06.863067558 +0000
 +@@ -58,7 +58,7 @@
 +     requirements:
 +     - - ~>
 +       - !ruby/object:Gem::Version
 +-        version: 0.1.1
 ++        version: 0.4.0
 +   type: :runtime
 +   prerelease: false
 +   version_requirements: !ruby/object:Gem::Requirement
 
 Added: head/net/rubygem-gitlab_omniauth-ldap/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net/rubygem-gitlab_omniauth-ldap/pkg-descr	Fri Oct 25 02:28:44 2013	(r331546)
 @@ -0,0 +1,3 @@
 +A LDAP strategy for OmniAuth.
 +
 +WWW: https://github.com/gitlabhq/omniauth-ldap
 _______________________________________________
 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?201310250230.r9P2U1WZ057811>