git: 8d67ee6b1b33 - main - graphics/gimp-app: chase math/Imath update
Matthias Andree
mandree at FreeBSD.org
Sat Jul 17 09:18:22 UTC 2021
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d67ee6b1b33edfb5dfb105bc33e58e88b773b2d
commit 8d67ee6b1b33edfb5dfb105bc33e58e88b773b2d
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-17 09:05:51 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-07-17 09:17:58 +0000
graphics/gimp-app: chase math/Imath update
...and remove the Imath version from its LIB_DEPENDS,
since Imath is only included indirectly through openexr,
so gimp-app need not care about details.
---
graphics/gimp-app/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 7d86ec558985..2328f55bb0e0 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= gimp-app
PORTVERSION= 2.10.24
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
@@ -118,7 +118,7 @@ LIBMNG_LIB_DEPENDS= libmng.so:graphics/libmng
LIBMNG_CONFIGURE_WITH= libmng
OPENEXR_CONFIGURE_WITH= openexr
-OPENEXR_LIB_DEPENDS= libImath-3_0.so:math/Imath \
+OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \
libOpenEXR.so:graphics/openexr
OPENJPEG_DESC= Enhanced JPEG (jpeg2000) graphics support
More information about the dev-commits-ports-all
mailing list