Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2025 12:12:32 +0000
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b2f82ddfab12 - main - www/webalizer: update MASTER_SITES
Message-ID:  <69527030.31e50.5e7cc9bd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dinoex:

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

commit b2f82ddfab12db8edf2f3484999db761889a2159
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2025-12-29 12:12:21 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2025-12-29 12:12:21 +0000

    www/webalizer: update MASTER_SITES
---
 www/webalizer/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index 421a75b057b4..2f6e890801f2 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -2,15 +2,16 @@ PORTNAME=	webalizer
 PORTVERSION=	2.23.8
 PORTREVISION=	18
 CATEGORIES+=	www
-MASTER_SITES=	ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \
-		http://flags.blogpotato.de/zip/:flags
+MASTER_SITES=	ftp://ftp.dinoex.de/pub/webalizer/ \
+		https://ftp.dinoex.de/pub/webalizer/ \
+		https://ftp.dinoex.org/pub/webalizer/
 PKGNAMESUFFIX?=	${WEBALIZER_SUFFIX}${PKGNAMESUFFIX2}
 DISTNAME=	${PORTNAME}-2.23-08-src
-DISTFILES=	${DISTNAME}.tgz:main
+DISTFILES=	${DISTNAME}.tgz
 
 MAINTAINER?=	dinoex@FreeBSD.org
 COMMENT=	Web server log file analysis program
-WWW=		http://www.mrunix.net/webalizer/
+WWW=		https://webalizer.net/
 
 LICENSE=	GPLv2
 
@@ -68,7 +69,7 @@ IP_AS_HOSTNAME_CFLAGS=		-DUSE_IP_AS_HOSTNAME
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} || make(makesum) || defined(FETCH_ALL)
-DISTFILES+=	webalizer-flags.tgz:main
+DISTFILES+=	webalizer-flags.tgz
 .endif
 
 # slave ports override with languages specific gd


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69527030.31e50.5e7cc9bd>