git: cc1634325cf8 - main - x11/temperature.app: Drop maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 18:23:57 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc1634325cf8be4464960ec4930238a05a1a3d8d commit cc1634325cf8be4464960ec4930238a05a1a3d8d Author: Marco Beishuizen <mbeis@xs4all.nl> AuthorDate: 2024-10-09 18:22:44 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-10-09 18:23:42 +0000 x11/temperature.app: Drop maintainership While I'm here: * switch to DISTVERSION. * pet portclippy PR: 281967 Approved by: submitter was maintainer --- x11/temperature.app/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/temperature.app/Makefile b/x11/temperature.app/Makefile index 5838d68c9713..16d6fcf395ed 100644 --- a/x11/temperature.app/Makefile +++ b/x11/temperature.app/Makefile @@ -1,10 +1,10 @@ PORTNAME= temperature.app -PORTVERSION= 1.5 +DISTVERSION= 1.5 CATEGORIES= x11 windowmaker MASTER_SITES= https://www.dockapps.net/download/ -DISTNAME= Temperature.app-${PORTVERSION} +DISTNAME= Temperature.app-${DISTVERSION} -MAINTAINER= mbeis@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Dockable WindowMaker applet which displays the local temperature WWW= https://www.dockapps.net/temperatureapp @@ -16,8 +16,8 @@ RUN_DEPENDS= wget:ftp/wget USES= xorg USE_XORG= x11 xpm -PORTDOCS= README PLIST_FILES= bin/Temperature.app +PORTDOCS= README OPTIONS_DEFINE= DOCS