git: 1b01b7e33da6 - main - devel/rubygem-sprockets3: switch to rack 2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Apr 2023 10:01:48 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b01b7e33da6c2a6d0bf6ad84547ffd00b9712fc commit 1b01b7e33da6c2a6d0bf6ad84547ffd00b9712fc Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-02-27 07:43:06 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-04-03 10:01:07 +0000 devel/rubygem-sprockets3: switch to rack 2.2 --- 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