mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/py-nagiosplugin: Update to 1.2.2
- Update to 1.2.2 - Add LICENSE_FILE - Add regression-test target - Update pkg-descr WWW: URL PR: 192034 Submitted by: skreuzer
This commit is contained in:
parent
5006813f03
commit
1b50c242b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363111
3 changed files with 10 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nagiosplugin
|
||||
PORTVERSION= 0.4.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,9 +10,15 @@ 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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,4 +13,4 @@ including:
|
|||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue