diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-07-04 15:22:35 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-07-04 15:22:35 +0000 |
| commit | 42f99f06c3f8712a8fbd73909aeca305624b9857 (patch) | |
| tree | a77a46925b7402222098a648712e22320832898a | |
| parent | 8542ba3e9dc82019156aa71666ee2b9303944fab (diff) | |
net/netatalk3: Deprecate and add an expiration date
| -rw-r--r-- | net/netatalk3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 0f11758f16c9..8d070adde5a4 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -12,6 +12,9 @@ WWW= https://netatalk.io/ LICENSE= GPLv2 +DEPRECATED= End of support; use net/netatalk4 instead +EXPIRATION_DATE=2025-10-04 + LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent |
