git: 46099eef4669 - main - devel/bugzilla50: Depend on security/p5-Digest-SHA

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sat, 28 Dec 2024 19:12:06 UTC
The branch main has been updated by arrowd:

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

commit 46099eef46694d354a52f3e46b80e5398edde5b5
Author:     Mark Linimon <linimon@users.noreply.github.com>
AuthorDate: 2024-12-28 02:35:20 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-12-28 19:11:59 +0000

    devel/bugzilla50: Depend on security/p5-Digest-SHA
    
    While here, clarify which Bugzilla (ours) the PRs are part of.
    
    Pull Request:   https://github.com/freebsd/freebsd-ports/pull/336
---
 devel/bugzilla50/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/devel/bugzilla50/Makefile b/devel/bugzilla50/Makefile
index 2e1b884f0eea..756bba7180b3 100644
--- a/devel/bugzilla50/Makefile
+++ b/devel/bugzilla50/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bugzilla
 PORTVERSION=	5.0.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	MOZILLA/webtools MOZILLA/webtools/archived
 
@@ -12,13 +12,14 @@ LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 # see Bugzilla/Install/Requirements.pm
-# PR 194782: silence Module::Pluggable deprecated warnings
-# PR 196060,196100: explicitly depend on textproc/p5-Text-Tabv
+# FreeBSD PR 194782: silence Module::Pluggable deprecated warnings
+# FreeBSD PR 196060,196100: explicitly depend on textproc/p5-Text-Tabv
 RUN_DEPENDS=	\
 		p5-CGI>=3.51:www/p5-CGI \
 		p5-DBI>=1.614:databases/p5-DBI \
 		p5-DateTime-TimeZone>=1.64:devel/p5-DateTime-TimeZone \
 		p5-DateTime>=0.75:devel/p5-DateTime \
+		p5-Digest-SHA>=0:security/p5-Digest-SHA \
 		p5-Email-MIME>=1.904:mail/p5-Email-MIME \
 		p5-Email-Sender>=1.300011:mail/p5-Email-Sender \
 		p5-Encode-Detect>=0:converters/p5-Encode-Detect \