mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
graphics/openexr: bug fix update to 3.1.3
Note that the default zip compression level is changed from 6 to 4 by the upstream, to improve compression times by 2x "with only a tiny drop in compression ratio." Release notes: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.1.3 Changelog: https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.3/CHANGES.md#version-313-october-27-2021
This commit is contained in:
parent
bb6ec079c5
commit
130a5d7e5a
@ -1,7 +1,7 @@
|
||||
# Created by: nork@FreeBSD.org
|
||||
|
||||
PORTNAME= openexr
|
||||
PORTVERSION= 3.1.2
|
||||
PORTVERSION= 3.1.3
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
@ -27,7 +27,7 @@ PATCH_STRIP= -p0
|
||||
|
||||
_MAJORVER= 3_1
|
||||
_VER= 30
|
||||
_MINVER= 2
|
||||
_MINVER= 3
|
||||
_PLVER= 0
|
||||
|
||||
PLIST_SUB+= MAJORVER=${_MAJORVER} \
|
||||
@ -40,8 +40,8 @@ PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_SUB= yes
|
||||
DOCS_CMAKE_BOOL=DOCS
|
||||
DOCS_BUILD_DEPENDS=breathe-apidoc:devel/py-breathe
|
||||
DOCS_CMAKE_BOOL=DOCS
|
||||
|
||||
_DOCSRCDIR1= ${WRKSRC}
|
||||
_DOC_FILES1= CHANGES.md CONTRIBUTING.md GOVERNANCE.md LICENSE.md SECURITY.md \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1634462340
|
||||
SHA256 (AcademySoftwareFoundation-openexr-3.1.2-v3.1.2_GH0.tar.gz) = f5c8f148e8f972e76b47e802aada1c59ef1837f0a9259c6677756e7cd347640f
|
||||
SIZE (AcademySoftwareFoundation-openexr-3.1.2-v3.1.2_GH0.tar.gz) = 20315253
|
||||
TIMESTAMP = 1635764727
|
||||
SHA256 (AcademySoftwareFoundation-openexr-3.1.3-v3.1.3_GH0.tar.gz) = 6f70a624d1321319d8269a911c4032f24950cde52e76f46e9ecbebfcb762f28c
|
||||
SIZE (AcademySoftwareFoundation-openexr-3.1.3-v3.1.3_GH0.tar.gz) = 20322346
|
||||
|
Loading…
Reference in New Issue
Block a user