git: 8b288653e089 - main - x11-wm/windowmaker: amend MASTER_SITES, chase HTTP/1.1 301 redirection
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Dec 2023 09:57:17 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b288653e08938f70569684bbfc086b15a846b4f commit 8b288653e08938f70569684bbfc086b15a846b4f Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-12-22 09:56:42 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-12-22 09:56:42 +0000 x11-wm/windowmaker: amend MASTER_SITES, chase HTTP/1.1 301 redirection PR: 275824 --- x11-wm/windowmaker/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 629cc5a866de..35af53caa43e 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,13 @@ PORTNAME= windowmaker 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 COMMENT= GNUstep-compliant NeXTstep window manager clone -WWW= https://windowmaker.org/ +WWW= https://www.windowmaker.org/ LICENSE= GPLv2 @@ -45,6 +46,7 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip + PORTDOCS= AUTHORS BUGFORM BUGS ChangeLog FAQ INSTALL \ INSTALL-WMAKER NEWS README README.definable-cursor \ README.i18n TODO The-perfect-Window-Maker-patch.txt