mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11-wm/peksystray: undeprecate the port, assume maintainership
While at it, shorten COMMENT and fix -Wformat-security warning.
This commit is contained in:
parent
c93c7dfb0a
commit
6625db5156
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user