Received: by mail.netbsd.org (Postfix, from userid 605) id 69B3D84E88; Tue, 24 Jan 2023 05:24:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AFAD84E74 for ; Tue, 24 Jan 2023 05:24:19 +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 inOLWyNWIDrs for ; Tue, 24 Jan 2023 05:24:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2CD1E84D60 for ; Tue, 24 Jan 2023 05:24:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26411FA90; Tue, 24 Jan 2023 05:24:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674537859239890" MIME-Version: 1.0 Date: Tue, 24 Jan 2023 05:24:19 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/chat/pidgin-sametime To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20230124052419.26411FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674537859239890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Tue Jan 24 05:24:19 UTC 2023 Modified Files: pkgsrc/chat/pidgin-sametime: Makefile Log Message: pidgin-sametime: Remove PKGREVISION following chat/libpurple update To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/chat/pidgin-sametime/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674537859239890 Content-Disposition: inline Content-Length: 558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/pidgin-sametime/Makefile diff -u pkgsrc/chat/pidgin-sametime/Makefile:1.68 pkgsrc/chat/pidgin-sametime/Makefile:1.69 --- pkgsrc/chat/pidgin-sametime/Makefile:1.68 Wed Nov 23 16:19:29 2022 +++ pkgsrc/chat/pidgin-sametime/Makefile Tue Jan 24 05:24:18 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2022/11/23 16:19:29 adam Exp $ +# $NetBSD: Makefile,v 1.69 2023/01/24 05:24:18 triaxx Exp $ PKGNAME= pidgin-sametime-${PIDGIN_VERSION} -PKGREVISION= 1 COMMENT= Lotus Sametime plugin for the Pidgin instant messenger --_----------=_1674537859239890--