From owner-svn-ports-head@freebsd.org Fri Feb 3 08:58:33 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 8DCADCCE807; Fri, 3 Feb 2017 08:58:33 +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 40E3B1CDA; Fri, 3 Feb 2017 08:58:33 +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 v138wWuw080475; Fri, 3 Feb 2017 08:58:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v138wWxl080472; Fri, 3 Feb 2017 08:58:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702030858.v138wWxl080472@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:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433207 - head/devel/libsigscan 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:58:33 -0000 Author: antoine Date: Fri Feb 3 08:58:31 2017 New Revision: 433207 URL: https://svnweb.freebsd.org/changeset/ports/433207 Log: - Update to experimental-20170124 - Make NLS optional Modified: head/devel/libsigscan/Makefile head/devel/libsigscan/distinfo Modified: head/devel/libsigscan/Makefile ============================================================================== --- head/devel/libsigscan/Makefile Fri Feb 3 08:55:16 2017 (r433206) +++ head/devel/libsigscan/Makefile Fri Feb 3 08:58:31 2017 (r433207) @@ -3,7 +3,7 @@ PORTNAME= libsigscan # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20160312 +DISTVERSION= experimental-20170124 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -15,17 +15,21 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} -USES= gettext libtool pathfix python +CONFIGURE_ARGS= --enable-python +USES= libtool pathfix 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/libsigscan/distinfo ============================================================================== --- head/devel/libsigscan/distinfo Fri Feb 3 08:55:16 2017 (r433206) +++ head/devel/libsigscan/distinfo Fri Feb 3 08:58:31 2017 (r433207) @@ -1,2 +1,3 @@ -SHA256 (libsigscan-experimental-20160312.tar.gz) = 40e92991f53f5c69e21dd662dc021f41ef9203eebbc6c9d65a194ec8ca68a3ff -SIZE (libsigscan-experimental-20160312.tar.gz) = 1279402 +TIMESTAMP = 1485356842 +SHA256 (libsigscan-experimental-20170124.tar.gz) = 5833d519c730a65a463b71a07b3236c3965e87bd1b8b0b1634042d54d3464e8a +SIZE (libsigscan-experimental-20170124.tar.gz) = 1289518