Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 08:54:57 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: be36e7275bf0 - main - comms/comserv: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401060854.4068svs6005842@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=be36e7275bf0d0fbd80d82ffb565376476bf3548

commit be36e7275bf0d0fbd80d82ffb565376476bf3548
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 08:27:30 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 08:54:13 +0000

    comms/comserv: Deprecate and set expiration date to 2024-02-29
    
    Abandonware, last release in 2002 and upstream has vanished
    Redirect users to comms/remserial and and while at it return to pool
    
    Approved by:    portmgr
---
 comms/comserv/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile
index cd5f83e216de..4ac22d1fdfc9 100644
--- a/comms/comserv/Makefile
+++ b/comms/comserv/Makefile
@@ -3,13 +3,15 @@ PORTVERSION=	1.4.4
 CATEGORIES=	comms net
 MASTER_SITES=	https://BSDforge.com/projects/source/comms/comserv/
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Access local serial ports via network connections
 WWW=		https://BSDforge.com/projects/comms/comserv/
 
 LICENSE=	BSD2CLAUSE
 
 BROKEN=		Unfetchable
+DEPRECATED=	Abandonware, last release in 2002. Consider using comms/remserial
+EXPIRATION_DATE=2024-02-29
 
 USES=		tar:xz
 



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