summaryrefslogtreecommitdiff
path: root/sysutils/monitoring
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 10:29:56 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 10:29:56 +0000
commit4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8 (patch)
tree3bbaa4e1a32886abb417eed9e3a6c4c742388c9a /sysutils/monitoring
parentda96a0b73ccce3895e3b718798083bf1740293d8 (diff)
downloadpkgsrc-4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8.tar.gz
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Diffstat (limited to 'sysutils/monitoring')
-rw-r--r--sysutils/monitoring/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/monitoring/Makefile b/sysutils/monitoring/Makefile
index 696c61376d7..a441fef387d 100644
--- a/sysutils/monitoring/Makefile
+++ b/sysutils/monitoring/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2013/04/22 09:39:21 imil Exp $
-#
+# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:21 wiz Exp $
VERSION= e518a90eade4ca538468b6640dccb651e6034b9e
DISTNAME= ${VERSION}
PKGNAME= monitoring-0.9.5
CATEGORIES= sysutils
MASTER_SITES= https://github.com/sebastien/monitoring/archive/
-FETCH_USING= curl
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://github.com/sebastien/monitoring
@@ -16,6 +14,7 @@ LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/monitoring-${VERSION}
REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.5
DOCDIR= ${PREFIX}/share/doc/monitoring
EXPDIR= ${PREFIX}/share/examples/monitoring