git: d377612f4a5b - main - devel/cargo-c: update to 0.9.27

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 12 Oct 2023 00:54:18 UTC
The branch main has been updated by jbeich:

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

commit d377612f4a5b2e6c32fd0a9acddbed836363afa3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-10-11 22:51:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-10-12 00:40:06 +0000

    devel/cargo-c: update to 0.9.27
    
    - Rebuild consumers of consumers after SONAME change
    
    Changes:        https://github.com/lu-zero/cargo-c/releases/tag/v0.9.27
    Reported by:    GitHub (watch releases)
---
 audio/lewton/Makefile                 | 2 +-
 audio/lewton/pkg-plist                | 2 +-
 devel/cargo-c/Makefile                | 2 +-
 devel/cargo-c/distinfo                | 6 +++---
 games/tuxpaint/Makefile               | 2 +-
 graphics/gd/Makefile                  | 2 +-
 graphics/libavif/Makefile             | 2 +-
 graphics/libheif/Makefile             | 2 +-
 graphics/libimagequant/Makefile       | 2 +-
 graphics/pngquant/Makefile            | 1 +
 graphics/py-pillow/Makefile           | 1 +
 graphics/vips/Makefile                | 1 +
 multimedia/emby-server-devel/Makefile | 2 +-
 multimedia/emby-server/Makefile       | 3 ++-
 multimedia/ffmpeg/Makefile            | 2 +-
 multimedia/ffmpeg4/Makefile           | 2 +-
 multimedia/librav1e/Makefile          | 2 +-
 multimedia/librav1e/pkg-plist         | 2 +-
 18 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile
index 2bfc8de15dd7..959487e2d69d 100644
--- a/audio/lewton/Makefile
+++ b/audio/lewton/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lewton
 DISTVERSION=	0.10.2
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	audio
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/audio/lewton/pkg-plist b/audio/lewton/pkg-plist
index f4041be223df..32a76405a93e 100644
--- a/audio/lewton/pkg-plist
+++ b/audio/lewton/pkg-plist
@@ -1,6 +1,6 @@
 include/lewton/lewton.h
 lib/liblewton.a
 lib/liblewton.so
-lib/liblewton.so.0
+lib/liblewton.so.0.10
 lib/liblewton.so.%%VERSION%%
 libdata/pkgconfig/lewton.pc
diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile
index 906b2b0c36aa..7ff83c7d3b44 100644
--- a/devel/cargo-c/Makefile
+++ b/devel/cargo-c/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cargo-c
-DISTVERSION=	0.9.26
+DISTVERSION=	0.9.27
 DISTVERSIONSUFFIX=	+cargo-0.74.0
 CATEGORIES=	devel
 MASTER_SITES=	CRATESIO
diff --git a/devel/cargo-c/distinfo b/devel/cargo-c/distinfo
index 600c692a41c9..40511dd24134 100644
--- a/devel/cargo-c/distinfo
+++ b/devel/cargo-c/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1696922600
-SHA256 (rust/crates/cargo-c-0.9.26+cargo-0.74.0.crate) = 95f6ec2a05f857f3343aefa9b5bc592ca9e7b5d8da66d50faa7f0d1d36ee7eeb
-SIZE (rust/crates/cargo-c-0.9.26+cargo-0.74.0.crate) = 45726
+TIMESTAMP = 1697064694
+SHA256 (rust/crates/cargo-c-0.9.27+cargo-0.74.0.crate) = f83d9e98867fecb774b2f45cd7ed9e253dc453b50a90774f3b8ffecefe095cf7
+SIZE (rust/crates/cargo-c-0.9.27+cargo-0.74.0.crate) = 45836
 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
 SIZE (rust/crates/adler-1.0.2.crate) = 12778
 SHA256 (rust/crates/ahash-0.8.3.crate) = 2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile
