Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2025 08:55:28 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 013e6eee3116 - main - games/openmw: wilden the acceped shlibs for ffmpeg
Message-ID:  <694baa80.41709.1e6a91ce@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

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

commit 013e6eee3116eb86b6cf0df724c11cf14570df8e
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-12-24 07:37:44 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-12-24 08:55:20 +0000

    games/openmw: wilden the acceped shlibs for ffmpeg
    
    Bump portrevision after ffmpeg upgrade
---
 games/openmw/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games/openmw/Makefile b/games/openmw/Makefile
index a4304b0f4e41..c71ccceb2605 100644
--- a/games/openmw/Makefile
+++ b/games/openmw/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	openmw
 DISTVERSIONPREFIX=	openmw-
 DISTVERSION=	0.50.0
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	fluffy@FreeBSD.org
@@ -10,7 +11,7 @@ WWW=		https://openmw.org/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libavcodec.so.60:multimedia/ffmpeg \
+LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libboost_thread.so:devel/boost-libs \
 		libMyGUIEngine.so:x11-toolkits/mygui \
 		libBulletCollision.so:devel/bullet@double \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694baa80.41709.1e6a91ce>