From owner-svn-ports-head@freebsd.org Sun Feb 5 17:27:41 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 305B7CD2BA2; Sun, 5 Feb 2017 17:27:41 +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 D75D166E; Sun, 5 Feb 2017 17:27:40 +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 v15HRd87084566; Sun, 5 Feb 2017 17:27:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15HRdPU084564; Sun, 5 Feb 2017 17:27:39 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702051727.v15HRdPU084564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 Feb 2017 17:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433431 - head/devel/libscca 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: Sun, 05 Feb 2017 17:27:41 -0000 Author: antoine Date: Sun Feb 5 17:27:39 2017 New Revision: 433431 URL: https://svnweb.freebsd.org/changeset/ports/433431 Log: - Update to alpha-20170205 - Make NLS optional Modified: head/devel/libscca/Makefile head/devel/libscca/distinfo Modified: head/devel/libscca/Makefile ============================================================================== --- head/devel/libscca/Makefile Sun Feb 5 17:26:51 2017 (r433430) +++ head/devel/libscca/Makefile Sun Feb 5 17:27:39 2017 (r433431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libscca -DISTVERSION= alpha-20161031 +DISTVERSION= alpha-20170205 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libscca/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -16,17 +16,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfwnt.so:devel/libfwnt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwnt=${LOCALBASE} -USES= gettext libtool pathfix python +CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE} +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/libscca/distinfo ============================================================================== --- head/devel/libscca/distinfo Sun Feb 5 17:26:51 2017 (r433430) +++ head/devel/libscca/distinfo Sun Feb 5 17:27:39 2017 (r433431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478185133 -SHA256 (libscca-alpha-20161031.tar.gz) = 200a618fe84ac3909bcc0eda1ef3f5081c5a66527859e36c63c0dde45ff79b16 -SIZE (libscca-alpha-20161031.tar.gz) = 1577006 +TIMESTAMP = 1486311444 +SHA256 (libscca-alpha-20170205.tar.gz) = abde72db7b1401fc6b65232bb7caa0c20bb3f54862373713677105bc82b5478a +SIZE (libscca-alpha-20170205.tar.gz) = 1548233