Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2024 06:46:38 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 210dd6dc6bb1 - main - astro/wmmoonclock: Drop maintainership
Message-ID:  <202410100646.49A6kcXQ008355@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=210dd6dc6bb1243c1846d82446e472d8d934f0df

commit 210dd6dc6bb1243c1846d82446e472d8d934f0df
Author:     Marco Beishuizen <mbeis@xs4all.nl>
AuthorDate: 2024-10-10 06:45:10 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-10-10 06:45:10 +0000

    astro/wmmoonclock: Drop maintainership
    
    While I'm here:
    * switch to DISTVERSION
    * add LICENSE_FILE
    
    PR:             281970
    Approved by:    submitter was maintainer
---
 astro/wmmoonclock/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/astro/wmmoonclock/Makefile b/astro/wmmoonclock/Makefile
index fa904c958013..9b428b8e047b 100644
--- a/astro/wmmoonclock/Makefile
+++ b/astro/wmmoonclock/Makefile
@@ -1,14 +1,15 @@
 PORTNAME=	wmmoonclock
-PORTVERSION=	1.30
+DISTVERSION=	1.30
 PORTREVISION=	1
 CATEGORIES=	astro windowmaker
 MASTER_SITES=	https://www.dockapps.net/download/
 
-MAINTAINER=	mbeis@xs4all.nl
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Displays the phase of the moon, plus orbital data
 WWW=		https://www.dockapps.net/wmmoonclock
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf:build pkgconfig xorg
 USE_XORG+=	x11 xext xpm



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