Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 21:52:49 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9fde18b995ee - main - multimedia/winff: revert 947a56b365f3 and take again the maintainership
Message-ID:  <202401212152.40LLqn3k026927@gitrepo.freebsd.org>

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

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

commit 9fde18b995ee4b900bb4e2faa08a6ef08e168d11
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-01-21 21:25:49 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-01-21 21:52:45 +0000

    multimedia/winff: revert 947a56b365f3 and take again the maintainership
    
    - if GTK2 ports should be deprecated and then removed, it should not be
      done on everey concerned port, but at the framework level (i.e.
      Mk/Uses/lazarus.mk for FPC ports);
    
    - in addition, only the GTK2 flavor is impacted, not the Qt ones.
    
    Furthermore, even if I don’t use this port very often, take again its
    maintainership to avoid spurious modifications.
---
 multimedia/winff/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile
index de4b3162e7f6..784183377097 100644
--- a/multimedia/winff/Makefile
+++ b/multimedia/winff/Makefile
@@ -6,15 +6,12 @@ MASTER_SITES=	https://github.com/WinFF/winff/archive/refs/tags/
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
 DISTNAME=	${_PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Convert your videos quickly, easily, and all at once
 WWW=		https://www.biggmatt.com/p/winff.html
 
 LICENSE=	GPLv3
 
-DEPRECATED=	Depends on legacy libraries such as GTK2 and isn't up to date with current available formats, consider using multimedia/handbrake
-EXPIRATION_DATE=2024-02-29
-
 LIB_DEPENDS=	libavutil.so:multimedia/ffmpeg
 
 USES=		fpc lazarus:flavors xorg



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