Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 16:07:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398580 - head/devel/libevtx
Message-ID:  <201510041607.t94G74oE095212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510041607.t94G74oE095212>