From owner-svn-ports-all@freebsd.org Fri Dec 1 01:58:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68C46DF0444; Fri, 1 Dec 2017 01:58:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30A557F388; Fri, 1 Dec 2017 01:58:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB11wSim058755; Fri, 1 Dec 2017 01:58:28 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB11wNct058703; Fri, 1 Dec 2017 01:58:23 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201712010158.vB11wNct058703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 1 Dec 2017 01:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455244 - in head: devel/synfig editors/calligra graphics/OpenEXR graphics/OpenEXR/files graphics/ampasCTL graphics/appleseed graphics/aqsis graphics/blender graphics/cinepaint graphics... X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head: devel/synfig editors/calligra graphics/OpenEXR graphics/OpenEXR/files graphics/ampasCTL graphics/appleseed graphics/aqsis graphics/blender graphics/cinepaint graphics/darktable graphics/enble... X-SVN-Commit-Revision: 455244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 01:58:29 -0000 Author: mandree Date: Fri Dec 1 01:58:23 2017 New Revision: 455244 URL: https://svnweb.freebsd.org/changeset/ports/455244 Log: Security update OpenEXR and ilmbase to 2.2.1. While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil, the locally built libIlmImf gets precedence over the one in /usr/local, to permit upgrades in a running system with the older version installed. This changes the library's SONAME, so bump PORTREVISION of all dependees. Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4. Security: CVE-2017-9110 Security: CVE-2017-9111 Security: CVE-2017-9112 Security: CVE-2017-9113 Security: CVE-2017-9114 Security: CVE-2017-9115 Security: CVE-2017-9116 Security: 803879e9-4195-11e7-9b08-080027ef73ec Modified: head/devel/synfig/Makefile head/editors/calligra/Makefile head/graphics/OpenEXR/Makefile head/graphics/OpenEXR/distinfo head/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in head/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp head/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp head/graphics/OpenEXR/pkg-plist head/graphics/ampasCTL/Makefile head/graphics/appleseed/Makefile head/graphics/aqsis/Makefile head/graphics/blender/Makefile head/graphics/cinepaint/Makefile head/graphics/darktable/Makefile head/graphics/enblend/Makefile head/graphics/exact-image/Makefile head/graphics/exrtools/Makefile head/graphics/fyre/Makefile head/graphics/gegl/Makefile head/graphics/gegl3/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/gstreamer1-plugins-openexr/Makefile head/graphics/hdr_tools/Makefile head/graphics/hugin/Makefile head/graphics/ilmbase/Makefile head/graphics/ilmbase/distinfo head/graphics/ilmbase/files/patch-CMakeLists.txt head/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt head/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp head/graphics/ilmbase/files/patch-ImathTest__testShear.cpp head/graphics/ilmbase/files/patch-Imath__ImathFun.cpp head/graphics/ilmbase/pkg-plist head/graphics/kf5-kimageformats/Makefile head/graphics/krita/Makefile head/graphics/luminance-qt5/Makefile head/graphics/luminance/Makefile head/graphics/mitsuba/Makefile head/graphics/nvidia-texture-tools/Makefile head/graphics/openimageio/Makefile head/graphics/openshadinglanguage/Makefile head/graphics/pixie/Makefile head/graphics/py-openexr/Makefile head/graphics/py-openimageio/Makefile head/graphics/simpleviewer/Makefile head/graphics/vigra/Makefile head/graphics/vips/Makefile head/science/gwyddion/Makefile head/x11/kde4-runtime/Makefile head/x11/kdelibs4/Makefile Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/devel/synfig/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.0.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/editors/calligra/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -6,7 +6,7 @@ # PORTNAME= calligra PORTVERSION= 3.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/OpenEXR/Makefile ============================================================================== --- head/graphics/OpenEXR/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/OpenEXR/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= OpenEXR -PORTVERSION= 2.2.0 -PORTREVISION= 8 +PORTVERSION= 2.2.1 +PORTREVISION= 0 CATEGORIES= graphics devel MASTER_SITES= SAVANNAH/openexr/:dist \ LOCAL/mandree/:test @@ -14,13 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:dist \ MAINTAINER= mandree@FreeBSD.org COMMENT= High dynamic-range (HDR) image file format -DEPRECATED= Vulnerable with no upstream support -EXPIRATION_DATE=2017-12-31 - LICENSE= BSD3CLAUSE # exact version required to avoid hard-to-debug issues -LIB_DEPENDS= libImath-2_2.so.12:graphics/ilmbase +LIB_DEPENDS= libImath-2_2.so.23:graphics/ilmbase WRKSRC= ${WRKDIR}/${DISTNAME} @@ -58,7 +55,7 @@ USE_GCC= yes .endif MAJORVER= 2_2 -VER= 22 +VER= 23 PLIST_SUB= MAJORVER=${MAJORVER} PLIST_SUB+= VER=${VER} Modified: head/graphics/OpenEXR/distinfo ============================================================================== --- head/graphics/OpenEXR/distinfo Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/OpenEXR/distinfo Fri Dec 1 01:58:23 2017 (r455244) @@ -1,4 +1,5 @@ -SHA256 (openexr-2.2.0.tar.gz) = 36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231 -SIZE (openexr-2.2.0.tar.gz) = 14489661 +TIMESTAMP = 1512081871 +SHA256 (openexr-2.2.1.tar.gz) = 8f9a5af6131583404261931d9a5c83de0a425cb4b8b25ddab2b169fbf113aecd +SIZE (openexr-2.2.1.tar.gz) = 18176639 SHA256 (openexr-2.2.0-comp_dwa-test-images.tar.xz) = bbb8ff547e9b68f0dfb1e8804a7ad984978c2b15897988399cc68176e99dd63a SIZE (openexr-2.2.0-comp_dwa-test-images.tar.xz) = 653768 Modified: head/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in ============================================================================== --- head/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in Fri Dec 1 01:58:23 2017 (r455244) @@ -1,6 +1,12 @@ ---- IlmImfUtil/Makefile.in.orig 2014-08-10 04:48:23 UTC +--- IlmImfUtil/Makefile.in.orig 2017-12-01 01:20:37 UTC +++ IlmImfUtil/Makefile.in -@@ -265,10 +265,11 @@ libIlmImfUtil_la_LDFLAGS = @ILMBASE_LDFL +@@ -375,15 +375,16 @@ libIlmImfUtil_la_SOURCES = \ + ImfImageDataWindow.h ImfImageDataWindow.cpp \ + ImfImageChannelRenaming.h + +-libIlmImfUtil_la_LDFLAGS = @ILMBASE_LDFLAGS@ -version-info \ ++libIlmImfUtil_la_LDFLAGS = -L$(top_builddir)/IlmImf @ILMBASE_LDFLAGS@ -version-info \ + @LIBTOOL_VERSION@ -no-undefined $(am__append_1) libIlmImfUtil_la_LIBADD = -L$(top_builddir)/IlmImf @ILMBASE_LIBS@ -lIlmImf libIlmImfUtilincludedir = $(includedir)/OpenEXR EXTRA_DIST = CMakeLists.txt Modified: head/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp ============================================================================== --- head/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp Fri Dec 1 01:58:23 2017 (r455244) @@ -1,4 +1,4 @@ ---- IlmImf/ImfFastHuf.cpp.orig 2014-08-10 04:23:56 UTC +--- IlmImf/ImfFastHuf.cpp.orig 2017-11-17 23:00:24 UTC +++ IlmImf/ImfFastHuf.cpp @@ -107,7 +107,7 @@ FastHufDecoder::FastHufDecoder for (int i = 0; i <= MAX_CODE_LEN; ++i) Modified: head/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp ============================================================================== --- head/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp Fri Dec 1 01:58:23 2017 (r455244) @@ -1,4 +1,4 @@ ---- IlmImf/ImfSystemSpecific.cpp.orig 2014-08-10 04:23:57 UTC +--- IlmImf/ImfSystemSpecific.cpp.orig 2017-11-17 23:00:24 UTC +++ IlmImf/ImfSystemSpecific.cpp @@ -44,11 +44,23 @@ namespace { // Helper functions for gcc + SSE enabled Modified: head/graphics/OpenEXR/pkg-plist ============================================================================== --- head/graphics/OpenEXR/pkg-plist Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/OpenEXR/pkg-plist Fri Dec 1 01:58:23 2017 (r455244) @@ -96,8 +96,8 @@ lib/libIlmImf-%%MAJORVER%%.so.%%VER%% lib/libIlmImf-%%MAJORVER%%.so.%%VER%%.0.0 lib/libIlmImf.a lib/libIlmImf.so -lib/libIlmImfUtil-%%MAJORVER%%.so.22 -lib/libIlmImfUtil-%%MAJORVER%%.so.22.0.0 +lib/libIlmImfUtil-%%MAJORVER%%.so.%%VER%% +lib/libIlmImfUtil-%%MAJORVER%%.so.%%VER%%.0.0 lib/libIlmImfUtil.a lib/libIlmImfUtil.so libdata/pkgconfig/OpenEXR.pc Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ampasCTL/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,6 +3,7 @@ PORTNAME= ampasCTL PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= ports@FreeBSD.org Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/appleseed/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,6 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.6.0-beta +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org Modified: head/graphics/aqsis/Makefile ============================================================================== --- head/graphics/aqsis/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/aqsis/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/blender/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.79 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ Modified: head/graphics/cinepaint/Makefile ============================================================================== --- head/graphics/cinepaint/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/cinepaint/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= cinepaint DISTVERSION= 1.0-4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION} Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/darktable/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.2.5 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/enblend/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/exact-image/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= exact-image PORTVERSION= 0.9.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics perl5 python MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf Modified: head/graphics/exrtools/Makefile ============================================================================== --- head/graphics/exrtools/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/exrtools/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= exrtools PORTVERSION= 0.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= http://scanline.ca/exrtools/ \ LOCAL/ehaupt Modified: head/graphics/fyre/Makefile ============================================================================== --- head/graphics/fyre/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/fyre/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= fyre PORTVERSION= 1.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://releases.navi.cx/fyre/ Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/gegl/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= graphics MASTER_SITES= GIMP Modified: head/graphics/gegl3/Makefile ============================================================================== --- head/graphics/gegl3/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/gegl3/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.3.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/gimp-gmic-plugin/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- Modified: head/graphics/gstreamer1-plugins-openexr/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-openexr/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/gstreamer1-plugins-openexr/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= GStreamer OpenExr codec plugin Modified: head/graphics/hdr_tools/Makefile ============================================================================== --- head/graphics/hdr_tools/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/hdr_tools/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= hdr_tools PORTVERSION= 0.0.2010.11.23 # unspecified by the author, so use the date -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \ http://freebsd.nsu.ru/distfiles/ Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/hugin/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2017.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} Modified: head/graphics/ilmbase/Makefile ============================================================================== --- head/graphics/ilmbase/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilmbase -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= graphics devel MASTER_SITES= SAVANNAH/openexr/ DISTNAME= ilmbase-${PORTVERSION} @@ -23,7 +23,7 @@ OPTIONS_SUB= yes THREAD_CONFIGURE_ENABLE= threading MAJORVER= 2_2 -VER= 12 +VER= 23 PLIST_SUB= MAJORVER=${MAJORVER} PLIST_SUB+= VER=${VER} @@ -31,14 +31,14 @@ PLIST_SUB+= VER=${VER} HALF_BIN= eLut toFloat regression-test regression test check: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libHalf.so.${VER} ${RM} ${STAGEDIR}${PREFIX}/lib/*.la .for l in libIex libIexMath libImath libIlmThread ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${l}-${MAJORVER}.so.${VER} - ${LN} -s ${l}-${MAJORVER}.so.${VER} ${STAGEDIR}${PREFIX}/lib/${l}.so + ${LN} -s ${l}-${MAJORVER}.so.${VER} ${STAGEDIR}${PREFIX}/lib/${l}.so || : .endfor .for e in ${HALF_BIN} Modified: head/graphics/ilmbase/distinfo ============================================================================== --- head/graphics/ilmbase/distinfo Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/distinfo Fri Dec 1 01:58:23 2017 (r455244) @@ -1,2 +1,3 @@ -SHA256 (ilmbase-2.2.0.tar.gz) = ecf815b60695555c1fbc73679e84c7c9902f4e8faa6e8000d2f905b8b86cedc7 -SIZE (ilmbase-2.2.0.tar.gz) = 525289 +TIMESTAMP = 1512081439 +SHA256 (ilmbase-2.2.1.tar.gz) = cac206e63be68136ef556c2b555df659f45098c159ce24804e9d5e9e0286609e +SIZE (ilmbase-2.2.1.tar.gz) = 573073 Modified: head/graphics/ilmbase/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/ilmbase/files/patch-CMakeLists.txt Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/files/patch-CMakeLists.txt Fri Dec 1 01:58:23 2017 (r455244) @@ -1,42 +1,6 @@ ---- ./CMakeLists.txt.orig 2014-08-10 06:23:56.000000000 +0200 -+++ ./CMakeLists.txt 2014-08-15 02:01:33.000000000 +0200 -@@ -160,30 +160,30 @@ - - SET_TARGET_PROPERTIES ( Half - PROPERTIES -- VERSION 12.0.0 -+ VERSION 12 - SOVERSION 12 - ) - SET_TARGET_PROPERTIES ( Iex - PROPERTIES -- VERSION 12.0.0 -+ VERSION 12 - SOVERSION 12 - OUTPUT_NAME "Iex${ILMBASE_LIBSUFFIX}" - ) - SET_TARGET_PROPERTIES ( Imath - PROPERTIES -- VERSION 12.0.0 -+ VERSION 12 - SOVERSION 12 - OUTPUT_NAME "Imath${ILMBASE_LIBSUFFIX}" - ) - SET_TARGET_PROPERTIES ( IlmThread - PROPERTIES -- VERSION 12.0.0 -+ VERSION 12 - SOVERSION 12 - OUTPUT_NAME "IlmThread${ILMBASE_LIBSUFFIX}" - ) - SET_TARGET_PROPERTIES ( IexMath - PROPERTIES -- VERSION 12.0.0 -+ VERSION 12 - SOVERSION 12 - OUTPUT_NAME "IexMath${ILMBASE_LIBSUFFIX}" - ) -@@ -227,5 +227,5 @@ +--- CMakeLists.txt.orig 2017-11-17 23:00:23 UTC ++++ CMakeLists.txt +@@ -227,5 +227,5 @@ Cflags: -pthread -I\${OpenEXR_includedir INSTALL ( FILES ${CMAKE_BINARY_DIR}/IlmBase.pc DESTINATION Modified: head/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt ============================================================================== --- head/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt Fri Dec 1 01:58:23 2017 (r455244) @@ -1,6 +1,6 @@ ---- IlmThread/CMakeLists.txt.orig 2013-11-12 01:10:49.000000000 +0400 -+++ IlmThread/CMakeLists.txt 2014-03-27 00:38:30.616700075 +0400 -@@ -18,6 +18,7 @@ +--- IlmThread/CMakeLists.txt.orig 2017-11-17 23:00:23 UTC ++++ IlmThread/CMakeLists.txt +@@ -18,6 +18,7 @@ IF (WIN32) ) ENDIF() @@ -8,7 +8,7 @@ IF(BUILD_SHARED_LIBS) ADD_DEFINITIONS(-DILMTHREAD_EXPORTS) -@@ -26,7 +27,7 @@ +@@ -26,7 +27,7 @@ ENDIF() ADD_LIBRARY ( IlmThread ${LIB_TYPE} ${ILMTHREAD_LIBRARY_SOURCES} ) Modified: head/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp ============================================================================== --- head/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp Fri Dec 1 01:58:23 2017 (r455244) @@ -1,6 +1,6 @@ ---- ./ImathTest/testBoxAlgo.cpp.orig 2013-06-18 21:51:38.000000000 +0200 -+++ ./ImathTest/testBoxAlgo.cpp 2014-01-29 13:16:44.000000000 +0100 -@@ -356,7 +356,7 @@ +--- ImathTest/testBoxAlgo.cpp.orig 2017-11-17 23:00:23 UTC ++++ ImathTest/testBoxAlgo.cpp +@@ -356,7 +356,7 @@ entryAndExitPoints1 () Box3f () }; Modified: head/graphics/ilmbase/files/patch-ImathTest__testShear.cpp ============================================================================== --- head/graphics/ilmbase/files/patch-ImathTest__testShear.cpp Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/files/patch-ImathTest__testShear.cpp Fri Dec 1 01:58:23 2017 (r455244) @@ -1,6 +1,6 @@ ---- ./ImathTest/testShear.cpp.orig 2013-06-18 21:51:38.000000000 +0200 -+++ ./ImathTest/testShear.cpp 2014-01-29 13:16:44.000000000 +0100 -@@ -54,7 +54,6 @@ +--- ImathTest/testShear.cpp.orig 2017-11-17 23:00:23 UTC ++++ ImathTest/testShear.cpp +@@ -54,7 +54,6 @@ testShear () const float epsilon = IMATH_INTERNAL_NAMESPACE::limits< float >::epsilon(); Modified: head/graphics/ilmbase/files/patch-Imath__ImathFun.cpp ============================================================================== --- head/graphics/ilmbase/files/patch-Imath__ImathFun.cpp Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/files/patch-Imath__ImathFun.cpp Fri Dec 1 01:58:23 2017 (r455244) @@ -1,5 +1,5 @@ ---- ./Imath/ImathFun.cpp.orig 2013-10-11 20:40:29.000000000 +0200 -+++ ./Imath/ImathFun.cpp 2014-01-29 13:16:44.000000000 +0100 +--- Imath/ImathFun.cpp.orig 2017-11-17 23:00:23 UTC ++++ Imath/ImathFun.cpp @@ -33,6 +33,7 @@ /////////////////////////////////////////////////////////////////////////// @@ -8,7 +8,7 @@ #include "ImathFun.h" IMATH_INTERNAL_NAMESPACE_SOURCE_ENTER -@@ -41,14 +42,14 @@ +@@ -41,14 +42,14 @@ IMATH_INTERNAL_NAMESPACE_SOURCE_ENTER float succf (float f) { @@ -25,7 +25,7 @@ { // Plus or minus zero. -@@ -76,14 +77,14 @@ +@@ -76,14 +77,14 @@ succf (float f) float predf (float f) { Modified: head/graphics/ilmbase/pkg-plist ============================================================================== --- head/graphics/ilmbase/pkg-plist Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/ilmbase/pkg-plist Fri Dec 1 01:58:23 2017 (r455244) @@ -59,16 +59,21 @@ include/OpenEXR/halfFunction.h include/OpenEXR/halfLimits.h lib/libHalf.so lib/libHalf.so.%%VER%% +lib/libHalf.so.%%VER%%.0.0 lib/libIex-%%MAJORVER%%.so lib/libIex-%%MAJORVER%%.so.%%VER%% +lib/libIex-%%MAJORVER%%.so.%%VER%%.0.0 lib/libIex.so lib/libIexMath-%%MAJORVER%%.so lib/libIexMath-%%MAJORVER%%.so.%%VER%% +lib/libIexMath-%%MAJORVER%%.so.%%VER%%.0.0 lib/libIexMath.so lib/libIlmThread-%%MAJORVER%%.so lib/libIlmThread-%%MAJORVER%%.so.%%VER%% +lib/libIlmThread-%%MAJORVER%%.so.%%VER%%.0.0 lib/libIlmThread.so lib/libImath-%%MAJORVER%%.so lib/libImath-%%MAJORVER%%.so.%%VER%% +lib/libImath-%%MAJORVER%%.so.%%VER%%.0.0 lib/libImath.so libdata/pkgconfig/IlmBase.pc Modified: head/graphics/kf5-kimageformats/Makefile ============================================================================== --- head/graphics/kf5-kimageformats/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/kf5-kimageformats/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -2,7 +2,7 @@ PORTNAME= kimageformats DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/graphics/krita/Makefile ============================================================================== --- head/graphics/krita/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/krita/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -2,7 +2,7 @@ PORTNAME= krita PORTVERSION= 3.1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2 DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/luminance-qt5/Makefile ============================================================================== --- head/graphics/luminance-qt5/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/luminance-qt5/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 Modified: head/graphics/luminance/Makefile ============================================================================== --- head/graphics/luminance/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/luminance/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} Modified: head/graphics/mitsuba/Makefile ============================================================================== --- head/graphics/mitsuba/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/mitsuba/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= mitsuba PORTVERSION= 0.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= https://www.mitsuba-renderer.org/repos/mitsuba/archive/${HG_REVISION}${EXTRACT_SUFX}?dummy= DISTNAME= ${PORTNAME}-${HG_REVISION} Modified: head/graphics/nvidia-texture-tools/Makefile ============================================================================== --- head/graphics/nvidia-texture-tools/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/nvidia-texture-tools/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= nvidia-texture-tools PORTVERSION= 2.0.8.1 # needed to not bump PORTEPOCH; remove on next update -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/openimageio/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.7.17 DISTVERSIONPREFIX= Release- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/openshadinglanguage/Makefile ============================================================================== --- head/graphics/openshadinglanguage/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/openshadinglanguage/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.8.10 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= Release- CATEGORIES= graphics devel Modified: head/graphics/pixie/Makefile ============================================================================== --- head/graphics/pixie/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/pixie/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= pixie PORTVERSION= 2.2.6 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION} DISTNAME= Pixie-src-${PORTVERSION} Modified: head/graphics/py-openexr/Makefile ============================================================================== --- head/graphics/py-openexr/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/py-openexr/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= openexr PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics python MASTER_SITES= http://excamera.com/files/ \ CHEESESHOP Modified: head/graphics/py-openimageio/Makefile ============================================================================== --- head/graphics/py-openimageio/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/py-openimageio/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -1,6 +1,7 @@ # Created by: Shane Ambler # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/simpleviewer/Makefile ============================================================================== --- head/graphics/simpleviewer/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/simpleviewer/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= simpleviewer PORTVERSION= 2.92 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/andreyu/simple-viewer-gl/get/ DISTNAME= v${PORTVERSION} # version tag, thus no embedded ${PORTNAME} Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/vigra/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/graphics/vips/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.4.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/science/gwyddion/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= gwyddion PORTVERSION= 2.45 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science graphics MASTER_SITES= SF Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/x11/kde4-runtime/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Fri Dec 1 01:56:02 2017 (r455243) +++ head/x11/kdelibs4/Makefile Fri Dec 1 01:58:23 2017 (r455244) @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org