Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 655E984E8E for ; Sat, 30 Dec 2023 01:36:04 +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 ceaBwE5cwfjF for ; Sat, 30 Dec 2023 01:36:04 +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 B912184D08 for ; Sat, 30 Dec 2023 01:36:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B34C7FA42; Sat, 30 Dec 2023 01:36:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703900163164340" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:36:03 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/chat/telepathy-idle To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230013603.B34C7FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703900163164340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 01:36:03 UTC 2023 Modified Files: pkgsrc/chat/telepathy-idle: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/chat/telepathy-idle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703900163164340 Content-Disposition: inline Content-Length: 736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/telepathy-idle/Makefile diff -u pkgsrc/chat/telepathy-idle/Makefile:1.56 pkgsrc/chat/telepathy-idle/Makefile:1.57 --- pkgsrc/chat/telepathy-idle/Makefile:1.56 Wed Nov 8 13:18:18 2023 +++ pkgsrc/chat/telepathy-idle/Makefile Sat Dec 30 01:36:03 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.56 2023/11/08 13:18:18 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2023/12/30 01:36:03 zafer Exp $ DISTNAME= telepathy-idle-0.1.8 PKGREVISION= 26 CATEGORIES= chat -MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-idle/ +MASTER_SITES= https://telepathy.freedesktop.org/releases/telepathy-idle/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://telepathy.freedesktop.org/wiki/Components --_----------=_1703900163164340--