From owner-svn-ports-all@FreeBSD.ORG Tue Jun 23 12:22:15 2015 Return-Path: Delivered-To: svn-ports-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 650B3558; Tue, 23 Jun 2015 12:22:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 4EC881B01; Tue, 23 Jun 2015 12:22:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NCMFRo099935; Tue, 23 Jun 2015 12:22:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5NCMEoP099931; Tue, 23 Jun 2015 12:22:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506231222.t5NCMEoP099931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 23 Jun 2015 12:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390385 - head/security/rubygem-omniauth-shibboleth 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.20 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: Tue, 23 Jun 2015 12:22:15 -0000 Author: sunpoet Date: Tue Jun 23 12:22:14 2015 New Revision: 390385 URL: https://svnweb.freebsd.org/changeset/ports/390385 Log: - Update to 1.2.1 - Add NO_ARCH Changes: https://github.com/toyokazu/omniauth-shibboleth/commits/master Modified: head/security/rubygem-omniauth-shibboleth/Makefile head/security/rubygem-omniauth-shibboleth/distinfo Modified: head/security/rubygem-omniauth-shibboleth/Makefile ============================================================================== --- head/security/rubygem-omniauth-shibboleth/Makefile Tue Jun 23 12:22:09 2015 (r390384) +++ head/security/rubygem-omniauth-shibboleth/Makefile Tue Jun 23 12:22:14 2015 (r390385) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-shibboleth -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,6 +12,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/security/rubygem-omniauth-shibboleth/distinfo ============================================================================== --- head/security/rubygem-omniauth-shibboleth/distinfo Tue Jun 23 12:22:09 2015 (r390384) +++ head/security/rubygem-omniauth-shibboleth/distinfo Tue Jun 23 12:22:14 2015 (r390385) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-shibboleth-1.2.0.gem) = c638ec1b58888aa9f7e246ba8cfff019aa07acfb7e97ab1f3a1dbd7d43e6698c -SIZE (rubygem/omniauth-shibboleth-1.2.0.gem) = 10752 +SHA256 (rubygem/omniauth-shibboleth-1.2.1.gem) = 548a80efb3b1cff4abd56562dee873d742e065fba78c428a857d793584e71729 +SIZE (rubygem/omniauth-shibboleth-1.2.1.gem) = 11264