Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2025 08:51:40 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51eeb39578cf - main - x11-clocks/tclock: take maintainership
Message-ID:  <202506090851.5598peGC012386@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51eeb39578cf902834384f00c0fd59b8cae57aae

commit 51eeb39578cf902834384f00c0fd59b8cae57aae
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-08 23:20:59 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-06-09 08:51:30 +0000

    x11-clocks/tclock: take maintainership
    
    While here:
    - switch to DISTVERSION
    - add another MASTER_SITES
    - add missing USE_XORG=xorgproto
    - reorder variables to make portclippy happy
    
    PR:             287309
    Reported by:    mew14930xvi <mew14930xvi@inbox.lv> (new maintainer)
    MFH:            2025Q2
---
 x11-clocks/tclock/Makefile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-clocks/tclock/Makefile b/x11-clocks/tclock/Makefile
index 255b337877f8..6e0ba9975571 100644
--- a/x11-clocks/tclock/Makefile
+++ b/x11-clocks/tclock/Makefile
@@ -1,19 +1,20 @@
 PORTNAME=	tclock
-PORTVERSION=	1.0.1
-PORTREVISION=	4
+DISTVERSION=	1.0.1
+PORTREVISION=	5
 CATEGORIES=	x11-clocks
-MASTER_SITES=	http://www.linta.de/distfiles/
-		
-MAINTAINER=	ports@FreeBSD.org
+MASTER_SITES=	http://www.linta.de/distfiles/ \
+		http://www.gnu-darwin.org/distfiles/
+
+MAINTAINER=	mew14930xvi@inbox.lv
 COMMENT=	Transparent analog clock for x11
 
 LICENSE=	GPLv1
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		imake tar:Z xorg
-USE_XORG=	x11 xext
+USE_XORG=	x11 xext xorgproto
 
-PLIST_FILES=	bin/tclock share/man/man1/${PORTNAME}.1.gz
 NO_WRKSUBDIR=	yes
+PLIST_FILES=	bin/tclock share/man/man1/tclock.1.gz
 
 .include <bsd.port.mk>


home | help

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