Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 08:02:13 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6625db5156c3 - main - x11-wm/peksystray: undeprecate the port, assume maintainership
Message-ID:  <202401160802.40G82DWH096008@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6625db5156c3ea7804217eacdaded6e394ff3b97

commit 6625db5156c3ea7804217eacdaded6e394ff3b97
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-01-16 08:01:04 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-01-16 08:01:04 +0000

    x11-wm/peksystray: undeprecate the port, assume maintainership
    
    While at it, shorten COMMENT and fix -Wformat-security warning.
---
 x11-wm/peksystray/Makefile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11-wm/peksystray/Makefile b/x11-wm/peksystray/Makefile
index 9f3cfb562f65..5119273b46d2 100644
--- a/x11-wm/peksystray/Makefile
+++ b/x11-wm/peksystray/Makefile
@@ -4,16 +4,13 @@ PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	System tray dockapp similar to the GNOME notification area applet
+MAINTAINER=	danfe@FreeBSD.org
+COMMENT=	Standalone system tray (notification area) dockapp
 WWW=		https://peksystray.sourceforge.net/
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Last upstream release was in 2007
-EXPIRATION_DATE=	2024-01-18
-
 USES=		tar:bzip2 xorg
 USE_XORG=	ice sm x11
 
@@ -24,5 +21,7 @@ PLIST_FILES=	bin/peksystray
 post-patch:
 	@${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \
 		${WRKSRC}/src/Makefile.in
+	@${REINPLACE_CMD} -e '/fprintf/s|, err|, "%s"&|' \
+		${WRKSRC}/src/peksystray.c
 
 .include <bsd.port.mk>



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