svn commit: r387595 - head/net/rubygem-omniauth-oauth
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 13:08:08 UTC 2015
Author: sunpoet
Date: Wed May 27 13:08:07 2015
New Revision: 387595
URL: https://svnweb.freebsd.org/changeset/ports/387595
Log:
- Update to 1.1.0
- Add LICENSE
- Remove contiguous blank lines
Changes: https://github.com/intridea/omniauth-oauth/commits/master
Modified:
head/net/rubygem-omniauth-oauth/Makefile
head/net/rubygem-omniauth-oauth/distinfo
Modified: head/net/rubygem-omniauth-oauth/Makefile
==============================================================================
--- head/net/rubygem-omniauth-oauth/Makefile Wed May 27 13:08:02 2015 (r387594)
+++ head/net/rubygem-omniauth-oauth/Makefile Wed May 27 13:08:07 2015 (r387595)
@@ -1,13 +1,15 @@
# $FreeBSD$
PORTNAME= omniauth-oauth
-PORTVERSION= 1.0.1
+PORTVERSION= 1.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Generic OAuth strategy for OmniAuth
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \
rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
@@ -15,5 +17,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-
.include <bsd.port.mk>
Modified: head/net/rubygem-omniauth-oauth/distinfo
==============================================================================
--- head/net/rubygem-omniauth-oauth/distinfo Wed May 27 13:08:02 2015 (r387594)
+++ head/net/rubygem-omniauth-oauth/distinfo Wed May 27 13:08:07 2015 (r387595)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-oauth-1.0.1.gem) = 9f1bfb30fe6ba823935330d2036e08a5406e980f1e20c9b1271b82ee34fbe759
-SIZE (rubygem/omniauth-oauth-1.0.1.gem) = 8192
+SHA256 (rubygem/omniauth-oauth-1.1.0.gem) = 67808f891c2b6961090d7c3dc22f57c5e79795e099aed412607ec2e31799bbd8
+SIZE (rubygem/omniauth-oauth-1.1.0.gem) = 9216
More information about the svn-ports-all
mailing list