Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2026 03:34:53 +0000
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aea5f942f3bd - main - devel/bugzilla52: fix brain-o in dependency list.
Message-ID:  <6a41e7dd.33d45.7605d113@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by linimon:

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

commit aea5f942f3bd835b50526764d492ca22db7a44fb
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2026-06-29 03:33:17 +0000
Commit:     Mark Linimon <linimon@FreeBSD.org>
CommitDate: 2026-06-29 03:33:17 +0000

    devel/bugzilla52: fix brain-o in dependency list.
    
    Reviewed by:    Darius
---
 devel/bugzilla52/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/bugzilla52/Makefile b/devel/bugzilla52/Makefile
index 5f0584711611..ab626586f4ea 100644
--- a/devel/bugzilla52/Makefile
+++ b/devel/bugzilla52/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bugzilla
 PORTVERSION=	5.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	MOZILLA/webtools/bugzilla/5.2-branch
 
@@ -60,7 +60,7 @@ GRAPH_REPORTS_RUN_DEPENDS=	p5-GD>=1.20:graphics/p5-GD \
 				p5-GD-Graph>=0:graphics/p5-GD-Graph \
 				p5-GD-TextUtil>=0:graphics/p5-GD-TextUtil \
 				p5-Template-GD>=0:www/p5-Template-GD
-CHARTING_MODULES_RUN_DEPENDS=	p5-Chart>=2.4.10.1:graphics/p5-Chart
+CHARTING_MODULES_RUN_DEPENDS=	p5-Chart>=2.4.10_1:graphics/p5-Chart
 PATCH_VIEWER_RUN_DEPENDS=	p5-PatchReader>=0.9.6:devel/p5-PatchReader \
 				interdiff:misc/patchutils
 MORE_HTML_RUN_DEPENDS=	p5-HTML-Parser>=3.67:www/p5-HTML-Parser \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a41e7dd.33d45.7605d113>