Skip to content

Commit

Permalink
graphics/openexr*: upgrade to 3.3.1
Browse files Browse the repository at this point in the history
ChangeLog:	https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.3.1

Also add a local docs/CMakeLists.txt patch to add an exrmetrics man
page, omission reported upstream to
AcademySoftwareFoundation/openexr#1881
  • Loading branch information
mandree committed Oct 13, 2024
1 parent f3127fa commit e913756
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
6 changes: 3 additions & 3 deletions graphics/openexr-website-docs/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TIMESTAMP = 1728072246
SHA256 (openexr/openexr-3.3.0.tar.gz) = a2ce475bb1b50a47c3b3db738437550027f47aaa35b04a2495ca8c3898c56c20
SIZE (openexr/openexr-3.3.0.tar.gz) = 21308630
TIMESTAMP = 1728832927
SHA256 (openexr/openexr-3.3.1.tar.gz) = 2d602128b53f6f9df84482bdfdf1d19dc0cb552c9fba0af9205a8937dd2633e9
SIZE (openexr/openexr-3.3.1.tar.gz) = 21314086
SHA256 (openexr/TestImages/README.rst) = 3cbb0a9ab20868940de1b9bf582bdc5ff4244cc585c682d6e40b9befb8fd593c
SIZE (openexr/TestImages/README.rst) = 2588
SHA256 (openexr/TestImages/AllHalfValues.exr) = eede573a0b59b79f21de15ee9d3b7649d58d8f2a8e7787ea34f192db3b3c84a4
Expand Down
2 changes: 1 addition & 1 deletion graphics/openexr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME?= openexr
PORTVERSION= 3.3.0
PORTVERSION= 3.3.1
PORTREVISION?= 0
CATEGORIES= graphics devel
.if !defined(MASTERDIR)
Expand Down
6 changes: 3 additions & 3 deletions graphics/openexr/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TIMESTAMP = 1727901602
SHA256 (openexr/openexr-3.3.0.tar.gz) = a2ce475bb1b50a47c3b3db738437550027f47aaa35b04a2495ca8c3898c56c20
SIZE (openexr/openexr-3.3.0.tar.gz) = 21308630
TIMESTAMP = 1728826570
SHA256 (openexr/openexr-3.3.1.tar.gz) = 2d602128b53f6f9df84482bdfdf1d19dc0cb552c9fba0af9205a8937dd2633e9
SIZE (openexr/openexr-3.3.1.tar.gz) = 21314086
SHA256 (openexr/Beachball/multipart.0001.exr) = 0cd032069fbaa14a2766861fef9893ea66a6494ff64650725d3b26a500df774b
SIZE (openexr/Beachball/multipart.0001.exr) = 2894260
SHA256 (openexr/Beachball/singlepart.0001.exr) = 29719942ed3c095a8f8f111fc139fc4c28f446007f5bfce00177cae585b1a87a
Expand Down
10 changes: 10 additions & 0 deletions graphics/openexr/files/patch-docs_CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- docs/CMakeLists.txt.orig 2024-10-13 13:57:15 UTC
+++ docs/CMakeLists.txt
@@ -42,6 +42,7 @@ define_manpage(exrmanifest "print id manifest")
define_manpage(exrmakepreview "generate exr preview thumbnail images")
define_manpage(exrmaketiled "convert exr images to tiled format")
define_manpage(exrmanifest "print id manifest")
+define_manpage(exrmetrics "benchmark performance in time and space") # inofficially added for FreeBSD 3.3.1 port
define_manpage(exrmultipart "combine or split multipart exr images")
define_manpage(exrmultiview "convert between single/multi-view exr images")
define_manpage(exrstdattr "set exr image metadata")
1 change: 1 addition & 0 deletions graphics/openexr/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ libdata/pkgconfig/OpenEXR.pc
%%DOCS%%share/man/man1/exrmakepreview.1.gz
%%DOCS%%share/man/man1/exrmaketiled.1.gz
%%DOCS%%share/man/man1/exrmanifest.1.gz
%%DOCS%%share/man/man1/exrmetrics.1.gz
%%DOCS%%share/man/man1/exrmultipart.1.gz
%%DOCS%%share/man/man1/exrmultiview.1.gz
%%DOCS%%share/man/man1/exrstdattr.1.gz

0 comments on commit e913756

Please sign in to comment.