From owner-svn-ports-head@freebsd.org Sun Dec 6 15:48:18 2015 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 0483899A804; Sun, 6 Dec 2015 15:48:18 +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 BEA491B44; Sun, 6 Dec 2015 15:48:17 +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 tB6FmGN0036942; Sun, 6 Dec 2015 15:48:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6FmGIN036940; Sun, 6 Dec 2015 15:48:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512061548.tB6FmGIN036940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Dec 2015 15:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403119 - head/devel/libevt 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.20 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, 06 Dec 2015 15:48:18 -0000 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