Date: Thu, 27 Apr 2023 12:04:22 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6ab8e3929ae3 - main - multimedia/xine: Update path to (lib)xine plugins Message-ID: <202304271204.33RC4MJw046594@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ab8e3929ae30a30828d197781ffae6215a82599 commit 6ab8e3929ae30a30828d197781ffae6215a82599 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-04-27 10:57:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-04-27 12:01:45 +0000 multimedia/xine: Update path to (lib)xine plugins Update paths due to version bump of (lib)xine PR: 270291 Tested by: fernape --- multimedia/xine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 03539cf05b54..9d643feebed3 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -1,6 +1,6 @@ PORTNAME= xine PORTVERSION= 0.99.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -48,7 +48,7 @@ NLS_CONFIGURE_ENABLE= nls XFT_USE= XORG=xft XFT_CONFIGURE_ENABLE= xft -XINE_PLUGINSDIR= lib/xine/plugins/2.10 +XINE_PLUGINSDIR= lib/xine/plugins/2.11 post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271204.33RC4MJw046594>