git: 2725a40ff1e7 - main - devel/rubygem-flipper-ui: Change RUN_DEPENDS from rubygem-rack-protection to rubygem-rack-protection2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:40:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2725a40ff1e7c0b8677a0c074a72b39ee500d941
commit 2725a40ff1e7c0b8677a0c074a72b39ee500d941
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 15:32:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 15:38:03 +0000
devel/rubygem-flipper-ui: Change RUN_DEPENDS from rubygem-rack-protection to rubygem-rack-protection2
- Bump PORTREVISION for dependency change
---
devel/rubygem-flipper-ui/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-flipper-ui/Makefile b/devel/rubygem-flipper-ui/Makefile
index ef690d8954eb..1e10b26ec94d 100644
--- a/devel/rubygem-flipper-ui/Makefile
+++ b/devel/rubygem-flipper-ui/Makefile
@@ -1,5 +1,6 @@
PORTNAME= flipper-ui
PORTVERSION= 0.25.2
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -12,7 +13,7 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-erubi>=1.0.0<2.0.0:www/rubygem-erubi \
rubygem-flipper>=${PORTVERSION}<0.26:devel/rubygem-flipper \
rubygem-rack>=1.4,3<3,3:www/rubygem-rack \
- rubygem-rack-protection>=1.5.3<2.3.0_99:www/rubygem-rack-protection \
+ rubygem-rack-protection2>=1.5.3<2.3.0_99:www/rubygem-rack-protection2 \
rubygem-sanitize>=0<7:textproc/rubygem-sanitize
USES= gem