git: 55d1418b46e7 - main - net/quagga: take maintainership and undeprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Dec 2022 16:20:15 UTC
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=55d1418b46e7a65d876fc3ced26d5fb1ec6e2acc commit 55d1418b46e7a65d876fc3ced26d5fb1ec6e2acc Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2022-12-31 16:15:36 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2022-12-31 16:20:06 +0000 net/quagga: take maintainership and undeprecate With years, Quagga got decent support for FreeBSD networking stack that is still better than one in FRRouting project tested with Linux mostly. Quagga deals with FreeBSD implementation of IP aliases better, its OSPF implementation is more robust etc. I use the software and will maintain the port. --- net/quagga/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index d68e10e4d90d..b9ac0900006e 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -4,16 +4,13 @@ PORTREVISION= 9 CATEGORIES= net MASTER_SITES= https://github.com/Quagga/quagga/releases/download/${DISTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eugen@FreeBSD.org COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software WWW= https://www.quagga.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Abandonware, last release in 2018 and no development in years. Consider using net/frr* , net/bird2 or net/openbgpd* -EXPIRATION_DATE=2023-03-31 - USES= compiler:c11 cpe gmake libtool makeinfo \ perl5 readline ssl