Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2024 20:50:38 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 716a5651faed - main - net-mgmt/rubygem-oxidized-web: Fix dependency on www/rubygem-haml
Message-ID:  <202411092050.4A9Kochh097590@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=716a5651faedef308ee5c267c381d6dd4483d88c

commit 716a5651faedef308ee5c267c381d6dd4483d88c
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2024-11-09 20:48:15 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-11-09 20:49:29 +0000

    net-mgmt/rubygem-oxidized-web: Fix dependency on www/rubygem-haml
    
    PR:             281596
    Approved by:    Nick Hilliard (maintainer)
---
 net-mgmt/rubygem-oxidized-web/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mgmt/rubygem-oxidized-web/Makefile b/net-mgmt/rubygem-oxidized-web/Makefile
index 78a4bc4319e6..808de4f33951 100644
--- a/net-mgmt/rubygem-oxidized-web/Makefile
+++ b/net-mgmt/rubygem-oxidized-web/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	oxidized-web
 PORTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \
 		rubygem-emk-sinatra-url-for>=0.2:www/rubygem-emk-sinatra-url-for \
-		rubygem-haml5>=5.0:www/rubygem-haml5 \
+		rubygem-haml>=6.0:www/rubygem-haml \
 		rubygem-htmlentities>=4.3:textproc/rubygem-htmlentities \
 		rubygem-json>=1.7.0:devel/rubygem-json \
 		rubygem-oxidized>=0.26:net-mgmt/rubygem-oxidized \



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