Index: head/sysutils/py-nagiosplugin/Makefile =================================================================== --- head/sysutils/py-nagiosplugin/Makefile (revision 499938) +++ head/sysutils/py-nagiosplugin/Makefile (revision 499939) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= nagiosplugin -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 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 USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/sysutils/py-nagiosplugin/distinfo =================================================================== --- head/sysutils/py-nagiosplugin/distinfo (revision 499938) +++ head/sysutils/py-nagiosplugin/distinfo (revision 499939) @@ -1,2 +1,3 @@ -SHA256 (nagiosplugin-1.2.3.tar.gz) = 9a1729d6479b71b1c7184e88a6214b00133953921df1be2d14ccb35a94a3c8dd -SIZE (nagiosplugin-1.2.3.tar.gz) = 37570 +TIMESTAMP = 1556168966 +SHA256 (nagiosplugin-1.2.4.tar.gz) = 6b020aca516f3643ad02378866d382f0296bf378fa3874d9b2e1d3cc6135f8bb +SIZE (nagiosplugin-1.2.4.tar.gz) = 38290 Index: head/sysutils/py-nagiosplugin/pkg-descr =================================================================== --- head/sysutils/py-nagiosplugin/pkg-descr (revision 499938) +++ head/sysutils/py-nagiosplugin/pkg-descr (revision 499939) @@ -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: http://projects.gocept.com/projects/nagiosplugin +WWW: https://bitbucket.org/flyingcircus/nagiosplugin