Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2024 06:54:27 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: 2de83fc86da2 - main - astro/wmsun: Drop maintainership
Message-ID:  <202410100654.49A6sRiY025586@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=2de83fc86da217664754dc2b1d95b6c7ecd837f9

commit 2de83fc86da217664754dc2b1d95b6c7ecd837f9
Author:     Marco Beishuizen <mbeis@xs4all.nl>
AuthorDate: 2024-10-10 06:52:34 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-10-10 06:54:20 +0000

    astro/wmsun: Drop maintainership
    
    While I'm here:
    * switch to DISTVERSION
    * pet portfmt
    
    PR:             281971
    Approved by:    submitter was maintainer
---
 astro/wmsun/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
index 1435b0448a8d..79548bc622ce 100644
--- a/astro/wmsun/Makefile
+++ b/astro/wmsun/Makefile
@@ -1,10 +1,10 @@
 PORTNAME=	wmsun
-PORTVERSION=	1.05
+DISTVERSION=	1.05
 PORTEPOCH=	1
 CATEGORIES=	astro windowmaker
 MASTER_SITES=	https://www.dockapps.net/download/
 
-MAINTAINER=	mbeis@xs4all.nl
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dockapp that displays the rise and set times of the Sun
 WWW=		https://www.dockapps.net/wmsun/
 
@@ -14,15 +14,16 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libdockapp.so:x11-wm/libdockapp
 
 USES=		xorg
-USE_XORG=	xext xpm x11
+USE_XORG=	x11 xext xpm
 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" \
 		INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib"
 MAKE_JOBS_UNSAFE=	yes
 
-PLIST_FILES=	bin/wmsun share/man/man1/wmsun.1.gz
 WRKSRC=		${WRKDIR}/dockapps-a1e67bd
 
+PLIST_FILES=	bin/wmsun share/man/man1/wmsun.1.gz
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wmsun ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/wmsun.1 ${STAGEDIR}${PREFIX}/share/man/man1



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