Index: head/sysutils/py-nagiosplugin/Makefile =================================================================== --- head/sysutils/py-nagiosplugin/Makefile (revision 363110) +++ head/sysutils/py-nagiosplugin/Makefile (revision 363111) @@ -1,19 +1,24 @@ # $FreeBSD$ PORTNAME= nagiosplugin -PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Class library for writing Nagios (Icinga) plugins LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes + +pre-install: regression-test + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/sysutils/py-nagiosplugin/distinfo =================================================================== --- head/sysutils/py-nagiosplugin/distinfo (revision 363110) +++ head/sysutils/py-nagiosplugin/distinfo (revision 363111) @@ -1,2 +1,2 @@ -SHA256 (nagiosplugin-0.4.5.tar.gz) = e1aae1811dcc54a7d55486a8eebb898b7675825e816ab4ab2f9ad0c6cb32a662 -SIZE (nagiosplugin-0.4.5.tar.gz) = 26023 +SHA256 (nagiosplugin-1.2.2.tar.gz) = b61413410d79fe0785d411365f71af1b2b906a349ba76315f32c451eba12b51f +SIZE (nagiosplugin-1.2.2.tar.gz) = 39189 Index: head/sysutils/py-nagiosplugin/pkg-descr =================================================================== --- head/sysutils/py-nagiosplugin/pkg-descr (revision 363110) +++ head/sysutils/py-nagiosplugin/pkg-descr (revision 363111) @@ -1,16 +1,16 @@ nagiosplugin is a class library which helps writing Nagios (or Icinga) compatible plugins easily in Python. It cares for much of the boilerplate code and default logic commonly found in Nagios checks, including: * Nagios 3 Plugin API compliant parameters and output formatting * Controller to handle the general plugin control flow * Full Nagios range syntax support * Automatic threshold checking * Multiple independend measures and overall state logic * Long output and performance data * Timeout handling * Default options * Persistent "cookies" to retain state information between check runs -WWW: https://projects.gocept.com/projects/nagiosplugin/wiki +WWW: http://projects.gocept.com/projects/nagiosplugin