diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-04-14 16:08:51 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-04-14 16:12:53 +0000 |
commit | b6abd5fbbdc17759d4a954e98edee990f61f24a7 (patch) | |
tree | e663688ac7f37b7f302cf722368f1a50ba6e703a | |
parent | 6277c1abd712c41014490d56e2e2067a85280730 (diff) | |
download | ports-b6abd5fbbdc17759d4a954e98edee990f61f24a7.tar.gz ports-b6abd5fbbdc17759d4a954e98edee990f61f24a7.zip |
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
-rw-r--r-- | net/iaxmodem/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |