From owner-svn-ports-all@freebsd.org Mon Mar 28 12:19:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3702ADF9DF; Mon, 28 Mar 2016 12:19:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66FF7104E; Mon, 28 Mar 2016 12:19:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SCJLAQ054610; Mon, 28 Mar 2016 12:19:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SCJLtI054606; Mon, 28 Mar 2016 12:19:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201603281219.u2SCJLtI054606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 28 Mar 2016 12:19:21 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 12:19:22 -0000 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 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 +# $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 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