git: aea5f942f3bd - main - devel/bugzilla52: fix brain-o in dependency list.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 03:34:53 UTC
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 \