diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:34:51 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:54:24 +0000 |
commit | 629dfd151ee58f0ee371362787a55338a816c34e (patch) | |
tree | 09097717c644114873fb75392e17e24f3b2e6ad0 | |
parent | 4e4e5376053f96e98c5b833695230b117e162784 (diff) |
www/rubygem-rack-protection2: Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
PR: 283806
Reported by: Frank Wall <freebsd@moov.de>
-rw-r--r-- | www/rubygem-rack-protection2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-rack-protection2/Makefile b/www/rubygem-rack-protection2/Makefile index 6077c6fc4c63..4ca2dbb02e33 100644 --- a/www/rubygem-rack-protection2/Makefile +++ b/www/rubygem-rack-protection2/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 2.2.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 2 +PORTREVISION= 1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Collection of Rack middleware to protect against opportunistic attack @@ -11,7 +12,7 @@ WWW= https://github.com/sinatra/sinatra/tree/master/rack-protection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License -RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack +RUN_DEPENDS= rubygem-rack22>=0,3:www/rubygem-rack22 USES= gem |