diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-omniauth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-omniauth/Makefile b/security/rubygem-omniauth/Makefile index c289826c035c..9e9a96fb2ccd 100644 --- a/security/rubygem-omniauth/Makefile +++ b/security/rubygem-omniauth/Makefile @@ -2,6 +2,7 @@ PORTNAME= omniauth PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-hashie>=1.2:devel/rubygem-hashie \ - rubygem-rack16>=1.0:www/rubygem-rack16 + rubygem-rack>=1.0:www/rubygem-rack NO_ARCH= yes USE_RUBY= yes |