From 4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 25 Jan 2014 10:29:56 +0000 Subject: 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. --- sysutils/monitoring/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/monitoring') 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 -- cgit v1.2.3