Date: Mon, 3 Apr 2023 10:01:48 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1b01b7e33da6 - main - devel/rubygem-sprockets3: switch to rack 2.2 Message-ID: <202304031001.333A1mIW004030@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304031001.333A1mIW004030>