git: 31f2cf92f2f1 - main - graphics/openexr: update to v3.1.1
Matthias Andree
mandree at FreeBSD.org
Tue Aug 3 18:19:26 UTC 2021
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31f2cf92f2f1b3dde3873f5acb51208d1eaf1c23
commit 31f2cf92f2f1b3dde3873f5acb51208d1eaf1c23
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-25 16:55:48 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-08-03 18:19:13 +0000
graphics/openexr: update to v3.1.1
- adds a new libOpenEXRCore library
- bumps so library version to 30
- requires PORTREVISION bump of its users
Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.1/CHANGES.md
---
graphics/openexr/Makefile | 11 +++++------
graphics/openexr/distinfo | 6 +++---
graphics/openexr/pkg-plist | 18 ++++++++++++++++++
3 files changed, 26 insertions(+), 9 deletions(-)
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 3ca539fecfec..fd0375aa86a9 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,8 +1,7 @@
# Created by: nork at FreeBSD.org
PORTNAME= openexr
-PORTVERSION= 3.0.5
-PORTREVISION= 1
+PORTVERSION= 3.1.1
CATEGORIES= graphics devel
MAINTAINER= mandree at FreeBSD.org
@@ -24,11 +23,11 @@ CPPFLAGS+= -I.
# must be linked with -l{thr|pthread} explicitly
LDFLAGS+= -lpthread
-PATCH_STRIP= -p1
+PATCH_STRIP= -p0
-_MAJORVER= 3_0
-_VER= 29
-_MINVER= 0
+_MAJORVER= 3_1
+_VER= 30
+_MINVER= 1
_PLVER= 0
PLIST_SUB+= MAJORVER=${_MAJORVER} \
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index eb83ed346a9d..d9698bfe23b0 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625239854
-SHA256 (AcademySoftwareFoundation-openexr-3.0.5-v3.0.5_GH0.tar.gz) = 7aa6645da70e9a0cce8215d25030cfd4f4b17b4abf1ceec314f7eae15674e8e4
-SIZE (AcademySoftwareFoundation-openexr-3.0.5-v3.0.5_GH0.tar.gz) = 25060148
+TIMESTAMP = 1627995398
+SHA256 (AcademySoftwareFoundation-openexr-3.1.1-v3.1.1_GH0.tar.gz) = 045254e201c0f87d1d1a4b2b5815c4ae54845af2e6ec0ab88e979b5fdb30a86e
+SIZE (AcademySoftwareFoundation-openexr-3.1.1-v3.1.1_GH0.tar.gz) = 25588029
diff --git a/graphics/openexr/pkg-plist b/graphics/openexr/pkg-plist
index c6b28779f1cc..7e4bf83dca5c 100644
--- a/graphics/openexr/pkg-plist
+++ b/graphics/openexr/pkg-plist
@@ -1,6 +1,7 @@
bin/exr2aces
bin/exrenvmap
bin/exrheader
+bin/exrinfo
bin/exrmakepreview
bin/exrmaketiled
bin/exrmultipart
@@ -132,6 +133,19 @@ include/OpenEXR/ImfVersion.h
include/OpenEXR/ImfWav.h
include/OpenEXR/ImfXdr.h
include/OpenEXR/OpenEXRConfig.h
+include/OpenEXR/openexr.h
+include/OpenEXR/openexr_attr.h
+include/OpenEXR/openexr_base.h
+include/OpenEXR/openexr_chunkio.h
+include/OpenEXR/openexr_coding.h
+include/OpenEXR/openexr_conf.h
+include/OpenEXR/openexr_context.h
+include/OpenEXR/openexr_debug.h
+include/OpenEXR/openexr_decode.h
+include/OpenEXR/openexr_encode.h
+include/OpenEXR/openexr_errors.h
+include/OpenEXR/openexr_part.h
+include/OpenEXR/openexr_std_attr.h
lib/cmake/OpenEXR/OpenEXRConfig.cmake
lib/cmake/OpenEXR/OpenEXRConfigVersion.cmake
lib/cmake/OpenEXR/OpenEXRTargets-%%CMAKE_BUILD_TYPE%%.cmake
@@ -148,6 +162,10 @@ lib/libOpenEXR-%%MAJORVER%%.so
lib/libOpenEXR-%%MAJORVER%%.so.%%VER%%
lib/libOpenEXR-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%%
lib/libOpenEXR.so
+lib/libOpenEXRCore-%%MAJORVER%%.so
+lib/libOpenEXRCore-%%MAJORVER%%.so.%%VER%%
+lib/libOpenEXRCore-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%%
+lib/libOpenEXRCore.so
lib/libOpenEXRUtil-%%MAJORVER%%.so
lib/libOpenEXRUtil-%%MAJORVER%%.so.%%VER%%
lib/libOpenEXRUtil-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%%
More information about the dev-commits-ports-all
mailing list