Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2023 19:03:54 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: 71d48d8d391b - main - www/websh: Mark DEPRECATED
Message-ID:  <202312231903.3BNJ3sQG044289@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=71d48d8d391b099255e295b3b0fc386dbad06005

commit 71d48d8d391b099255e295b3b0fc386dbad06005
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-23 17:25:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-23 19:03:39 +0000

    www/websh: Mark DEPRECATED
    
    - Mark BROKEN on all versions of FreeBSD
    - Upstream has marked the project dismissed
    - Set EXPIRATION_DATE 2024-01-24
    - Add LICENSE APACHE20
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
---
 www/websh/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/www/websh/Makefile b/www/websh/Makefile
index 3823c26bce20..9ddeeb09b4de 100644
--- a/www/websh/Makefile
+++ b/www/websh/Makefile
@@ -9,7 +9,14 @@ MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Embeds a TCL8 interpreter in the Apache server
 WWW=		https://tcl.apache.org/websh/
 
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+DEPRECATED=	Project dismissed by Apache
+EXPIRATION_DATE=	2024-01-124
+BROKEN_FreeBSD_13= Fails at post-build test stage
 BROKEN_FreeBSD_14= Fails at post-build test stage
+BROKEN_FreeBSD_15= Fails at post-build test stage
 
 USES=		apache autoreconf gmake tcl:tea
 USE_LDCONFIG=	yes
@@ -28,9 +35,9 @@ SUB_LIST+=	LIBSUF=${LIBSUF} WS_VER=${PORTVERSION}
 SUB_LIST+=	APACHEETCDIR=${APACHEETCDIR} APACHEMODDIR=${APACHEMODDIR}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/unix
+
 PLIST_SUB+=	LIBSUF=${LIBSUF}
 PLIST_SUB+=	NOMINORVERSION=${TCL_VER:C/8.[345]//:C/^..*/"@comment "/}
-
 PORTDOCS=	*
 PORTEXAMPLES=	*
 



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