diff options
Diffstat (limited to 'net/netatalk4/Makefile')
-rw-r--r-- | net/netatalk4/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/netatalk4/Makefile b/net/netatalk4/Makefile index 7e1f7efd3b77..b58b54e23d23 100644 --- a/net/netatalk4/Makefile +++ b/net/netatalk4/Makefile @@ -1,5 +1,5 @@ PORTNAME= netatalk -PORTVERSION= 4.2.3 +PORTVERSION= 4.3.0 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/netatalk-${PORTVERSION:S/./-/g}/ PKGNAMESUFFIX= 4 @@ -13,7 +13,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= cmark:textproc/cmark LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent \ - libiniparser.so:devel/iniparser + libiniparser.so:devel/iniparser \ + libbstring.so:devel/bstring USES= bdb:18 cpe gettext iconv:wchar_t meson perl5 pkgconfig shebangfix ssl tar:xz USE_GNOME= libxslt:build @@ -72,7 +73,8 @@ DBUS_MESON_ON= -Dwith-dbus-daemon-path=${LOCALBASE}/bin/dbus-daemon \ -Dwith-dbus-sysconf-path=${LOCALBASE}/etc/dbus-1/system.d DBUS_MESON_OFF= -Dwith-afpstats=false MYSQL_USES= mysql -MYSQL_MESON_OFF=-Dwith-cnid-mysql-backend=false +MYSQL_MESON_ON=-Dwith-cnid-default-backend=mysql +MYSQL_MESON_OFF=-Dwith-cnid-default-backend=dbd ACL_LIB_DEPENDS= libsunacl.so:sysutils/libsunacl ACL_MESON_OFF=-Dwith-acls=false LIBWRAP_MESON_OFF=-Dwith-tcp-wrappers=false @@ -99,7 +101,7 @@ post-patch: # ${WRKSRC}/contrib/shell_utils/afpstats post-install: - ${INSTALL_SCRIPT} ${BUILD_WRKSRC}/contrib/shell_utils/macusers \ + ${INSTALL_SCRIPT} ${BUILD_WRKSRC}/contrib/bin_utils/macusers \ ${STAGEDIR}${PREFIX}/bin/macusers .if ${PORT_OPTIONS:MPAM} |