Date: Wed, 27 May 2015 13:08:21 +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: r387598 - head/net/rubygem-omniauth-github Message-ID: <201505271308.t4RD8LJT079021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 13:08:20 2015 New Revision: 387598 URL: https://svnweb.freebsd.org/changeset/ports/387598 Log: - Add LICENSE - Sort RUN_DEPENDS - Remove contiguous blank lines Modified: head/net/rubygem-omniauth-github/Makefile Modified: head/net/rubygem-omniauth-github/Makefile ============================================================================== --- head/net/rubygem-omniauth-github/Makefile Wed May 27 13:08:16 2015 (r387597) +++ head/net/rubygem-omniauth-github/Makefile Wed May 27 13:08:20 2015 (r387598) @@ -8,12 +8,13 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Official OmniAuth strategy for GitHub -RUN_DEPENDS= rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 \ - rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth +LICENSE= MIT + +RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271308.t4RD8LJT079021>