Received: by mail.netbsd.org (Postfix, from userid 605) id 3DB9384D8E; Fri, 11 Sep 2020 13:28:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B977284CED for ; Fri, 11 Sep 2020 13:28:13 +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 MvfC3S0ZAPx6 for ; Fri, 11 Sep 2020 13:28:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5245D84CD8 for ; Fri, 11 Sep 2020 13:28:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E273FB28; Fri, 11 Sep 2020 13:28:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599830893142140" MIME-Version: 1.0 Date: Fri, 11 Sep 2020 13:28:13 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200911132813.4E273FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599830893142140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Fri Sep 11 13:28:13 UTC 2020 Modified Files: pkgsrc/x11: Makefile Log Message: x11: + clipnotify To generate a diff of this commit: cvs rdiff -u -r1.904 -r1.905 pkgsrc/x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599830893142140 Content-Disposition: inline Content-Length: 579 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.904 pkgsrc/x11/Makefile:1.905 --- pkgsrc/x11/Makefile:1.904 Sun Aug 30 21:33:38 2020 +++ pkgsrc/x11/Makefile Fri Sep 11 13:28:13 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.904 2020/08/30 21:33:38 tnn Exp $ +# $NetBSD: Makefile,v 1.905 2020/09/11 13:28:13 leot Exp $ # COMMENT= Packages to support the X window system @@ -25,6 +25,7 @@ SUBDIR+= blt SUBDIR+= c++-gtk-utils SUBDIR+= caribou SUBDIR+= clipit +SUBDIR+= clipnotify SUBDIR+= clisp-gtk2 SUBDIR+= clisp-mit-clx SUBDIR+= clisp-new-clx --_----------=_1599830893142140--