diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2021-04-06 15:27:27 +0800 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2021-04-06 15:51:04 +0800 |
commit | 4d8acc04bf200c16cfa45202d469b5637f143391 (patch) | |
tree | ff1dcf3ba681211d2c4d52c7e555bcd15ad078ec | |
parent | 43dfa5f733d1f36cf310ef2af88bb94357dac14a (diff) | |
download | freebsd-ports-gnome-4d8acc04bf200c16cfa45202d469b5637f143391.tar.gz freebsd-ports-gnome-4d8acc04bf200c16cfa45202d469b5637f143391.tar.zst freebsd-ports-gnome-4d8acc04bf200c16cfa45202d469b5637f143391.zip |
Update to 1.7.1 which is required for gitlab-ce 13.10.
-rw-r--r-- | net/rubygem-omniauth-oauth2/Makefile | 8 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth2/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/rubygem-omniauth-oauth2/Makefile b/net/rubygem-omniauth-oauth2/Makefile index fba767934b84..265d1927e8b0 100644 --- a/net/rubygem-omniauth-oauth2/Makefile +++ b/net/rubygem-omniauth-oauth2/Makefile @@ -1,7 +1,7 @@ -# $FreeBSD$ +# $FreeBSD: head/net/rubygem-omniauth-oauth2/Makefile 513707 2019-10-03 18:25:42Z sunpoet $ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.5.0 +PORTVERSION= 1.7.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,8 +11,8 @@ COMMENT= Abstract OAuth2 strategy for OmniAuth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-oauth2>=1.1<2:net/rubygem-oauth2 \ - rubygem-omniauth>=1.2<2:security/rubygem-omniauth +RUN_DEPENDS= rubygem-oauth2>=1.4<2:net/rubygem-oauth2 \ + rubygem-omniauth>=1.9<3:security/rubygem-omniauth USES= gem USE_RUBY= yes diff --git a/net/rubygem-omniauth-oauth2/distinfo b/net/rubygem-omniauth-oauth2/distinfo index 18a094763949..aab68b02f073 100644 --- a/net/rubygem-omniauth-oauth2/distinfo +++ b/net/rubygem-omniauth-oauth2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513266155 -SHA256 (rubygem/omniauth-oauth2-1.5.0.gem) = 59b6fd6d93aa79058bf2acce423595186a4c295f858f4fa87ecf52e083934c4f -SIZE (rubygem/omniauth-oauth2-1.5.0.gem) = 10240 +TIMESTAMP = 1616266340 +SHA256 (rubygem/omniauth-oauth2-1.7.1.gem) = 290ccf94045aca8454dbec80e2f4ce1392338e89ebf6dd9c35f45c8dca12d981 +SIZE (rubygem/omniauth-oauth2-1.7.1.gem) = 11264 |