svn commit: r504308 - in head/security/rubygem-omniauth: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 16 10:35:48 UTC 2019


Author: sunpoet
Date: Sun Jun 16 10:35:43 2019
New Revision: 504308
URL: https://svnweb.freebsd.org/changeset/ports/504308

Log:
  Update to 1.9.0
  
  Changes:	https://github.com/omniauth/omniauth/commits/master

Deleted:
  head/security/rubygem-omniauth/files/
Modified:
  head/security/rubygem-omniauth/Makefile
  head/security/rubygem-omniauth/distinfo

Modified: head/security/rubygem-omniauth/Makefile
==============================================================================
--- head/security/rubygem-omniauth/Makefile	Sun Jun 16 10:35:37 2019	(r504307)
+++ head/security/rubygem-omniauth/Makefile	Sun Jun 16 10:35:43 2019	(r504308)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth
-PORTVERSION=	1.8.1
-PORTREVISION=	1
+PORTVERSION=	1.9.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Generalized Rack framework for multiple-provider authentication
 
 LICENSE=	MIT
@@ -15,8 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 RUN_DEPENDS=	rubygem-hashie>=3.4.6:devel/rubygem-hashie \
 		rubygem-rack>=1.6.2:www/rubygem-rack
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/rubygem-omniauth/distinfo
==============================================================================
--- head/security/rubygem-omniauth/distinfo	Sun Jun 16 10:35:37 2019	(r504307)
+++ head/security/rubygem-omniauth/distinfo	Sun Jun 16 10:35:43 2019	(r504308)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514652809
-SHA256 (rubygem/omniauth-1.8.1.gem) = afbee730b76811af34884fc82b372ca9ecac631225a19707ddcdd58331c958d7
-SIZE (rubygem/omniauth-1.8.1.gem) = 20992
+TIMESTAMP = 1560671653
+SHA256 (rubygem/omniauth-1.9.0.gem) = 3dacae5daf73081b36553dc88ad16cc05cfea0ec2770f7d02cc02f74738026dc
+SIZE (rubygem/omniauth-1.9.0.gem) = 20992


More information about the svn-ports-all mailing list