mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 2.1.0
Approved by: pawel / wg (mentors, implicit)
This commit is contained in:
parent
835c67c7e6
commit
17b58bcf20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334332
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= OpenEXR
|
||||
PORTVERSION= 2.0.1
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= SAVANNAH/openexr/
|
||||
DISTNAME= openexr-${DISTVERSION}
|
||||
@ -44,7 +44,8 @@ LARGE_STACK_CONFIGURE_ENABLE= large-stack
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
PLIST_SUB= MAJORVER=2_0
|
||||
PLIST_SUB= MAJORVER=2_1
|
||||
PLIST_SUB+= VER=21
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|== x|= x|g' ${WRKSRC}/configure
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (openexr-2.0.1.tar.gz) = b9924d2f9d57376ff99234209231ad97a47f5cfebd18a5d0570db6d1a220685a
|
||||
SIZE (openexr-2.0.1.tar.gz) = 12609335
|
||||
SHA256 (openexr-2.1.0.tar.gz) = a2bc21dea9dc4d472a8faa77e52eb627ea321c7ee4abab3d6d1a634c379b630b
|
||||
SIZE (openexr-2.1.0.tar.gz) = 13680959
|
||||
|
@ -21,6 +21,7 @@ include/OpenEXR/ImfCompressionAttribute.h
|
||||
include/OpenEXR/ImfConvert.h
|
||||
include/OpenEXR/ImfDeepCompositing.h
|
||||
include/OpenEXR/ImfDeepFrameBuffer.h
|
||||
include/OpenEXR/ImfDeepImageState.h
|
||||
include/OpenEXR/ImfDeepScanLineInputFile.h
|
||||
include/OpenEXR/ImfDeepScanLineInputPart.h
|
||||
include/OpenEXR/ImfDeepScanLineOutputFile.h
|
||||
@ -91,7 +92,7 @@ include/OpenEXR/ImfWav.h
|
||||
include/OpenEXR/ImfXdr.h
|
||||
include/OpenEXR/OpenEXRConfig.h
|
||||
lib/libIlmImf-Imf_%%MAJORVER%%.so
|
||||
lib/libIlmImf-Imf_%%MAJORVER%%.so.20
|
||||
lib/libIlmImf-Imf_%%MAJORVER%%.so.%%VER%%
|
||||
lib/libIlmImf.a
|
||||
lib/libIlmImf.la
|
||||
lib/libIlmImf.so
|
||||
|
Loading…
Reference in New Issue
Block a user