Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2024 19:05:23 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5a069e390cd8 - main - science/afni: Replace mpeg_encode with ffmpeg
Message-ID:  <202412271905.4BRJ5NsG064446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit 5a069e390cd8b0470f068eae7c6a914b42031240
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2024-12-27 17:25:09 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-12-27 19:05:05 +0000

    science/afni: Replace mpeg_encode with ffmpeg
    
    As a runtime dependency.
    
    Reported by:    diizzy@
---
 science/afni/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/afni/Makefile b/science/afni/Makefile
index 2a056997e47a..c8f7424fd2b8 100644
--- a/science/afni/Makefile
+++ b/science/afni/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=		afni
 DISTVERSIONPREFIX=	AFNI_
 DISTVERSION=		24.3.10
+PORTREVISION=		1
 CATEGORIES=		science biology graphics perl5 python
 
 MAINTAINER=	fernape@FreeBSD.org
@@ -32,7 +33,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 
 # Remote execution of suma.  Also needed for glxinfo.
 RUN_DEPENDS=	endian:sysutils/endian \
-		mpeg_encode:multimedia/mpeg_encode \
+		ffmpeg:multimedia/ffmpeg \
 		qhull:math/qhull \
 		R:math/R \
 		${CRAN_DEPENDS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412271905.4BRJ5NsG064446>