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 503A11A9239 for ; Mon, 10 Jan 2022 18:18:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 80BC384E6E; Mon, 10 Jan 2022 18:18:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC35B84D50 for ; Mon, 10 Jan 2022 18:18:22 +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 Om1_zjAhDRR7 for ; Mon, 10 Jan 2022 18:18:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42C0284D44 for ; Mon, 10 Jan 2022 18:18:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40446FB24; Mon, 10 Jan 2022 18:18:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641838702267230" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 18:18:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/news/hellanzb To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110181822.40446FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641838702267230 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:18:22 UTC 2022 Modified Files: pkgsrc/news/hellanzb: Makefile PLIST Log Message: hellanzb: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/news/hellanzb/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/news/hellanzb/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641838702267230 Content-Disposition: inline Content-Length: 1549 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/hellanzb/Makefile diff -u pkgsrc/news/hellanzb/Makefile:1.22 pkgsrc/news/hellanzb/Makefile:1.23 --- pkgsrc/news/hellanzb/Makefile:1.22 Fri Dec 4 20:45:36 2020 +++ pkgsrc/news/hellanzb/Makefile Mon Jan 10 18:18:22 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2020/12/04 20:45:36 nia Exp $ +# $NetBSD: Makefile,v 1.23 2022/01/10 18:18:22 wiz Exp $ # .include "../../news/hellanzb/Makefile.version" DISTNAME= hellanzb-${HELLANZB_VERSION}.${HELLANZB_SVN_REV} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -42,5 +42,5 @@ post-install: EGG_NAME= hellanzb-${HELLANZB_VERSION}_trunk -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/news/hellanzb/PLIST diff -u pkgsrc/news/hellanzb/PLIST:1.4 pkgsrc/news/hellanzb/PLIST:1.5 --- pkgsrc/news/hellanzb/PLIST:1.4 Sun Apr 8 20:21:54 2012 +++ pkgsrc/news/hellanzb/PLIST Mon Jan 10 18:18:22 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/01/10 18:18:22 wiz Exp $ bin/hellanzb.py ${PYSITELIB}/Hellanzb/Core.py ${PYSITELIB}/Hellanzb/Core.pyc @@ -90,6 +90,5 @@ ${PYSITELIB}/Hellanzb/external/elementtr ${PYSITELIB}/Hellanzb/external/elementtree/__init__.py ${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyc ${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyo -${PYSITELIB}/${EGG_FILE} share/doc/hellanzb/README share/examples/hellanzb/hellanzb.conf --_----------=_1641838702267230--