Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2024 16:13:26 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6abd5fbbdc1 - main - net/iaxmodem: Initiate sunset
Message-ID:  <202404141613.43EGDQs5050477@gitrepo.freebsd.org>

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

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

commit b6abd5fbbdc17759d4a954e98edee990f61f24a7
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-04-14 16:08:51 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-04-14 16:12:53 +0000

    net/iaxmodem: Initiate sunset
    
    This port hasn't been updated despite there being four 1.3.x releases
    since 2016 (there is nothing in Bugzilla on that either), and it depends
    on GCC 9 which has been end-of-lifed upstream nearly two years ago.
    
    Faxes aren't used much any more and apparently there is no need/use for
    this port.
    
    Mark deprecated with an expiration date of 2024-05-28. On the way reset
    maintainer to ports@.
    
    Approved by:    maintainer
---
 net/iaxmodem/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile
index 0a5f2e1e7818..aefa5d130473 100644
--- a/net/iaxmodem/Makefile
+++ b/net/iaxmodem/Makefile
@@ -4,10 +4,13 @@ PORTREVISION=	11
 CATEGORIES=	net comms
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	stucchi@gufi.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Software modem that connects to IAX channel
 WWW=		https://iaxmodem.sourceforge.net/
 
+DEPRECATED=	outdated and uses end-of-life version of GCC
+EXPIRATION_DATE=2024-05-28
+
 LIB_DEPENDS=	libtiff.so:graphics/tiff
 
 USES=		compiler:features perl5



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