From owner-svn-ports-all@freebsd.org Sun Aug 27 20:57:27 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 E27A9DF7F7B; Sun, 27 Aug 2017 20:57:27 +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 AC2A2824C1; Sun, 27 Aug 2017 20:57:27 +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 v7RKvQxr050693; Sun, 27 Aug 2017 20:57:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7RKvQOd050690; Sun, 27 Aug 2017 20:57:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708272057.v7RKvQOd050690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 27 Aug 2017 20:57:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448844 - head/devel/libolecf X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/libolecf X-SVN-Commit-Revision: 448844 X-SVN-Commit-Repository: ports 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: Sun, 27 Aug 2017 20:57:28 -0000 Author: antoine Date: Sun Aug 27 20:57:26 2017 New Revision: 448844 URL: https://svnweb.freebsd.org/changeset/ports/448844 Log: - Update to alpha-20170825 - Build python2 and python3 bindings - Remove DOCS option, the 2 text files do not carry very useful information Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo head/devel/libolecf/pkg-plist Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Sun Aug 27 20:51:07 2017 (r448843) +++ head/devel/libolecf/Makefile Sun Aug 27 20:57:26 2017 (r448844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20170129 +DISTVERSION= alpha-20170825 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,23 +13,27 @@ COMMENT= Library and tools to access the OLE 2 Compoun LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \ + python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} +RUN_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \ + python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python -USES= fuse libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python2 --enable-python3 +CONFIGURE_ENV= PYTHON2_CONFIG=${LOCALBASE}/bin/python${PYTHON2_DEFAULT}-config \ + PYTHON3=${LOCALBASE}/bin/python${PYTHON3_DEFAULT} \ + PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON3_DEFAULT}-config +USES= fuse libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} +PLIST_SUB= PYTHON2_SITELIBDIR=lib/python${PYTHON2_DEFAULT}/site-packages \ + PYTHON3_SITELIBDIR=lib/python${PYTHON3_DEFAULT}/site-packages -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= NLS NLS_USES= gettext NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls - -PORTDOCS= AUTHORS ChangeLog - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Sun Aug 27 20:51:07 2017 (r448843) +++ head/devel/libolecf/distinfo Sun Aug 27 20:57:26 2017 (r448844) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485708779 -SHA256 (libolecf-alpha-20170129.tar.gz) = 34dc14a9c78b98c7b55d1118a547d5dc1f7dbc4e48d287b0d4a7db250412f8f1 -SIZE (libolecf-alpha-20170129.tar.gz) = 1533776 +TIMESTAMP = 1503684363 +SHA256 (libolecf-alpha-20170825.tar.gz) = 6ecde27a18a563ca33b4a3c2ce9001bc921eb3f1015ecf5b491b8cc56e4b0867 +SIZE (libolecf-alpha-20170825.tar.gz) = 1534747 Modified: head/devel/libolecf/pkg-plist ============================================================================== --- head/devel/libolecf/pkg-plist Sun Aug 27 20:51:07 2017 (r448843) +++ head/devel/libolecf/pkg-plist Sun Aug 27 20:57:26 2017 (r448844) @@ -13,8 +13,10 @@ lib/libolecf.a lib/libolecf.so lib/libolecf.so.1 lib/libolecf.so.1.0.0 -%%PYTHON_SITELIBDIR%%/pyolecf.a -%%PYTHON_SITELIBDIR%%/pyolecf.so +%%PYTHON2_SITELIBDIR%%/pyolecf.a +%%PYTHON2_SITELIBDIR%%/pyolecf.so +%%PYTHON3_SITELIBDIR%%/pyolecf.a +%%PYTHON3_SITELIBDIR%%/pyolecf.so libdata/pkgconfig/libolecf.pc man/man1/olecfexport.1.gz man/man1/olecfinfo.1.gz