git: 08bb9573253d - 2023Q2 - devel/rubygem-sprockets3: switch to rack 2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 18:24:55 UTC
The branch 2023Q2 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=08bb9573253da52450bfdae85b1b9205982891f1 commit 08bb9573253da52450bfdae85b1b9205982891f1 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-02-27 07:43:06 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-04-08 18:24:14 +0000 devel/rubygem-sprockets3: switch to rack 2.2 (cherry picked from commit 1b01b7e33da6c2a6d0bf6ad84547ffd00b9712fc) --- devel/rubygem-sprockets3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-sprockets3/Makefile b/devel/rubygem-sprockets3/Makefile index fe45c3deb701..8b14f450d949 100644 --- a/devel/rubygem-sprockets3/Makefile +++ b/devel/rubygem-sprockets3/Makefile @@ -1,5 +1,6 @@ PORTNAME= sprockets PORTVERSION= 3.7.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 @@ -12,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ - rubygem-rack16>=1<3:www/rubygem-rack16 + rubygem-rack22>=1,3<3,3:www/rubygem-rack22 USES= cpe gem