Received: by mail.netbsd.org (Postfix, from userid 605) id 2133384D62; Sun, 27 Jun 2021 07:14:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 970E884D82 for ; Sun, 27 Jun 2021 07:13:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iEAKtHQ91Cqq for ; Sun, 27 Jun 2021 07:13:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 01BD484CE3 for ; Sun, 27 Jun 2021 07:13:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF677FA95; Sun, 27 Jun 2021 07:13:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16247780275650" MIME-Version: 1.0 Date: Sun, 27 Jun 2021 07:13:47 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/tint2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210627071347.EF677FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16247780275650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jun 27 07:13:47 UTC 2021 Modified Files: pkgsrc/x11/tint2: Makefile Log Message: tint2: avoid listing operating systems in COMMENT To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/tint2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16247780275650 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/tint2/Makefile diff -u pkgsrc/x11/tint2/Makefile:1.57 pkgsrc/x11/tint2/Makefile:1.58 --- pkgsrc/x11/tint2/Makefile:1.57 Wed Jun 23 20:21:37 2021 +++ pkgsrc/x11/tint2/Makefile Sun Jun 27 07:13:47 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2021/06/23 20:21:37 tnn Exp $ +# $NetBSD: Makefile,v 1.58 2021/06/27 07:13:47 nia Exp $ DISTNAME= tint2-v17.0.1 PKGNAME= ${DISTNAME:S/-v/-/} @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= fernandotcl@gmail.com HOMEPAGE= https://gitlab.com/o9000/tint2 -COMMENT= Lightweight panel/taskbar for Linux and BSD +COMMENT= Lightweight panel/taskbar for X11 LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ # XXX CMake. pkg does not really need c++ --_----------=_16247780275650--