git: 158c191a889f - main - devel/cdash: Return port to pool, deprecate and set expiration date to 2024-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Fri, 29 Mar 2024 21:21:16 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=158c191a889fe37f977fdd4d4a7a18cc3f95f753

commit 158c191a889fe37f977fdd4d4a7a18cc3f95f753
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-29 20:41:21 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-29 21:20:08 +0000

    devel/cdash: Return port to pool, deprecate and set expiration date to 2024-04-30
    
    Return port to pool by request of maintainer
    Upstream is still active if anyone wants to pick up this port
    
    Thanks Chris for maintaining it!
    
    PR:             277622
    Reported by:    Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
---
 devel/cdash/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile
index 844e7723c4ef..ff421160abeb 100644
--- a/devel/cdash/Makefile
+++ b/devel/cdash/Makefile
@@ -1,17 +1,20 @@
 PORTNAME=	cdash
 PORTVERSION=	2.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.cdash.org/wp-content/uploads/2014/11/
 DISTNAME=	CDash-2-2-3
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Web-based software testing server
 WWW=		https://www.cdash.org/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/License.txt
 
+DEPRECATED=	Very outdated version that's unsupported upstream
+EXPIRATION_DATE=2024-04-30
+
 USES=		cmake dos2unix php zip
 DOS2UNIX_GLOB=	*.php *.xml *.xsl *.txt
 CMAKE_ARGS=	-DCDASH_DB_NAME:STRING=cdash \