From owner-svn-ports-head@freebsd.org Tue Oct 31 10:39:47 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 A09EAE54C5C; Tue, 31 Oct 2017 10:39:47 +0000 (UTC) (envelope-from danfe@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 6E39F6DEE4; Tue, 31 Oct 2017 10:39:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9VAdkxe010389; Tue, 31 Oct 2017 10:39:46 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9VAdkBt010386; Tue, 31 Oct 2017 10:39:46 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201710311039.v9VAdkBt010386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 31 Oct 2017 10:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453226 - head/graphics/alembic X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/graphics/alembic X-SVN-Commit-Revision: 453226 X-SVN-Commit-Repository: ports 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: Tue, 31 Oct 2017 10:39:47 -0000 Author: danfe Date: Tue Oct 31 10:39:46 2017 New Revision: 453226 URL: https://svnweb.freebsd.org/changeset/ports/453226 Log: - Update `graphics/alembic' to version 1.7.4 [*] - Utilize PLIST_FILES instead of pkg-plist to avoid passing ${PORTVERSION} and ${PORTVERSION:R} via PLIST_SUB (not very elegant, but quite clear) Found out via: repology.org [*] Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1507854327 which corresponds to commit aefa609 tagged as this release. Modified: head/graphics/alembic/Makefile head/graphics/alembic/distinfo head/graphics/alembic/pkg-plist Modified: head/graphics/alembic/Makefile ============================================================================== --- head/graphics/alembic/Makefile Tue Oct 31 10:30:04 2017 (r453225) +++ head/graphics/alembic/Makefile Tue Oct 31 10:39:46 2017 (r453226) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= alembic -PORTVERSION= 1.7.1 -PORTREVISION= 3 +PORTVERSION= 1.7.4 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -24,6 +23,9 @@ OPTIONS_SUB= yes HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_CMAKE_ON= -DUSE_HDF5:BOOL=ON + +PLIST_FILES= lib/libAlembic.so.${PORTVERSION} \ + lib/libAlembic.so.${PORTVERSION:R} post-patch: @${REINPLACE_CMD} -e 's,H5Rdereference,&1,' \ Modified: head/graphics/alembic/distinfo ============================================================================== --- head/graphics/alembic/distinfo Tue Oct 31 10:30:04 2017 (r453225) +++ head/graphics/alembic/distinfo Tue Oct 31 10:39:46 2017 (r453226) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490314701 -SHA256 (alembic-alembic-1.7.1_GH0.tar.gz) = d9aa4f318df9e8f4bbc31a540209ef47a808b99a5627852e42d2550bd979ccc3 -SIZE (alembic-alembic-1.7.1_GH0.tar.gz) = 803755 +TIMESTAMP = 1507854327 +SHA256 (alembic-alembic-1.7.4_GH0.tar.gz) = eac349ff0fbec851f270370de963a436e30f0b5897e5e7ce292f966be6b7a9c5 +SIZE (alembic-alembic-1.7.4_GH0.tar.gz) = 805503 Modified: head/graphics/alembic/pkg-plist ============================================================================== --- head/graphics/alembic/pkg-plist Tue Oct 31 10:30:04 2017 (r453225) +++ head/graphics/alembic/pkg-plist Tue Oct 31 10:39:46 2017 (r453226) @@ -69,6 +69,7 @@ include/Alembic/AbcCoreFactory/All.h include/Alembic/AbcCoreFactory/IFactory.h %%HDF5%%include/Alembic/AbcCoreHDF5/All.h %%HDF5%%include/Alembic/AbcCoreHDF5/ReadWrite.h +include/Alembic/AbcCoreLayer/Foundation.h include/Alembic/AbcCoreLayer/Read.h include/Alembic/AbcCoreLayer/Util.h include/Alembic/AbcCoreOgawa/All.h