Date: Sun, 29 Jun 2008 06:35:56 GMT From: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/125091: update graphics/ilmbase to version 1.0.1 Message-ID: <200806290635.m5T6ZuY9085609@www.freebsd.org> Resent-Message-ID: <200806290640.m5T6e1RT085551@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 125091 >Category: ports >Synopsis: update graphics/ilmbase to version 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 29 06:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 6.3-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 6.3-RELEASE FreeBSD 6.3-RELEASE #10: Sat Jan 19 01:13:55 COT 2008 root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP amd64 >Description: - Update to 1.0.1: this has more headers and passes all the tests. - rename "test" to the normalized "regression-test" to check this properly and still not interfere with the normal build. >How-To-Repeat: >Fix: diff -ruN ilmbase.orig/Makefile ilmbase/Makefile --- ilmbase.orig/Makefile 2008-06-29 01:13:12.000000000 -0500 +++ ilmbase/Makefile 2008-06-29 01:17:10.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= ilmbase -PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.0.1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= openexr @@ -24,7 +23,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 -test check: build +regression-test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include <bsd.port.pre.mk> diff -ruN ilmbase.orig/distinfo ilmbase/distinfo --- ilmbase.orig/distinfo 2008-06-29 01:13:12.000000000 -0500 +++ ilmbase/distinfo 2008-06-29 01:13:50.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (ilmbase-1.0.0.tar.gz) = 9e0fd3357ea36995382978a2b7d22401 -SHA256 (ilmbase-1.0.0.tar.gz) = dfde8800b449709310ec2dc98a5e81ab3cadcdaa5ae4921e753639b7e088efb6 -SIZE (ilmbase-1.0.0.tar.gz) = 470217 +MD5 (ilmbase-1.0.1.tar.gz) = f76f094e69a6079b0beb93d97e2a217e +SHA256 (ilmbase-1.0.1.tar.gz) = 4f14fc7b26a37a391ec5f979697148e6774bc36bc052de26e40ffabe401e397d +SIZE (ilmbase-1.0.1.tar.gz) = 463275 diff -ruN ilmbase.orig/pkg-plist ilmbase/pkg-plist --- ilmbase.orig/pkg-plist 2008-06-29 01:13:12.000000000 -0500 +++ ilmbase/pkg-plist 2008-06-29 01:27:43.000000000 -0500 @@ -55,6 +55,59 @@ include/OpenEXR/ImathSphere.h include/OpenEXR/ImathVec.h include/OpenEXR/ImathVecAlgo.h +include/OpenEXR/ImfArray.h +include/OpenEXR/ImfAttribute.h +include/OpenEXR/ImfBoxAttribute.h +include/OpenEXR/ImfCRgbaFile.h +include/OpenEXR/ImfChannelList.h +include/OpenEXR/ImfChannelListAttribute.h +include/OpenEXR/ImfChromaticities.h +include/OpenEXR/ImfChromaticitiesAttribute.h +include/OpenEXR/ImfCompression.h +include/OpenEXR/ImfCompressionAttribute.h +include/OpenEXR/ImfConvert.h +include/OpenEXR/ImfDoubleAttribute.h +include/OpenEXR/ImfEnvmap.h +include/OpenEXR/ImfEnvmapAttribute.h +include/OpenEXR/ImfFloatAttribute.h +include/OpenEXR/ImfFrameBuffer.h +include/OpenEXR/ImfHeader.h +include/OpenEXR/ImfHuf.h +include/OpenEXR/ImfIO.h +include/OpenEXR/ImfInputFile.h +include/OpenEXR/ImfInt64.h +include/OpenEXR/ImfIntAttribute.h +include/OpenEXR/ImfKeyCode.h +include/OpenEXR/ImfKeyCodeAttribute.h +include/OpenEXR/ImfLineOrder.h +include/OpenEXR/ImfLineOrderAttribute.h +include/OpenEXR/ImfLut.h +include/OpenEXR/ImfMatrixAttribute.h +include/OpenEXR/ImfName.h +include/OpenEXR/ImfOpaqueAttribute.h +include/OpenEXR/ImfOutputFile.h +include/OpenEXR/ImfPixelType.h +include/OpenEXR/ImfPreviewImage.h +include/OpenEXR/ImfPreviewImageAttribute.h +include/OpenEXR/ImfRgba.h +include/OpenEXR/ImfRgbaFile.h +include/OpenEXR/ImfRgbaYca.h +include/OpenEXR/ImfStandardAttributes.h +include/OpenEXR/ImfStringAttribute.h +include/OpenEXR/ImfTestFile.h +include/OpenEXR/ImfThreading.h +include/OpenEXR/ImfTileDescription.h +include/OpenEXR/ImfTileDescriptionAttribute.h +include/OpenEXR/ImfTiledInputFile.h +include/OpenEXR/ImfTiledOutputFile.h +include/OpenEXR/ImfTiledRgbaFile.h +include/OpenEXR/ImfTimeCode.h +include/OpenEXR/ImfTimeCodeAttribute.h +include/OpenEXR/ImfVecAttribute.h +include/OpenEXR/ImfVersion.h +include/OpenEXR/ImfWav.h +include/OpenEXR/ImfXdr.h +include/OpenEXR/OpenEXRConfig.h include/OpenEXR/half.h include/OpenEXR/halfFunction.h include/OpenEXR/halfLimits.h >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806290635.m5T6ZuY9085609>