diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2021-06-22 22:12:52 +0000 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2021-07-03 06:03:22 +0000 |
| commit | 6ec0f91799016f5ccdab6b21ff836fccfdbc88df (patch) | |
| tree | dd1ae6e4bb888ba7a0777add0932e72ecd1f08c2 /security/rubygem-doorkeeper | |
| parent | eafbc05cd8f3b1f0ee21543c8dcfe5296f6e6d7b (diff) | |
Diffstat (limited to 'security/rubygem-doorkeeper')
| -rw-r--r-- | security/rubygem-doorkeeper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-doorkeeper/Makefile b/security/rubygem-doorkeeper/Makefile index bdbc258107f3..3f055e36fd16 100644 --- a/security/rubygem-doorkeeper/Makefile +++ b/security/rubygem-doorkeeper/Makefile @@ -1,5 +1,6 @@ PORTNAME= doorkeeper PORTVERSION= 5.5.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ COMMENT= OAuth2 provider for Rails and Grape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties60>=5:www/rubygem-railties60 +RUN_DEPENDS= rubygem-railties61>=5:www/rubygem-railties61 USES= gem USE_RUBY= yes |
