Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2023 13:11:51 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 14e85caadefd - main - x11-wm/w9wm: Mark DEPRECATED
Message-ID:  <202312171311.3BHDBpLt069002@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 14e85caadefdd0bdaeb5e49b4707b66168c8673d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-17 09:17:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-17 13:11:37 +0000

    x11-wm/w9wm: Mark DEPRECATED
    
    - WWW has vaporized
    - Last upstream release was in 2002
    - Set EXPIRATION_DATE 2024-01-17
    - Pet portclippy
---
 x11-wm/w9wm/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile
index 11369d029caa..671b002e6fc4 100644
--- a/x11-wm/w9wm/Makefile
+++ b/x11-wm/w9wm/Makefile
@@ -8,11 +8,14 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Hack of 9wm to give virtual screens
 WWW=		http://www.grassouille.org/code/w9wm.en.html
 
-WRKSRC=		${WRKDIR}/${DISTNAME}.orig
+DEPRECATED=	Last upstream release was in 2002
+EXPIRATION_DATE=	2024-01-17
 
 USES=		imake xorg
 USE_XORG=	x11 xext
 
+WRKSRC=		${WRKDIR}/${DISTNAME}.orig
+
 PLIST_FILES=	bin/w9wm \
 		man/man1/w9wm.1.gz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312171311.3BHDBpLt069002>