Date: Wed, 27 May 2015 13:08:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387597 - head/net/rubygem-omniauth-facebook Message-ID: <201505271308.t4RD8GRc078902@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 13:08:16 2015 New Revision: 387597 URL: https://svnweb.freebsd.org/changeset/ports/387597 Log: - Update to 2.0.1 - Add LICENSE - Remove USE_RAKE Changes: https://github.com/mkdynamic/omniauth-facebook/blob/master/CHANGELOG.md Modified: head/net/rubygem-omniauth-facebook/Makefile head/net/rubygem-omniauth-facebook/distinfo Modified: head/net/rubygem-omniauth-facebook/Makefile ============================================================================== --- head/net/rubygem-omniauth-facebook/Makefile Wed May 27 13:08:11 2015 (r387596) +++ head/net/rubygem-omniauth-facebook/Makefile Wed May 27 13:08:16 2015 (r387597) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= omniauth-facebook -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Facebook OAuth2 Strategy for OmniAuth +LICENSE= MIT + RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2 USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/net/rubygem-omniauth-facebook/distinfo ============================================================================== --- head/net/rubygem-omniauth-facebook/distinfo Wed May 27 13:08:11 2015 (r387596) +++ head/net/rubygem-omniauth-facebook/distinfo Wed May 27 13:08:16 2015 (r387597) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-facebook-2.0.0.gem) = c241db1fb0fdd8f3a9629688aad0c60cad7679dc0c404d0f35907ce73f14047b -SIZE (rubygem/omniauth-facebook-2.0.0.gem) = 17408 +SHA256 (rubygem/omniauth-facebook-2.0.1.gem) = 26114d4a81595b02fd111c1cbea04e748d9950a2dfe95860c78c6dea5bf3ee0b +SIZE (rubygem/omniauth-facebook-2.0.1.gem) = 17920
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271308.t4RD8GRc078902>