diff --git a/devel/libfsapfs/Makefile b/devel/libfsapfs/Makefile index aee984fffb50..fb1ecf057058 100644 --- a/devel/libfsapfs/Makefile +++ b/devel/libfsapfs/Makefile @@ -1,29 +1,31 @@ PORTNAME= libfsapfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20221102 +DISTVERSION= experimental-20231122 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsapfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the Apple File System (APFS) WWW= https://github.com/libyal/libfsapfs LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libcaes.so:security/libcaes + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-openssl=no +CONFIGURE_ARGS= --enable-python --with-libcaes=${LOCALBASE} --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config USES= fuse libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} OPTIONS_DEFINE= NLS NLS_USES= gettext NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls .include diff --git a/devel/libfsapfs/distinfo b/devel/libfsapfs/distinfo index b186e41f019d..c5ac079f5d26 100644 --- a/devel/libfsapfs/distinfo +++ b/devel/libfsapfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676980920 -SHA256 (libfsapfs-experimental-20221102.tar.gz) = 692b9ffa180de68e6d1a1fd1c091d9bba979375833a88cff8b2cf9c6ccad63b9 -SIZE (libfsapfs-experimental-20221102.tar.gz) = 2175695 +TIMESTAMP = 1707836234 +SHA256 (libfsapfs-experimental-20231122.tar.gz) = 0a324de50aaf30c7a685cc9b296f4e9ed101a2558aae95334410fbf5c108cc30 +SIZE (libfsapfs-experimental-20231122.tar.gz) = 2164984