git: 5115842db5f9 - main - editors/dkns: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Dec 2023 22:21:18 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5115842db5f9356f871cb7b1aa8dcf76e63be9bb commit 5115842db5f9356f871cb7b1aa8dcf76e63be9bb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-16 20:48:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-16 22:21:01 +0000 editors/dkns: Update WWW - Switch MASTER_SITES to https Approved by: portmgr (just-fix-it) --- editors/dkns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile index 59e5b03bea45..3648c2ad2af4 100644 --- a/editors/dkns/Makefile +++ b/editors/dkns/Makefile @@ -1,11 +1,11 @@ PORTNAME= dkns PORTVERSION= 1.100 CATEGORIES= editors -MASTER_SITES= http://www.mammothcheese.ca/ +MASTER_SITES= https://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Simple console text editor -WWW= http://www.mammothcheese.ca/munger.html +WWW= https://www.mammothcheese.ca/dkns.txt LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE