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 4FA841A9239 for ; Mon, 10 Jan 2022 07:49:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8659684D44; Mon, 10 Jan 2022 07:49:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1E4784D1C for ; Mon, 10 Jan 2022 07:49:44 +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 y4UYQuGArJCN for ; Mon, 10 Jan 2022 07:49:44 +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 454CF84D17 for ; Mon, 10 Jan 2022 07:49:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CFCDFB24; Mon, 10 Jan 2022 07:49:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164180098462670" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 07:49:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/nicotine-plus To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110074944.3CFCDFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164180098462670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 07:49:44 UTC 2022 Modified Files: pkgsrc/net/nicotine-plus: Makefile PLIST Log Message: nicotine-plus: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nicotine-plus/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nicotine-plus/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164180098462670 Content-Disposition: inline Content-Length: 1664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/nicotine-plus/Makefile diff -u pkgsrc/net/nicotine-plus/Makefile:1.2 pkgsrc/net/nicotine-plus/Makefile:1.3 --- pkgsrc/net/nicotine-plus/Makefile:1.2 Wed Dec 8 16:06:04 2021 +++ pkgsrc/net/nicotine-plus/Makefile Mon Jan 10 07:49:44 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/12/08 16:06:04 adam Exp $ +# $NetBSD: Makefile,v 1.3 2022/01/10 07:49:44 wiz Exp $ DISTNAME= nicotine-plus-2.2.2 MASTER_SITES= ${MASTER_SITE_PYPI:=n/nicotine-plus/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org @@ -20,7 +20,7 @@ SUBST_SED.paths+= -e "s,share/man/man1,$ PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../devel/libappindicator/buildlink3.mk" .include "../../textproc/gspell/buildlink3.mk" Index: pkgsrc/net/nicotine-plus/PLIST diff -u pkgsrc/net/nicotine-plus/PLIST:1.1 pkgsrc/net/nicotine-plus/PLIST:1.2 --- pkgsrc/net/nicotine-plus/PLIST:1.1 Fri Jan 1 16:35:23 2021 +++ pkgsrc/net/nicotine-plus/PLIST Mon Jan 10 07:49:44 2022 @@ -1,6 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2021/01/01 16:35:23 nia Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/01/10 07:49:44 wiz Exp $ bin/nicotine -${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/pynicotine/__init__.py ${PYSITELIB}/pynicotine/__init__.pyc ${PYSITELIB}/pynicotine/__init__.pyo --_----------=_164180098462670--