From owner-svn-ports-head@freebsd.org Sat Feb 25 09:57:22 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 4991FC90C5E; Sat, 25 Feb 2017 09:57:22 +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 EF5C9CDC; Sat, 25 Feb 2017 09:57:21 +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 v1P9vLlx074757; Sat, 25 Feb 2017 09:57:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1P9vKNO074755; Sat, 25 Feb 2017 09:57:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702250957.v1P9vKNO074755@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:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434791 - head/devel/libqcow 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: Sat, 25 Feb 2017 09:57:22 -0000 Author: antoine Date: Sat Feb 25 09:57:20 2017 New Revision: 434791 URL: https://svnweb.freebsd.org/changeset/ports/434791 Log: - Update to alpha-20170222 - Make NLS optional Modified: head/devel/libqcow/Makefile head/devel/libqcow/distinfo Modified: head/devel/libqcow/Makefile ============================================================================== --- head/devel/libqcow/Makefile Sat Feb 25 09:56:25 2017 (r434790) +++ head/devel/libqcow/Makefile Sat Feb 25 09:57:20 2017 (r434791) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libqcow -DISTVERSION= alpha-20160123 +DISTVERSION= alpha-20170222 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libqcow/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -10,22 +10,26 @@ MASTER_SITES= https://github.com/libyal/ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tooling to access the QEMU Copy-On-Write image format -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} -USES= fuse gettext libtool pathfix pkgconfig python -USE_OPENSSL= yes +CONFIGURE_ARGS= --enable-python +USES= fuse libtool pathfix pkgconfig python ssl USE_LDCONFIG= yes INSTALL_TARGET= install-strip LIBS+= -L${OPENSSLLIB} 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/libqcow/distinfo ============================================================================== --- head/devel/libqcow/distinfo Sat Feb 25 09:56:25 2017 (r434790) +++ head/devel/libqcow/distinfo Sat Feb 25 09:57:20 2017 (r434791) @@ -1,2 +1,3 @@ -SHA256 (libqcow-alpha-20160123.tar.gz) = a9487b3221ebed9d700b6bf96690a3ef7abaf88a705c41783efea11a5021fba0 -SIZE (libqcow-alpha-20160123.tar.gz) = 1419626 +TIMESTAMP = 1487916973 +SHA256 (libqcow-alpha-20170222.tar.gz) = 8b4a3f97b3091cb8dc4990a03a1c9c42385e37d876eba6e6513b1e9104e9512d +SIZE (libqcow-alpha-20170222.tar.gz) = 1426203