From owner-svn-ports-head@freebsd.org Sat Dec 28 21:05:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15C621C8988; Sat, 28 Dec 2019 21:05:49 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47lbnm6sTtz3Fwb; Sat, 28 Dec 2019 21:05:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6B167014; Sat, 28 Dec 2019 21:05:48 +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 xBSL5mG8035861; Sat, 28 Dec 2019 21:05:48 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBSL5mL3035860; Sat, 28 Dec 2019 21:05:48 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201912282105.xBSL5mL3035860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 28 Dec 2019 21:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521242 - in head/graphics: exact-image gimp-app X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/graphics: exact-image gimp-app X-SVN-Commit-Revision: 521242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2019 21:05:49 -0000 Author: mandree Date: Sat Dec 28 21:05:48 2019 New Revision: 521242 URL: https://svnweb.freebsd.org/changeset/ports/521242 Log: Correct libImath/libIex .so name for future graphics/ilmbase update. Modified: head/graphics/exact-image/Makefile head/graphics/gimp-app/Makefile Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Sat Dec 28 20:41:18 2019 (r521241) +++ head/graphics/exact-image/Makefile Sat Dec 28 21:05:48 2019 (r521242) @@ -24,7 +24,7 @@ LIB_DEPENDS= libagg.so:graphics/agg \ libpng.so:graphics/png \ libgif.so:graphics/giflib \ libjasper.so:graphics/jasper \ - libImath-2_3.so:graphics/ilmbase \ + libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 \ Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Sat Dec 28 20:41:18 2019 (r521241) +++ head/graphics/gimp-app/Makefile Sat Dec 28 21:05:48 2019 (r521242) @@ -115,7 +115,7 @@ LIBMNG_CONFIGURE_WITH= libmng OPENEXR_CONFIGURE_WITH= openexr OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \ - libIex-2_3.so:graphics/ilmbase + libIex.so:graphics/ilmbase OPENJPEG_DESC= Enhanced JPEG (jpeg2000) graphics support OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg