pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/monitoring



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 08:27:12 UTC 2022

Modified Files:
        pkgsrc/sysutils/monitoring: Makefile PLIST

Log Message:
monitoring: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/monitoring/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/monitoring/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/monitoring/Makefile
diff -u pkgsrc/sysutils/monitoring/Makefile:1.13 pkgsrc/sysutils/monitoring/Makefile:1.14
--- pkgsrc/sysutils/monitoring/Makefile:1.13    Fri Dec  4 20:45:42 2020
+++ pkgsrc/sysutils/monitoring/Makefile Mon Jan 10 08:27:12 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2020/12/04 20:45:42 nia Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/10 08:27:12 wiz Exp $
 
 VERSION=               e518a90eade4ca538468b6640dccb651e6034b9e
 DISTNAME=              ${VERSION}
 PKGNAME=               monitoring-0.9.5
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            sysutils
 MASTER_SITES=          https://github.com/sebastien/monitoring/archive/
 
@@ -28,5 +28,5 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR}
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/monitoring/PLIST
diff -u pkgsrc/sysutils/monitoring/PLIST:1.1 pkgsrc/sysutils/monitoring/PLIST:1.2
--- pkgsrc/sysutils/monitoring/PLIST:1.1        Mon Apr 22 09:39:21 2013
+++ pkgsrc/sysutils/monitoring/PLIST    Mon Jan 10 08:27:12 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/22 09:39:21 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:27:12 wiz Exp $
 bin/monitoring
-${PYSITELIB}/${PKGNAME}-py2.7.egg-info
 ${PYSITELIB}/monitoring.py
 ${PYSITELIB}/monitoring.pyc
 ${PYSITELIB}/monitoring.pyo



Home | Main Index | Thread Index | Old Index