Date: Mon, 13 Jan 2025 13:24:56 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b62e47f1f62 - main - */*: Further chase sysutils/libcdio shlib version bump Message-ID: <202501131324.50DDOuxL062313@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b62e47f1f620e334d742dfb52ea1565db409205 commit 5b62e47f1f620e334d742dfb52ea1565db409205 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-01-13 13:17:29 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-01-13 13:17:29 +0000 */*: Further chase sysutils/libcdio shlib version bump This is for ports that soley depend on libiso9660.so rather than just libcdio.so from sysutuls/libcdio. Reported by: vvd --- audio/musicpd/Makefile | 1 + multimedia/libxine/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index c2e5d4ced900..aa6e5667a326 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= musicpd PORTVERSION= 0.23.16 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index d28d4417ecc8..e869bb61ceee 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -1,6 +1,6 @@ PORTNAME= xine DISTVERSION= 1.2.13 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${DISTVERSION} PKGNAMEPREFIX= lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501131324.50DDOuxL062313>