git: 358dd0e544ae - main - sysutils/wmdiskmon: Drop maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 18:37:30 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=358dd0e544ae4a815537bcbb9a8c1e99f7a8c9cb commit 358dd0e544ae4a815537bcbb9a8c1e99f7a8c9cb Author: Marco Beishuizen <mbeis@xs4all.nl> AuthorDate: 2024-10-09 18:36:25 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-10-09 18:37:11 +0000 sysutils/wmdiskmon: Drop maintainership While I'm here: * switch to DISTVERSION * add xext to USE_XORG * add LICENSE and LICENSE_FILE * remove GNU_CONFIGURE_MANPREFIX PR: 281968 Approved by: submitter was maintainer --- sysutils/wmdiskmon/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sysutils/wmdiskmon/Makefile b/sysutils/wmdiskmon/Makefile index ef22a3d05df7..2cd0c1888146 100644 --- a/sysutils/wmdiskmon/Makefile +++ b/sysutils/wmdiskmon/Makefile @@ -1,17 +1,19 @@ PORTNAME= wmdiskmon -PORTVERSION= 0.0.2 +DISTVERSION= 0.0.2 PORTREVISION= 5 CATEGORIES= sysutils windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ -MAINTAINER= mbeis@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Disk usage monitor dockapp WWW= http://tnemeth.free.fr/projets/dockapps.html +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= xorg -USE_XORG= x11 xpm +USE_XORG= x11 xext xpm GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --program-prefix="" PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" share/man/man1/${PORTNAME}.1.gz