diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-13 06:25:43 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-13 06:25:43 +0000 |
| commit | 0cd8ee62f8e0ac1d71e88e3a1ddc0b407cd9ceeb (patch) | |
| tree | fed5bc7ed4e4639c4c99f800a4f6b559b57a82cf | |
| parent | 6a6c9a3dc948307163d03092574eba22a709fc4a (diff) | |
net/rubygem-oauth: Update to 1.1.2
- Update WWW
- Update LICENSE_FILE
Changes: https://gitlab.com/ruby-oauth/oauth/-/blob/main/CHANGELOG.md
| -rw-r--r-- | net/rubygem-oauth/Makefile | 10 | ||||
| -rw-r--r-- | net/rubygem-oauth/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/rubygem-oauth/Makefile b/net/rubygem-oauth/Makefile index 2edd36f25b4f..9ed91ad988d9 100644 --- a/net/rubygem-oauth/Makefile +++ b/net/rubygem-oauth/Makefile @@ -1,18 +1,18 @@ PORTNAME= oauth -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.2 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers -WWW= https://gitlab.com/oauth-xx/oauth +WWW= https://gitlab.com/ruby-oauth/oauth LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-oauth-tty>=1.0.1<2:net/rubygem-oauth-tty \ +RUN_DEPENDS= rubygem-oauth-tty>=1.0.6<2:net/rubygem-oauth-tty \ rubygem-snaky_hash>=2.0<3:devel/rubygem-snaky_hash \ - rubygem-version_gem>=1.1<2:devel/rubygem-version_gem + rubygem-version_gem>=1.1.9<2:devel/rubygem-version_gem USES= gem diff --git a/net/rubygem-oauth/distinfo b/net/rubygem-oauth/distinfo index 559943878bfe..30007481d52a 100644 --- a/net/rubygem-oauth/distinfo +++ b/net/rubygem-oauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715843868 -SHA256 (rubygem/oauth-1.1.0.gem) = 38902b7f0f5ed91e858d6353f5e1e06b2c16a8aa0fd91984671eab1a1d1cddeb -SIZE (rubygem/oauth-1.1.0.gem) = 39936 +TIMESTAMP = 1759817014 +SHA256 (rubygem/oauth-1.1.2.gem) = e29a96f9accd2b269caa5941d82f37d484ffe5da777a699feb766c51c856fb86 +SIZE (rubygem/oauth-1.1.2.gem) = 60928 |
