diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-04-16 22:22:37 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-04-16 23:16:44 +0200 |
commit | 9dbcda1e87c85372bc201683ca47e7dda809b5f7 (patch) | |
tree | 641f24135e238a80285e106ec28f7b58155fb266 /net/openbgpd6 | |
parent | audio/libg722: Update to 1.2.0 (diff) |
net/openbgpd6: Deprecate and set expiration date to 2025-05-30
Unsupported upstream, redirect users to net/openbgpd8
Reference:
https://github.com/openbgpd-portable/openbgpd-portable/issues/98
PR: 285465
Approved by: portmgr (maintainer timeout, 4+ weeks)
Diffstat (limited to 'net/openbgpd6')
-rw-r--r-- | net/openbgpd6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openbgpd6/Makefile b/net/openbgpd6/Makefile index 0980a46b6844..0611d8c7fa37 100644 --- a/net/openbgpd6/Makefile +++ b/net/openbgpd6/Makefile @@ -12,6 +12,9 @@ WWW= https://www.openbgpd.org/ LICENSE= ISCL LICENSE_FILE= ${FILESDIR}/COPYING +DEPRECATED= Unsupported upstream, consider using net/openbgpd8 +EXPIRATION_DATE=2025-05-30 + USES= autoreconf libtool uidfix USE_RC_SUBR= ${PORTNAME} |