From 603920ef8310854705ffafddbb114ec758def130 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 18 Apr 2025 17:12:00 +0200 Subject: [PATCH] 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