Date: Sun, 1 May 2016 07:50:50 +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: r414394 - head/devel/libevt Message-ID: <201605010750.u417ooSE061665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 1 07:50:50 2016 New Revision: 414394 URL: https://svnweb.freebsd.org/changeset/ports/414394 Log: - Update to alpha-20160421 - Unbundle libfwnt Modified: head/devel/libevt/Makefile head/devel/libevt/distinfo Modified: head/devel/libevt/Makefile ============================================================================== --- head/devel/libevt/Makefile Sun May 1 07:50:18 2016 (r414393) +++ head/devel/libevt/Makefile Sun May 1 07:50:50 2016 (r414394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20160107 +DISTVERSION= alpha-20160421 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -10,12 +10,14 @@ MASTER_SITES= https://github.com/libyal/ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tooling to access the Windows Event Log (EVT) format -LICENSE= LGPL3 +LICENSE= LGPL3+ -LIB_DEPENDS= libregf.so:devel/libregf +LIB_DEPENDS= libfwnt.so:devel/libfwnt \ + libregf.so:devel/libregf GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libregf=${LOCALBASE} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} \ + --with-libfwnt=${LOCALBASE} --with-libregf=${LOCALBASE} USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libevt/distinfo ============================================================================== --- head/devel/libevt/distinfo Sun May 1 07:50:18 2016 (r414393) +++ head/devel/libevt/distinfo Sun May 1 07:50:50 2016 (r414394) @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20160107.tar.gz) = 1151f38ed02804d5acd0e9d7b036de8033696990273070b924488c8dd97a79bb -SIZE (libevt-alpha-20160107.tar.gz) = 1823240 +SHA256 (libevt-alpha-20160421.tar.gz) = bf0d66787ff7ff2af0bba8c5b905626dc47efd9ac3fa386073afa1dc0b0603a4 +SIZE (libevt-alpha-20160421.tar.gz) = 1851646
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605010750.u417ooSE061665>