aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-07-25 16:55:48 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-08-03 18:19:13 +0000
commit31f2cf92f2f1b3dde3873f5acb51208d1eaf1c23 (patch)
tree54c8e4387dbccab349adb8b5f31f973ecb313f44
parent1a25d81709eda9e3e7ba087b80f072602455299b (diff)
downloadports-31f2cf92f2f1b3dde3873f5acb51208d1eaf1c23.tar.gz
ports-31f2cf92f2f1b3dde3873f5acb51208d1eaf1c23.zip
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
-rw-r--r--graphics/openexr/Makefile11
-rw-r--r--graphics/openexr/distinfo6
-rw-r--r--graphics/openexr/pkg-plist18
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@FreeBSD.org
PORTNAME= openexr
-PORTVERSION= 3.0.5
-PORTREVISION= 1
+PORTVERSION= 3.1.1
CATEGORIES= graphics devel
MAINTAINER= mandree@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%%