From owner-svn-ports-all@freebsd.org Sat Feb 25 09:56:26 2017 Return-Path: Delivered-To: svn-ports-all@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 A192AC90BF1; Sat, 25 Feb 2017 09:56:26 +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 58E7F838; Sat, 25 Feb 2017 09:56:26 +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 v1P9uPsk074617; Sat, 25 Feb 2017 09:56:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1P9uPrf074615; Sat, 25 Feb 2017 09:56:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702250956.v1P9uPrf074615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Feb 2017 09:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434790 - head/devel/libvhdi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2017 09:56:26 -0000 Author: antoine Date: Sat Feb 25 09:56:25 2017 New Revision: 434790 URL: https://svnweb.freebsd.org/changeset/ports/434790 Log: - Update to 20170223 - Make NLS optional Modified: head/devel/libvhdi/Makefile head/devel/libvhdi/distinfo Modified: head/devel/libvhdi/Makefile ============================================================================== --- head/devel/libvhdi/Makefile Sat Feb 25 09:56:15 2017 (r434789) +++ head/devel/libvhdi/Makefile Sat Feb 25 09:56:25 2017 (r434790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvhdi -PORTVERSION= 20160424 +PORTVERSION= 20170223 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvhdi/releases/download/${PORTVERSION}/ \ @@ -12,19 +12,24 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the Virtual Hard Disk image format 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} -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/libvhdi/distinfo ============================================================================== --- head/devel/libvhdi/distinfo Sat Feb 25 09:56:15 2017 (r434789) +++ head/devel/libvhdi/distinfo Sat Feb 25 09:56:25 2017 (r434790) @@ -1,2 +1,3 @@ -SHA256 (libvhdi-alpha-20160424.tar.gz) = addce37260e130d5266fbdeae13bcc29dce7d151acc74f4ba563ddc17b324e3a -SIZE (libvhdi-alpha-20160424.tar.gz) = 1409910 +TIMESTAMP = 1488005325 +SHA256 (libvhdi-alpha-20170223.tar.gz) = 5a9fedaab51a14a92320cd672a48a0fa0b014b975d5dcea5d4e944b32bf1498d +SIZE (libvhdi-alpha-20170223.tar.gz) = 1410977