Index: head/devel/libevtx/Makefile =================================================================== --- head/devel/libevtx/Makefile (revision 398579) +++ head/devel/libevtx/Makefile (revision 398580) @@ -1,30 +1,32 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20150928 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tooling to access the Windows XML Event Log (EVTX) format LICENSE= LGPL3 +LIB_DEPENDS= libregf.so:${PORTSDIR}/devel/libregf + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libregf=${LOCALBASE} +USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/libevtx/distinfo =================================================================== --- head/devel/libevtx/distinfo (revision 398579) +++ head/devel/libevtx/distinfo (revision 398580) @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20150105.tar.gz) = 62a6452141bf23e1db052b9e0238d0b15423c10144ac8492a18a1e095c83b7ab -SIZE (libevtx-alpha-20150105.tar.gz) = 1761769 +SHA256 (libevtx-alpha-20150928.tar.gz) = 430f65b74e7b67178b0a2f4604212e61a0636a2e474cfeec0a8513257d7acb2d +SIZE (libevtx-alpha-20150928.tar.gz) = 1806008