Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2026 12:38:58 +0000
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad6c56014791 - main - net/olsrd: Fix WWW to use https
Message-ID:  <6a2171e2.265aa.30a7119c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

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

commit ad6c56014791e02a61fc0b73253faacadc0a6e6d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-04 12:34:06 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-04 12:34:37 +0000

    net/olsrd: Fix WWW to use https
---
 net/olsrd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile
index 4dae70b4b878..f1fc660d885d 100644
--- a/net/olsrd/Makefile
+++ b/net/olsrd/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	net
 
 MAINTAINER=	decke@FreeBSD.org
 COMMENT=	OLSR routing daemon
-WWW=		http://www.olsr.org/
+WWW=		https://www.olsr.org/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2171e2.265aa.30a7119c>