svn commit: r398580 - head/devel/libevtx

Antoine Brodin antoine at FreeBSD.org
Sun Oct 4 16:07:04 UTC 2015


Author: antoine
Date: Sun Oct  4 16:07:03 2015
New Revision: 398580
URL: https://svnweb.freebsd.org/changeset/ports/398580

Log:
  Update to alpha-20150928

Modified:
  head/devel/libevtx/Makefile
  head/devel/libevtx/distinfo

Modified: head/devel/libevtx/Makefile
==============================================================================
--- head/devel/libevtx/Makefile	Sun Oct  4 15:07:47 2015	(r398579)
+++ head/devel/libevtx/Makefile	Sun Oct  4 16:07:03 2015	(r398580)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libevtx
-DISTVERSION=	alpha-20150105
+DISTVERSION=	alpha-20150928
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \
 		LOCAL/antoine
@@ -12,9 +12,11 @@ COMMENT=	Library and tooling to access t
 
 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}

Modified: head/devel/libevtx/distinfo
==============================================================================
--- head/devel/libevtx/distinfo	Sun Oct  4 15:07:47 2015	(r398579)
+++ head/devel/libevtx/distinfo	Sun Oct  4 16:07:03 2015	(r398580)
@@ -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


More information about the svn-ports-head mailing list