From owner-svn-ports-head@freebsd.org Sun May 1 07:51:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC86DB280C1; Sun, 1 May 2016 07:51:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 953141F02; Sun, 1 May 2016 07:51:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u417pe5U061803; Sun, 1 May 2016 07:51:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u417peV3061800; Sun, 1 May 2016 07:51:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201605010751.u417peV3061800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 May 2016 07:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414395 - head/devel/libevtx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 07:51:42 -0000 Author: antoine Date: Sun May 1 07:51:40 2016 New Revision: 414395 URL: https://svnweb.freebsd.org/changeset/ports/414395 Log: - Update to alpha-20160421 - Unbundle libfwnt Modified: head/devel/libevtx/Makefile head/devel/libevtx/distinfo Modified: head/devel/libevtx/Makefile ============================================================================== --- head/devel/libevtx/Makefile Sun May 1 07:50:50 2016 (r414394) +++ head/devel/libevtx/Makefile Sun May 1 07:51:40 2016 (r414395) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20160107 +DISTVERSION= alpha-20160421 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/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 XML Event Log (EVTX) 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/libevtx/distinfo ============================================================================== --- head/devel/libevtx/distinfo Sun May 1 07:50:50 2016 (r414394) +++ head/devel/libevtx/distinfo Sun May 1 07:51:40 2016 (r414395) @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20160107.tar.gz) = c4270b3079a1a5395114f8d7b145b9d8cc4a75f9ef49ad968ceb7e4ed8975c28 -SIZE (libevtx-alpha-20160107.tar.gz) = 1837955 +SHA256 (libevtx-alpha-20160421.tar.gz) = feb9b0520f34743610861c5fe85bdc55c3a2bcf120287283303a7e02507994eb +SIZE (libevtx-alpha-20160421.tar.gz) = 1868876