Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F178284D1D for ; Sat, 30 Dec 2023 00:54:42 +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 d-sDZrx5F1_9 for ; Sat, 30 Dec 2023 00:54:42 +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 5492B84D08 for ; Sat, 30 Dec 2023 00:54:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47E44FA42; Sat, 30 Dec 2023 00:54:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703897682168090" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 00:54:42 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/filesystems/fuse-gmailfs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230005442.47E44FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703897682168090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 00:54:42 UTC 2023 Modified Files: pkgsrc/filesystems/fuse-gmailfs: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/filesystems/fuse-gmailfs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703897682168090 Content-Disposition: inline Content-Length: 760 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/fuse-gmailfs/Makefile diff -u pkgsrc/filesystems/fuse-gmailfs/Makefile:1.24 pkgsrc/filesystems/fuse-gmailfs/Makefile:1.25 --- pkgsrc/filesystems/fuse-gmailfs/Makefile:1.24 Mon Aug 14 05:24:22 2023 +++ pkgsrc/filesystems/fuse-gmailfs/Makefile Sat Dec 30 00:54:42 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2023/08/14 05:24:22 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2023/12/30 00:54:42 zafer Exp $ DISTNAME= gmailfs-0.7.2 PKGREVISION= 7 PKGNAME= fuse-${DISTNAME} CATEGORIES= filesystems -MASTER_SITES= http://richard.jones.name/google-hacks/gmail-filesystem/ +MASTER_SITES= # MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html --_----------=_1703897682168090--