Date: Tue, 16 Jan 2024 13:19:14 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9dd1b4e5932 - main - x11-wm/wm2: undeprecate the port and take maintainership Message-ID: <202401161319.40GDJEFY017720@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9dd1b4e593225c9f6dd45b27221304c79183050 commit d9dd1b4e593225c9f6dd45b27221304c79183050 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-01-16 13:18:18 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-01-16 13:18:18 +0000 x11-wm/wm2: undeprecate the port and take maintainership It looks and feels exactly as the author describes: nearly ideal window manager for an elegant and ascetic programmer. While here, chase HTTP/1.1 301 Moved Permanently redirect in the MASTER_SITES. --- x11-wm/wm2/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/x11-wm/wm2/Makefile b/x11-wm/wm2/Makefile index 99586faad332..9207adad110f 100644 --- a/x11-wm/wm2/Makefile +++ b/x11-wm/wm2/Makefile @@ -2,16 +2,13 @@ PORTNAME= wm2 PORTVERSION= 4.0 PORTREVISION= 2 CATEGORIES= x11-wm -MASTER_SITES= http://www.all-day-breakfast.com/wm2/ +MASTER_SITES= ${WWW} DISTNAME= ${PORTNAME}-${PORTVERSION:R} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Simple window manager for X WWW= https://www.all-day-breakfast.com/wm2/ -DEPRECATED= Last upstream release was in 1997 -EXPIRATION_DATE= 2024-01-17 - BUILD_DEPENDS= makedepend:devel/makedepend USES= xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401161319.40GDJEFY017720>