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 4B0961A9239 for ; Mon, 10 Jan 2022 18:37:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7AE2884E6F; Mon, 10 Jan 2022 18:37:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6C2E84D50 for ; Mon, 10 Jan 2022 18:37:13 +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 JddaMH8aFRMI for ; Mon, 10 Jan 2022 18:37:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1302884D44 for ; Mon, 10 Jan 2022 18:37:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1059FFB24; Mon, 10 Jan 2022 18:37:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16418398331480" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 18:37:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-libdnet To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110183713.1059FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16418398331480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 18:37:12 UTC 2022 Modified Files: pkgsrc/net/py-libdnet: Makefile PLIST Log Message: py-libdnet: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-libdnet/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-libdnet/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16418398331480 Content-Disposition: inline Content-Length: 1273 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-libdnet/Makefile diff -u pkgsrc/net/py-libdnet/Makefile:1.21 pkgsrc/net/py-libdnet/Makefile:1.22 --- pkgsrc/net/py-libdnet/Makefile:1.21 Mon Sep 2 13:19:48 2019 +++ pkgsrc/net/py-libdnet/Makefile Mon Jan 10 18:37:12 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2019/09/02 13:19:48 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/01/10 18:37:12 wiz Exp $ DISTNAME= libdnet-1.12 PKGNAME= ${PYPKGPREFIX}-libdnet-1.12 -PKGREVISION= 1 -CATEGORIES= devel net +PKGREVISION= 2 +CATEGORIES= net devel MASTER_SITES= http://libdnet.googlecode.com/files/ EXTRACT_SUFX= .tgz @@ -18,6 +18,6 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet p EGG_NAME= ${DISTNAME:S/^lib//} -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../net/libdnet/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/py-libdnet/PLIST diff -u pkgsrc/net/py-libdnet/PLIST:1.3 pkgsrc/net/py-libdnet/PLIST:1.4 --- pkgsrc/net/py-libdnet/PLIST:1.3 Sun Apr 8 20:21:53 2012 +++ pkgsrc/net/py-libdnet/PLIST Mon Jan 10 18:37:12 2022 @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:53 wiz Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2022/01/10 18:37:12 wiz Exp $ ${PYSITELIB}/dnet.so --_----------=_16418398331480--