Skip to content

Commit

Permalink
x11-wm/peksystray: undeprecate the port, assume maintainership
Browse files Browse the repository at this point in the history
While at it, shorten COMMENT and fix -Wformat-security warning.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jan 16, 2024
1 parent c93c7df commit 6625db5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions x11-wm/peksystray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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>

0 comments on commit 6625db5

Please sign in to comment.