From owner-svn-ports-head@freebsd.org Fri Feb 3 08:55:18 2017 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 246D6CCE746; Fri, 3 Feb 2017 08:55: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 E5B101B6A; Fri, 3 Feb 2017 08:55: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 v138tHpB080259; Fri, 3 Feb 2017 08:55:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v138tGaK080255; Fri, 3 Feb 2017 08:55:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702030855.v138tGaK080255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Feb 2017 08:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433206 - in head/devel/libregf: . files 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.23 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: Fri, 03 Feb 2017 08:55:18 -0000 Author: antoine Date: Fri Feb 3 08:55:16 2017 New Revision: 433206 URL: https://svnweb.freebsd.org/changeset/ports/433206 Log: - Update to alpha-20170130 - Add LICENSE_FILE - Make NLS optional Modified: head/devel/libregf/Makefile head/devel/libregf/distinfo head/devel/libregf/files/patch-pyregf_Makefile.in head/devel/libregf/pkg-plist Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Fri Feb 3 08:49:08 2017 (r433205) +++ head/devel/libregf/Makefile Fri Feb 3 08:55:16 2017 (r433206) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20160424 +DISTVERSION= alpha-20170130 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -11,21 +11,27 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to support the Windows NT Registry File format LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfwsi.so:devel/libfwsi +LIB_DEPENDS= libfwnt.so:devel/libfwnt \ + libfwsi.so:devel/libfwsi GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwsi=${LOCALBASE} -USES= fuse gettext libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE} --with-libfwsi=${LOCALBASE} +USES= fuse libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} -PORTDOCS= AUTHORS ChangeLog +OPTIONS_DEFINE= DOCS NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls -OPTIONS_DEFINE= DOCS +PORTDOCS= AUTHORS ChangeLog -post-install-DOCS-on: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/devel/libregf/distinfo ============================================================================== --- head/devel/libregf/distinfo Fri Feb 3 08:49:08 2017 (r433205) +++ head/devel/libregf/distinfo Fri Feb 3 08:55:16 2017 (r433206) @@ -1,2 +1,3 @@ -SHA256 (libregf-alpha-20160424.tar.gz) = 5ed8ec11e147ec0d795472c39c1ba85b8023ad76772a0bb95ac289892262bff0 -SIZE (libregf-alpha-20160424.tar.gz) = 1663062 +TIMESTAMP = 1485785504 +SHA256 (libregf-alpha-20170130.tar.gz) = 2b43c85342b8b2182888473c6a87169df29a6f558d4388c50a84f2dadb1e6419 +SIZE (libregf-alpha-20170130.tar.gz) = 1526738 Modified: head/devel/libregf/files/patch-pyregf_Makefile.in ============================================================================== --- head/devel/libregf/files/patch-pyregf_Makefile.in Fri Feb 3 08:49:08 2017 (r433205) +++ head/devel/libregf/files/patch-pyregf_Makefile.in Fri Feb 3 08:55:16 2017 (r433206) @@ -1,8 +1,8 @@ # Allow building when an older version of libregf is installed ---- pyregf/Makefile.in.orig 2015-12-24 12:55:58 UTC +--- pyregf/Makefile.in.orig 2017-02-03 08:51:17 UTC +++ pyregf/Makefile.in -@@ -193,7 +193,7 @@ AM_V_at = $(am__v_at_@AM_V@) +@@ -191,7 +191,7 @@ AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = Modified: head/devel/libregf/pkg-plist ============================================================================== --- head/devel/libregf/pkg-plist Fri Feb 3 08:49:08 2017 (r433205) +++ head/devel/libregf/pkg-plist Fri Feb 3 08:55:16 2017 (r433206) @@ -1,7 +1,6 @@ bin/regfexport bin/regfinfo bin/regfmount -bin/regfreport include/libregf.h include/libregf/codepage.h include/libregf/definitions.h