git: 65474c4a01e4 - main - net/netatalk4: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Sep 2026 15:45:09 UTC
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=65474c4a01e43c9182dc52f5cc9418b4cd1a3b1c
commit 65474c4a01e43c9182dc52f5cc9418b4cd1a3b1c
Author: Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2026-09-19 15:44:03 +0000
Commit: Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2026-09-19 15:44:49 +0000
net/netatalk4: Add missing dependencies
---
net/netatalk4/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net/netatalk4/Makefile b/net/netatalk4/Makefile
index 4aad62fd8f49..2e52e18ccc51 100644
--- a/net/netatalk4/Makefile
+++ b/net/netatalk4/Makefile
@@ -1,5 +1,6 @@
PORTNAME= netatalk
PORTVERSION= 4.6.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/netatalk-${PORTVERSION:S/./-/g}/
PKGNAMESUFFIX= 4
@@ -14,7 +15,9 @@ BUILD_DEPENDS= cmark:textproc/cmark
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libevent.so:devel/libevent \
libiniparser.so:devel/iniparser \
- libbstring.so:devel/bstring
+ libbstring.so:devel/bstring \
+ libcrack.so:security/cracklib \
+ libunwind.so:devel/libunwind
USES= bdb:18 cpe gettext iconv:wchar_t meson perl5 pkgconfig shebangfix ssl tar:xz
USE_GNOME= libxslt:build