Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2017 10:39:46 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453226 - head/graphics/alembic
Message-ID:  <201710311039.v9VAdkBt010386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710311039.v9VAdkBt010386>