git: 603920ef8310 - main - mail/bogofilter*: fix MASTER_SITES.

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Fri, 18 Apr 2025 15:12:07 UTC
The branch main has been updated by mandree:

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

commit 603920ef8310854705ffafddbb114ec758def130
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-04-18 15:12:00 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-04-18 15:12:00 +0000

    mail/bogofilter*: fix MASTER_SITES.
---
 mail/bogofilter-bdb/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile
index a103d66dc421..154b5bb2dc6e 100644
--- a/mail/bogofilter-bdb/Makefile
+++ b/mail/bogofilter-bdb/Makefile
@@ -2,7 +2,8 @@ PORTNAME=	bogofilter
 DISTVERSION=	1.3.0.rc1
 PORTREVISION?=	0
 CATEGORIES?=	mail
-MASTER_SITES=	SF/bogofilter/bogofilter-stable/
+MASTER_SITES=	SF/bogofilter/bogofilter-current/bogofilter-1.3.0.beta/ \
+		https://gitlab.com/-/project/12408342/uploads/647db3bd2f28a1f91bdd3bb1945d91fe/
 PKGNAMESUFFIX?=	-bdb
 
 MAINTAINER?=	mandree@FreeBSD.org