From owner-svn-ports-head@freebsd.org Fri Feb 3 08:49:10 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 0546ACCE5F0; Fri, 3 Feb 2017 08:49:10 +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 AC8061765; Fri, 3 Feb 2017 08:49:09 +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 v138n8gI075909; Fri, 3 Feb 2017 08:49:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v138n8G5075907; Fri, 3 Feb 2017 08:49:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702030849.v138n8G5075907@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:49:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433205 - head/devel/libolecf 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:49:10 -0000 Author: antoine Date: Fri Feb 3 08:49:08 2017 New Revision: 433205 URL: https://svnweb.freebsd.org/changeset/ports/433205 Log: - Update to alpha-20170129 - Make NLS optional Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Fri Feb 3 08:48:24 2017 (r433204) +++ head/devel/libolecf/Makefile Fri Feb 3 08:49:08 2017 (r433205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20161113 +DISTVERSION= alpha-20170129 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -14,17 +14,21 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} -USES= fuse gettext libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python +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/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Fri Feb 3 08:48:24 2017 (r433204) +++ head/devel/libolecf/distinfo Fri Feb 3 08:49:08 2017 (r433205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479072176 -SHA256 (libolecf-alpha-20161113.tar.gz) = 49cb63f8259ac8da9c4027b49ec71148fcea9922a6f8d61afa5fa7dadfff896b -SIZE (libolecf-alpha-20161113.tar.gz) = 1545576 +TIMESTAMP = 1485708779 +SHA256 (libolecf-alpha-20170129.tar.gz) = 34dc14a9c78b98c7b55d1118a547d5dc1f7dbc4e48d287b0d4a7db250412f8f1 +SIZE (libolecf-alpha-20170129.tar.gz) = 1533776