svn commit: r387596 - head/net/rubygem-omniauth-oauth2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 13:08:12 UTC 2015
Author: sunpoet
Date: Wed May 27 13:08:11 2015
New Revision: 387596
URL: https://svnweb.freebsd.org/changeset/ports/387596
Log:
- Update to 1.3.0
- Add LICENSE
- Remove contiguous blank lines
Changes: https://github.com/intridea/omniauth-oauth2/commits/master
Modified:
head/net/rubygem-omniauth-oauth2/Makefile
head/net/rubygem-omniauth-oauth2/distinfo
Modified: head/net/rubygem-omniauth-oauth2/Makefile
==============================================================================
--- head/net/rubygem-omniauth-oauth2/Makefile Wed May 27 13:08:07 2015 (r387595)
+++ head/net/rubygem-omniauth-oauth2/Makefile Wed May 27 13:08:11 2015 (r387596)
@@ -1,13 +1,15 @@
# $FreeBSD$
PORTNAME= omniauth-oauth2
-PORTVERSION= 1.2.0
+PORTVERSION= 1.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Abstract OAuth2 strategy for OmniAuth
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \
rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth \
rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
@@ -17,5 +19,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-
.include <bsd.port.mk>
Modified: head/net/rubygem-omniauth-oauth2/distinfo
==============================================================================
--- head/net/rubygem-omniauth-oauth2/distinfo Wed May 27 13:08:07 2015 (r387595)
+++ head/net/rubygem-omniauth-oauth2/distinfo Wed May 27 13:08:11 2015 (r387596)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-oauth2-1.2.0.gem) = 0f5619cadf38e4826e566af7685b5f6625643803478fca09073113516d24cfb9
-SIZE (rubygem/omniauth-oauth2-1.2.0.gem) = 10752
+SHA256 (rubygem/omniauth-oauth2-1.3.0.gem) = dac42c4565742f26600bf522fe8e66df1a85e86f43e4bf4692a0954a746e6b4e
+SIZE (rubygem/omniauth-oauth2-1.3.0.gem) = 10240
More information about the svn-ports-head
mailing list