Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 913B384ECF for ; Fri, 3 Nov 2023 20:34:16 +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 JwjkpmK_eaD5 for ; Fri, 3 Nov 2023 20:34:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3CD684D22 for ; Fri, 3 Nov 2023 20:34:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DDA37FA2B; Fri, 3 Nov 2023 20:34:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699043655141100" MIME-Version: 1.0 Date: Fri, 3 Nov 2023 20:34:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/chat/telepathy-logger To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231103203415.DDA37FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699043655141100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 3 20:34:15 UTC 2023 Modified Files: pkgsrc/chat/telepathy-logger: Makefile Log Message: telepathy-logger: does not need gnome-doc-utils Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/chat/telepathy-logger/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699043655141100 Content-Disposition: inline Content-Length: 914 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/telepathy-logger/Makefile diff -u pkgsrc/chat/telepathy-logger/Makefile:1.64 pkgsrc/chat/telepathy-logger/Makefile:1.65 --- pkgsrc/chat/telepathy-logger/Makefile:1.64 Mon Oct 23 06:37:35 2023 +++ pkgsrc/chat/telepathy-logger/Makefile Fri Nov 3 20:34:15 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2023/10/23 06:37:35 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2023/11/03 20:34:15 wiz Exp $ DISTNAME= telepathy-logger-0.2.7 -PKGREVISION= 37 +PKGREVISION= 38 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-logger/ EXTRACT_SUFX= .tar.bz2 @@ -32,5 +32,4 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet p .include "../../textproc/libxml2/buildlink3.mk" .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" -.include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1699043655141100--