index 861d1fb26efb..e06f01f6506f 100644
--- a/games/tuxpaint/Makefile
+++ b/games/tuxpaint/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tuxpaint
 PORTVERSION=	0.9.28
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}-sdl2
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 0abc54d58d5d..ca7f11de1514 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libgd
 PORTVERSION=	2.3.3
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH=	1
 CATEGORIES+=	graphics
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile
index 2ce6e95927dc..3366d548ef79 100644
--- a/graphics/libavif/Makefile
+++ b/graphics/libavif/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libavif
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile
index 36f11340c26c..b510c808b295 100644
--- a/graphics/libheif/Makefile
+++ b/graphics/libheif/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libheif
 DISTVERSION=	1.16.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/
 
diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile
index 9850a1229fb3..e800f087620c 100644
--- a/graphics/libimagequant/Makefile
+++ b/graphics/libimagequant/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libimagequant
 PORTVERSION=	4.2.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -20,7 +21,6 @@ CARGO_INSTALL_ARGS:=	${CARGO_BUILD_ARGS}
 PLIST_FILES=	include/libimagequant.h \
 		lib/libimagequant.a \
 		lib/libimagequant.so \
-		lib/libimagequant.so.0 \
 		lib/libimagequant.so.0.0.0 \
 		libdata/pkgconfig/imagequant.pc
 
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile
index 00e00245233f..04ef22464aec 100644
--- a/graphics/pngquant/Makefile
+++ b/graphics/pngquant/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	pngquant
 PORTVERSION=	2.18.0
 DISTVERSIONSUFFIX=	-src
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://pngquant.org/
 
diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index 5e8b2611f470..cda1fd3c098c 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pillow
 PORTVERSION=	10.0.1
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index ad6e59519567..4493e1dc3b96 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vips
 PORTVERSION=	8.14.5
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 
diff --git a/multimedia/emby-server-devel/Makefile b/multimedia/emby-server-devel/Makefile
index f8876e7af7e3..64b8b5e9feed 100644
--- a/multimedia/emby-server-devel/Makefile
+++ b/multimedia/emby-server-devel/Makefile
@@ -1,5 +1,5 @@
 DISTVERSION=	4.8.0.51
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-devel
 
 DIST_SUBDIR=	${PORTNAME}${PKGNAMESUFFIX}
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 45cbc5756b14..5bc84ce18d7b 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	emby-server
 DISTVERSION?=	4.7.14.0
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \
 		https://mediabrowser.github.io/embytools/
@@ -136,6 +136,7 @@ do-install:
 	(${INSTALL_PROGRAM} ${WRKSRC}/ffprobe ${STAGEDIR}${PREFIX}/lib/emby-server/bin)
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server/lib
 	(cd ${WRKDIR}/lib && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib/emby-server/lib)
+	${RLN} ${LOCALBASE}/lib/libimagequant.so.0.0.0 ${STAGEDIR}${PREFIX}/lib/emby-server/lib/libimagequant.so.0
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server/system
 	(${INSTALL_DATA} ${WRKDIR}/SQLitePCLRaw.provider.sqlite3.dll.config ${STAGEDIR}${PREFIX}/lib/emby-server/system)
 	(cd ${WRKDIR}/system && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/emby-server/system "! -name EmbyServer")
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 019e0710aa27..31bf17e7ea23 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffmpeg
 PORTVERSION=	6.0
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile
index a76ee8be143c..152477f2adbf 100644
--- a/multimedia/ffmpeg4/Makefile
+++ b/multimedia/ffmpeg4/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ffmpeg
 PORTVERSION=	4.4.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
 PKGNAMESUFFIX=	4
diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile
index 32261fa36976..819eeeb2554e 100644
--- a/multimedia/librav1e/Makefile
+++ b/multimedia/librav1e/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	3
+PORTREVISION=	4
 PKGNAMEPREFIX=	lib
 
 MASTERDIR=	${.CURDIR}/../rav1e
diff --git a/multimedia/librav1e/pkg-plist b/multimedia/librav1e/pkg-plist
index 34784fcebb08..94d122c2c328 100644
--- a/multimedia/librav1e/pkg-plist
+++ b/multimedia/librav1e/pkg-plist
@@ -1,6 +1,6 @@
 include/rav1e/rav1e.h
 lib/librav1e.a
 lib/librav1e.so
-lib/librav1e.so.0
+lib/librav1e.so.0.6
 lib/librav1e.so.%%VERSION%%
 libdata/pkgconfig/rav1e.pc