diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2023-04-17 20:25:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2023-04-17 20:26:43 +0000 |
commit | 4392ee1b2b0c3aafa42a793133bc84855a00a59a (patch) | |
tree | d8d60a0bb12b4a0f0c1922871c67ef547794c94b | |
parent | 241945eb9385875a91268c571fb9c6ea114eda41 (diff) |
net/rp-pppoe: deprecate and remove end of 2023
https://dianne.skoll.ca/pipermail/rp-pppoe/2023q2/000639.html
essentially deprecates non-Linux, and we have ng_pppoe, pppoed,
net/mpd5.
-rw-r--r-- | net/rp-pppoe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 455e3005498c..eed4f888fb2e 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -10,6 +10,9 @@ WWW= https://dianne.skoll.ca/projects/rp-pppoe/ LICENSE= GPLv2+ +DEPRECATED= Upstream restricting future OS support to Linux. Use net/mpd5 or pppoed instead. https://dianne.skoll.ca/pipermail/rp-pppoe/2023q2/000639.html +EXPIRATION_DATE=2023-12-31 + GNU_CONFIGURE= yes PATCH_WRKSRC= ${WRKSRC}/src CONFIGURE_WRKSRC= ${WRKSRC}/src |