Date: Mon, 28 Mar 2016 12:19:21 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412047 - in head/net: . rubygem-omniauth-cas3 Message-ID: <201603281219.u2SCJLtI054606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Mar 28 12:19:21 2016 New Revision: 412047 URL: https://svnweb.freebsd.org/changeset/ports/412047 Log: net/rubygem-omniauth-cas3: add port CAS 3.0 Strategy for OmniAuth WWW: https://github.com/tduehr/omniauth-cas3 PR: 208352 Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org> Added: head/net/rubygem-omniauth-cas3/ head/net/rubygem-omniauth-cas3/Makefile (contents, props changed) head/net/rubygem-omniauth-cas3/distinfo (contents, props changed) head/net/rubygem-omniauth-cas3/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Mar 28 12:11:53 2016 (r412046) +++ head/net/Makefile Mon Mar 28 12:19:21 2016 (r412047) @@ -1129,6 +1129,7 @@ SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-azure-oauth2 + SUBDIR += rubygem-omniauth-cas3 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse Added: head/net/rubygem-omniauth-cas3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-cas3/Makefile Mon Mar 28 12:19:21 2016 (r412047) @@ -0,0 +1,23 @@ +# Created by: Torsten Zuehlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= omniauth-cas3 +PORTVERSION= 1.1.3 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= CAS 3.0 Strategy for OmniAuth + +LICENSE= MIT + +RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ + rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/net/rubygem-omniauth-cas3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-cas3/distinfo Mon Mar 28 12:19:21 2016 (r412047) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f +SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872 Added: head/net/rubygem-omniauth-cas3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-cas3/pkg-descr Mon Mar 28 12:19:21 2016 (r412047) @@ -0,0 +1,3 @@ +CAS 3.0 Strategy for OmniAuth + +WWW: https://github.com/tduehr/omniauth-cas3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603281219.u2SCJLtI054606>