Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 21:21:16 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 158c191a889f - main - devel/cdash: Return port to pool, deprecate and set expiration date to 2024-04-30
Message-ID:  <202403292121.42TLLGK6002152@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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