git: aeaade466005 - main - x11-wm/libwraster: amend MASTER_SITES (chase commit 8b288653e089).
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 18:53:34 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=aeaade466005efceda321b5fe9a1246eaf802517 commit aeaade466005efceda321b5fe9a1246eaf802517 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-01-11 18:52:26 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-01-11 18:52:26 +0000 x11-wm/libwraster: amend MASTER_SITES (chase commit 8b288653e089). --- x11-wm/libwraster/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile index 7e2d57a58e03..04fc88587c74 100644 --- a/x11-wm/libwraster/Makefile +++ b/x11-wm/libwraster/Makefile @@ -1,7 +1,8 @@ PORTNAME= libwraster PORTVERSION= 0.96.0 CATEGORIES= x11-wm windowmaker -MASTER_SITES= http://windowmaker.org/pub/source/release/ +MASTER_SITES= https://www.windowmaker.org/pub/source/release/ \ + https://github.com/window-maker/wmaker/releases/download/wmaker-${PORTVERSION}/ LOCAL/danfe DISTNAME= WindowMaker-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org