Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2841D1A9239 for ; Mon, 10 Jan 2022 08:30:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2893F84D44; Mon, 10 Jan 2022 08:30:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6439284D32 for ; Mon, 10 Jan 2022 08:30:01 +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 HSq9o8qyWfea for ; Mon, 10 Jan 2022 08:30:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B544784D26 for ; Mon, 10 Jan 2022 08:30:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEE32FB24; Mon, 10 Jan 2022 08:30:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164180340051100" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 08:30:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/offlineimap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110083000.AEE32FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164180340051100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 08:30:00 UTC 2022 Modified Files: pkgsrc/mail/offlineimap: Makefile PLIST Log Message: offlineimap: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/mail/offlineimap/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/offlineimap/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164180340051100 Content-Disposition: inline Content-Length: 1268 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/offlineimap/Makefile diff -u pkgsrc/mail/offlineimap/Makefile:1.37 pkgsrc/mail/offlineimap/Makefile:1.38 --- pkgsrc/mail/offlineimap/Makefile:1.37 Tue Oct 19 21:23:31 2021 +++ pkgsrc/mail/offlineimap/Makefile Mon Jan 10 08:30:00 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2021/10/19 21:23:31 tm Exp $ - +# $NetBSD: Makefile,v 1.38 2022/01/10 08:30:00 wiz Exp $ DISTNAME= offlineimap-7.3.4 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=OfflineIMAP/} @@ -29,5 +29,5 @@ post-install: .endfor .include "../../lang/python/application.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/offlineimap/PLIST diff -u pkgsrc/mail/offlineimap/PLIST:1.9 pkgsrc/mail/offlineimap/PLIST:1.10 --- pkgsrc/mail/offlineimap/PLIST:1.9 Tue Oct 19 21:23:31 2021 +++ pkgsrc/mail/offlineimap/PLIST Mon Jan 10 08:30:00 2022 @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.9 2021/10/19 21:23:31 tm Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/01/10 08:30:00 wiz Exp $ bin/offlineimap -${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/offlineimap/CustomConfig.py ${PYSITELIB}/offlineimap/CustomConfig.pyc ${PYSITELIB}/offlineimap/CustomConfig.pyo --_----------=_164180340051100--