From owner-svn-ports-head@freebsd.org Sun Jan 22 12:32:44 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 973A4CBCFCC; Sun, 22 Jan 2017 12:32:44 +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 4DEDD640; Sun, 22 Jan 2017 12:32:44 +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 v0MCWh1V014142; Sun, 22 Jan 2017 12:32:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0MCWhHQ014140; Sun, 22 Jan 2017 12:32:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201701221232.v0MCWhHQ014140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 22 Jan 2017 12:32:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432122 - head/devel/libmsiecf 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, 22 Jan 2017 12:32:44 -0000 Author: antoine Date: Sun Jan 22 12:32:43 2017 New Revision: 432122 URL: https://svnweb.freebsd.org/changeset/ports/432122 Log: - Update to alpha-20170116 - Make NLS optional Modified: head/devel/libmsiecf/Makefile head/devel/libmsiecf/distinfo Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Sun Jan 22 12:26:41 2017 (r432121) +++ head/devel/libmsiecf/Makefile Sun Jan 22 12:32:43 2017 (r432122) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmsiecf -DISTVERSION= alpha-20160904 +DISTVERSION= alpha-20170116 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libmsiecf/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= 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/libmsiecf/distinfo ============================================================================== --- head/devel/libmsiecf/distinfo Sun Jan 22 12:26:41 2017 (r432121) +++ head/devel/libmsiecf/distinfo Sun Jan 22 12:32:43 2017 (r432122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473001752 -SHA256 (libmsiecf-alpha-20160904.tar.gz) = d73be120c76284e11d4038920cb1fe986ddeba644bf94ff889c2070f7ed7c2b3 -SIZE (libmsiecf-alpha-20160904.tar.gz) = 1458051 +TIMESTAMP = 1484606423 +SHA256 (libmsiecf-alpha-20170116.tar.gz) = 45d4ed985eaeb38f650aa6892802e41e13b40370fc01b988bdc69e37d8b25153 +SIZE (libmsiecf-alpha-20170116.tar.gz) = 1463602