mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
graphics/openshadinglanguage: fix a typo in DualStorage<T, 3>
This is to unbreak the consumers of ``OSL/dual.h'' header file. Should be removed after update to version 1.13.12.0 which has this commit. Via: https://bugs.gentoo.org/937238
This commit is contained in:
parent
a81794d222
commit
9e017f35ac
2 changed files with 7 additions and 2 deletions
|
@ -5,9 +5,12 @@ DISTVERSION= 1.13.10.0
|
||||||
# py-openimageio's PORTREVISION.
|
# py-openimageio's PORTREVISION.
|
||||||
# Also, just to be on the safe side, when resetting,
|
# Also, just to be on the safe side, when resetting,
|
||||||
# best keep PORTREVISION?= 0.
|
# best keep PORTREVISION?= 0.
|
||||||
PORTREVISION?= 3
|
PORTREVISION?= 4
|
||||||
CATEGORIES?= graphics devel
|
CATEGORIES?= graphics devel
|
||||||
|
|
||||||
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||||
|
PATCHFILES= d8c6f9a004c6fe3ae024ee17903c7ca9f9e8f9e7.patch:-p1
|
||||||
|
|
||||||
MAINTAINER= FreeBSD@Shaneware.biz
|
MAINTAINER= FreeBSD@Shaneware.biz
|
||||||
COMMENT?= Advanced shading language for production GI renderers
|
COMMENT?= Advanced shading language for production GI renderers
|
||||||
WWW= https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
|
WWW= https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
TIMESTAMP = 1717481007
|
TIMESTAMP = 1717345517
|
||||||
SHA256 (AcademySoftwareFoundation-OpenShadingLanguage-v1.13.10.0_GH0.tar.gz) = 302f573d21c700d859fb36497d377656cb51213309d95bebda941bb0993a7f42
|
SHA256 (AcademySoftwareFoundation-OpenShadingLanguage-v1.13.10.0_GH0.tar.gz) = 302f573d21c700d859fb36497d377656cb51213309d95bebda941bb0993a7f42
|
||||||
SIZE (AcademySoftwareFoundation-OpenShadingLanguage-v1.13.10.0_GH0.tar.gz) = 21776721
|
SIZE (AcademySoftwareFoundation-OpenShadingLanguage-v1.13.10.0_GH0.tar.gz) = 21776721
|
||||||
|
SHA256 (d8c6f9a004c6fe3ae024ee17903c7ca9f9e8f9e7.patch) = 8c1759c856898d4d4d72391591b341125c61e76074316b82e48379107b5dbd9c
|
||||||
|
SIZE (d8c6f9a004c6fe3ae024ee17903c7ca9f9e8f9e7.patch) = 768
|
||||||
|
|
Loading…
Add table
Reference in a new issue