git: e033cbdc91cf - main - graphics/libjxl: force rebuild consumers after 4c1f4b3f46bc

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 22 Feb 2024 19:34:01 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e033cbdc91cf03a1eaadd1ab407d110135fda03b

commit e033cbdc91cf03a1eaadd1ab407d110135fda03b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-22 19:32:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-22 19:33:46 +0000

    graphics/libjxl: force rebuild consumers after 4c1f4b3f46bc
    
    $ ffmpeg
    ld-elf.so.1: Shared object "libjxl.so.0.9" not found, required by "libavcodec.so.60"
    
    Reported by:    vvd
---
 comms/xastir/Makefile               | 2 +-
 devel/efl/Makefile                  | 2 +-
 graphics/GraphicsMagick/Makefile    | 2 +-
 graphics/ImageMagick7/Makefile      | 2 +-
 graphics/darktable/Makefile         | 1 +
 graphics/gdal/Makefile              | 2 +-
 graphics/geeqie/Makefile            | 2 +-
 graphics/gimp-app/Makefile          | 2 +-
 graphics/gimp-jxl-plugin/Makefile   | 1 +
 graphics/gthumb/Makefile            | 2 +-
 graphics/imlib2-jxl/Makefile        | 1 +
 graphics/imlib2/Makefile            | 1 +
 graphics/kf5-kimageformats/Makefile | 2 +-
 graphics/krita/Makefile             | 2 +-
 graphics/sdl2_image/Makefile        | 2 +-
 graphics/vips/Makefile              | 2 +-
 multimedia/aom/Makefile             | 1 +
 multimedia/emby-server/Makefile     | 2 +-
 multimedia/ffmpeg/Makefile          | 2 +-
 x11/swayimg/Makefile                | 1 +
 20 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index 14cd7c77a257..93ec2daa3e1d 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xastir
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	2.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	comms hamradio
 
 MAINTAINER=	carl@stagecraft.cx
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 48c5d0c303d2..979811457b1d 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	efl
 DISTVERSION=	1.27.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
 DIST_SUBDIR=	enlightenment
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 3e7372514f40..39b35aeab7a1 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.40
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index 932b142565cf..9eb0b3bc07c8 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ImageMagick
 DISTVERSION=	7.1.1-26
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics perl5
 MASTER_SITES=	https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ \
 		https://mirror.dogado.de/imagemagick/releases/ \
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 4891be96ce29..26fab18b0ce3 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	darktable
 PORTVERSION=	4.6.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 73a0580a6198..c66e39e01c71 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdal
 PORTVERSION=	3.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 409e1f5ca2fc..2662babb0707 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	geeqie
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 011c2896ece4..0147d6fa8916 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -1,6 +1,6 @@
 PORTNAME?=	gimp
 PORTVERSION=	2.10.36
-PORTREVISION?=	0
+PORTREVISION?=	1
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}
diff --git a/graphics/gimp-jxl-plugin/Makefile b/graphics/gimp-jxl-plugin/Makefile
index aaed27d4998c..c72009d16aa2 100644
--- a/graphics/gimp-jxl-plugin/Makefile
+++ b/graphics/gimp-jxl-plugin/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gimp-jxl-plugin
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 77eb61e7b34b..d8b4255e7f19 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gthumb
 PORTVERSION=	3.12.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
diff --git a/graphics/imlib2-jxl/Makefile b/graphics/imlib2-jxl/Makefile
index 09253568e5db..6c470d34d308 100644
--- a/graphics/imlib2-jxl/Makefile
+++ b/graphics/imlib2-jxl/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	imlib2-jxl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index f95bc1152188..4099f66ebc62 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	imlib2
 DISTVERSION=	1.12.2
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	SF/enlightenment/imlib2-src/${DISTVERSION}
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile
index 8e062f603460..482c2b3a8726 100644
--- a/graphics/kf5-kimageformats/Makefile
+++ b/graphics/kf5-kimageformats/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kimageformats
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 8a548606d1c4..1744aee0a9d7 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	krita
 DISTVERSION=	5.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile
index ee53f1f45c67..736a9b36bd37 100644
--- a/graphics/sdl2_image/Makefile
+++ b/graphics/sdl2_image/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	sdl2_image
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	2.6.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 457101bf2d8f..e0191b95b017 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vips
 PORTVERSION=	8.15.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 
diff --git a/multimedia/aom/Makefile b/multimedia/aom/Makefile
index fa0e50aed793..c4e075a56175 100644
--- a/multimedia/aom/Makefile
+++ b/multimedia/aom/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	aom
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.8.1
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 7cc5cb4e42e6..3f44fc8b7e8b 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emby-server
 DISTVERSION?=	4.7.14.0
-PORTREVISION?=	10
+PORTREVISION?=	11
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \
 		https://mediabrowser.github.io/embytools/
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 140b8146b81d..6a903c9b83d4 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffmpeg
 PORTVERSION=	6.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile
index 288d9fb34739..1164ee014eb9 100644
--- a/x11/swayimg/Makefile
+++ b/x11/swayimg/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	swayimg
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	jbeich@FreeBSD.org