Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2015 15:48:16 +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: r403119 - head/devel/libevt
Message-ID:  <201512061548.tB6FmGIN036940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec  6 15:48:16 2015
New Revision: 403119
URL: https://svnweb.freebsd.org/changeset/ports/403119

Log:
  Update to alpha-20151205

Modified:
  head/devel/libevt/Makefile
  head/devel/libevt/distinfo

Modified: head/devel/libevt/Makefile
==============================================================================
--- head/devel/libevt/Makefile	Sun Dec  6 15:45:04 2015	(r403118)
+++ head/devel/libevt/Makefile	Sun Dec  6 15:48:16 2015	(r403119)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libevt
-DISTVERSION=	alpha-20150706
+DISTVERSION=	alpha-20151205
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \
 		LOCAL/antoine
@@ -12,8 +12,10 @@ 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}
+CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} --with-libregf=${LOCALBASE}
 USES=		gettext libtool pathfix python
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
@@ -23,7 +25,7 @@ PORTDOCS=	AUTHORS ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 

Modified: head/devel/libevt/distinfo
==============================================================================
--- head/devel/libevt/distinfo	Sun Dec  6 15:45:04 2015	(r403118)
+++ head/devel/libevt/distinfo	Sun Dec  6 15:48:16 2015	(r403119)
@@ -1,2 +1,2 @@
-SHA256 (libevt-alpha-20150706.tar.gz) = 92b5ff3b5e1e0f2d0be31eeae98c8425df8ded112439dd50670cf99dab1c9705
-SIZE (libevt-alpha-20150706.tar.gz) = 1747560
+SHA256 (libevt-alpha-20151205.tar.gz) = 2487e674bfd4bf68027a11d90a44fa637bc4240ad4e953a609adb1595ad846ce
+SIZE (libevt-alpha-20151205.tar.gz) = 1788769



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