Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5636C84EF1 for ; Wed, 6 Sep 2023 11:26:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bfRlQIgXSlmz for ; Wed, 6 Sep 2023 11:26:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AACF784D55 for ; Wed, 6 Sep 2023 11:26:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8697FBDB; Wed, 6 Sep 2023 11:26:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693999613168290" MIME-Version: 1.0 Date: Wed, 6 Sep 2023 11:26:53 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/qt5ct To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230906112653.A8697FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693999613168290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Sep 6 11:26:53 UTC 2023 Modified Files: pkgsrc/x11/qt5ct: Makefile Log Message: x11/qt5ct: reset maintainer Moved to Qt6. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/qt5ct/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693999613168290 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5ct/Makefile diff -u pkgsrc/x11/qt5ct/Makefile:1.22 pkgsrc/x11/qt5ct/Makefile:1.23 --- pkgsrc/x11/qt5ct/Makefile:1.22 Mon May 22 21:00:50 2023 +++ pkgsrc/x11/qt5ct/Makefile Wed Sep 6 11:26:53 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2023/05/22 21:00:50 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/09/06 11:26:53 pin Exp $ DISTNAME= qt5ct-1.7 PKGREVISION= 3 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qt5ct/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://sourceforge.net/projects/qt5ct/files/ COMMENT= Tool for customizing Qt5-apps outside KDE LICENSE= 2-clause-bsd --_----------=_1693999613168290--