git: 9660553f6786 - main - audio/mixer.app: Drop maintainership

From: Zsolt Udvari <uzsolt_at_FreeBSD.org>
Date: Wed, 09 Oct 2024 18:08:40 UTC
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9660553f6786585f9ddd39a44846ae4ca6955fed

commit 9660553f6786585f9ddd39a44846ae4ca6955fed
Author:     Marco Beishuizen <mbeis@xs4all.nl>
AuthorDate: 2024-10-09 18:04:41 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-10-09 18:08:03 +0000

    audio/mixer.app: Drop maintainership
    
    While I'm here:
    * add LICENSE and LICENSE_FILE
    * pet portclippy
    
    PR:             281966
    Approved by:    submitter was maintainer
---
 audio/mixer.app/Makefile | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index 4f8f741b4550..782ba3397ede 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -1,21 +1,26 @@
 PORTNAME=	mixer.app
-PORTVERSION=	1.8.0
-PORTREVISION=	2
+DISTVERSION=	1.8.0
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	DEBIAN_POOL
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
-MAINTAINER=	mbeis@xs4all.nl
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Another mixer intended for the windowmaker dockapp
 
-PLIST_FILES=	bin/Mixer.app
-WRKSRC=		${WRKDIR}/Mixer.app-${PORTVERSION}
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		xorg
+USE_XORG=	x11 xext xpm
+
+MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
 CXXFLAGS+=	-fno-rtti -fno-exceptions -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lXpm -lXext -lX11
-MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
 
-USES=		xorg
-USE_XORG=	xpm xext x11
+WRKSRC=		${WRKDIR}/Mixer.app-${PORTVERSION}
+
+PLIST_FILES=	bin/Mixer.app
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${STAGEDIR}${PREFIX}/bin