- 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.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alembic
|
||||
PORTVERSION= 1.7.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.7.4
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
@@ -25,6 +24,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,' \
|
||||
${WRKSRC}/lib/Alembic/AbcCoreHDF5/HDF5Util.cpp
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user