Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 16:10:14 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 629dfd151ee5 - main - www/rubygem-rack-protection2: Fix RUN_DEPENDS
Message-ID:  <202502031610.513GAEZP058131@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=629dfd151ee58f0ee371362787a55338a816c34e

commit 629dfd151ee58f0ee371362787a55338a816c34e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:24 +0000

    www/rubygem-rack-protection2: Fix RUN_DEPENDS
    
    - Bump PORTREVISION for dependency change
    
    PR:             283806
    Reported by:    Frank Wall <freebsd@moov.de>
---
 www/rubygem-rack-protection2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031610.513GAEZP058131>