Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2026 10:32:08 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 838dc62770d3 - main - misc/unclutter: Take maintainership
Message-ID:  <6a0edf28.1de69.7a122c7b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mce:

URL: https://cgit.FreeBSD.org/ports/commit/?id=838dc62770d3dc57b78b948a22ec5040498c79a1

commit 838dc62770d3dc57b78b948a22ec5040498c79a1
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-05-19 09:26:59 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-05-21 10:31:42 +0000

    misc/unclutter: Take maintainership
    
    Add LICENSE and CONFLICTS_INSTALL.
    
    PR:             295408
    Approved by:    fluffy (mentor)
---
 misc/unclutter/Makefile | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile
index f3ce2ddfacb5..ebd0a31c6fd3 100644
--- a/misc/unclutter/Makefile
+++ b/misc/unclutter/Makefile
@@ -1,15 +1,20 @@
 PORTNAME=	unclutter
-PORTVERSION=	8
-PORTREVISION=	4
+DISTVERSION=	8
+PORTREVISION=	5
 CATEGORIES=	misc
 MASTER_SITES=	XCONTRIB/utilities
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mce@FreeBSD.org
 COMMENT=	Remove idle cursor image from screen
 
-WRKSRC=		${WRKDIR}/unclutter
+LICENSE=	PD
+
 USES=		imake tar:Z xorg
-USE_XORG=	x11 xext
+USE_XORG=	x11 xext xorgproto
+
+CONFLICTS_INSTALL=	unclutter-xfixes
+
+WRKSRC=		${WRKDIR}/unclutter
 
 PLIST_FILES=	bin/unclutter \
 		share/man/man1/unclutter.1.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0edf28.1de69.7a122c7b>