diff options
| author | Olivier Cochard <olivier@FreeBSD.org> | 2026-04-08 00:27:48 +0000 |
|---|---|---|
| committer | Olivier Cochard <olivier@FreeBSD.org> | 2026-04-08 00:58:27 +0000 |
| commit | c66f4b8f56e1d33f07d7530e0b0cfbd48a00b038 (patch) | |
| tree | ba655e009a7483a67bdb3ca43b4cb7d9fda90875 | |
| parent | 30849d2b8387dbad07b3ef4eb9e48b9cbe591a9e (diff) | |
net/frr8: Set an expiration date
The v8 branch is no more maintained.
Sponsored by: Netflix
| -rw-r--r-- | net/frr8/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/frr8/Makefile b/net/frr8/Makefile index 31489d751c72..54a1c0b7314b 100644 --- a/net/frr8/Makefile +++ b/net/frr8/Makefile @@ -16,6 +16,9 @@ WWW= https://frrouting.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= No longer maintained +EXPIRATION_DATE=2026-06-30 + .if defined(PYTHONTOOLS) RUN_DEPENDS= frr-reload:net/frr8 |
