diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-07-04 11:22:35 -0400 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-07-04 11:22:35 -0400 |
commit | 42f99f06c3f8712a8fbd73909aeca305624b9857 (patch) | |
tree | a77a46925b7402222098a648712e22320832898a | |
parent | FIFE engine ports: undeprecate the ports and assume maintainership (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 |