Received: by mail.netbsd.org (Postfix, from userid 605) id 71AAE84EC9; Sun, 24 Jul 2022 21:15:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A88BF84EB6 for ; Sun, 24 Jul 2022 21:15:19 +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 5W02cXDyy2C9 for ; Sun, 24 Jul 2022 21:15:19 +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 2596E84DB2 for ; Sun, 24 Jul 2022 21:15:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18C4FFB1A; Sun, 24 Jul 2022 21:15:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165869731970060" MIME-Version: 1.0 Date: Sun, 24 Jul 2022 21:15:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/nagstamon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220724211519.18C4FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165869731970060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 24 21:15:19 UTC 2022 Modified Files: pkgsrc/net/nagstamon: Makefile PLIST Log Message: nagstamon: convert to egg.mk Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/nagstamon/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/nagstamon/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165869731970060 Content-Disposition: inline Content-Length: 1780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/nagstamon/Makefile diff -u pkgsrc/net/nagstamon/Makefile:1.69 pkgsrc/net/nagstamon/Makefile:1.70 --- pkgsrc/net/nagstamon/Makefile:1.69 Thu Jun 30 11:18:42 2022 +++ pkgsrc/net/nagstamon/Makefile Sun Jul 24 21:15:18 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.69 2022/06/30 11:18:42 nia Exp $ +# $NetBSD: Makefile,v 1.70 2022/07/24 21:15:18 wiz Exp $ VERSION= 1.0.1 DISTNAME= Nagstamon-${VERSION} PKGNAME= ${DISTNAME:S/N/n/} -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= net python MASTER_SITES= https://nagstamon.ifw-dresden.de/files-nagstamon/stable/ @@ -17,7 +17,6 @@ DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.24 DEPENDS+= sox>=14.0.1:../../audio/sox USE_LANGUAGES= # none -PYDISTUTILSPKG= yes WRKSRC= ${WRKDIR}/Nagstamon @@ -43,5 +42,5 @@ post-install: .include "../../x11/py-gtk2/buildlink3.mk" .include "../../x11/py-gnome2-extras/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/nagstamon/PLIST diff -u pkgsrc/net/nagstamon/PLIST:1.4 pkgsrc/net/nagstamon/PLIST:1.5 --- pkgsrc/net/nagstamon/PLIST:1.4 Fri Jul 3 14:41:42 2015 +++ pkgsrc/net/nagstamon/PLIST Sun Jul 24 21:15:18 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/07/03 14:41:42 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/07/24 21:15:18 wiz Exp $ bin/nagstamon bin/nagstamon.py ${PYSITELIB}/Nagstamon/Actions.py @@ -127,4 +127,5 @@ ${PYSITELIB}/Nagstamon/thirdparty/__init ${PYSITELIB}/Nagstamon/thirdparty/zabbix_api.py ${PYSITELIB}/Nagstamon/thirdparty/zabbix_api.pyc ${PYSITELIB}/Nagstamon/thirdparty/zabbix_api.pyo +${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info man/man1/nagstamon.1 --_----------=_165869731970060--