diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-02-11 22:14:58 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-02-11 22:14:58 +0800 |
commit | 49d64ece5428a050bad9cf41d83550aba834b187 (patch) | |
tree | 53b80b06cc6eed5400edcf357e13e4c5a5bf9cc0 /net-mgmt | |
parent | 8f17b20df81a3f049a401a5ee90d707cd5949808 (diff) | |
download | freebsd-ports-gnome-49d64ece5428a050bad9cf41d83550aba834b187.tar.gz freebsd-ports-gnome-49d64ece5428a050bad9cf41d83550aba834b187.tar.zst freebsd-ports-gnome-49d64ece5428a050bad9cf41d83550aba834b187.zip |
Update to latest version. (And unbreak.)
While there, add license.
PR: 243483
Approved by: maintainer timeout
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-certexp-plugin/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/nagios-certexp-plugin/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/nagios-certexp-plugin/Makefile b/net-mgmt/nagios-certexp-plugin/Makefile index 105fc07c00fc..86296fd183b2 100644 --- a/net-mgmt/nagios-certexp-plugin/Makefile +++ b/net-mgmt/nagios-certexp-plugin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nagios-certexp-plugin -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.9 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.jhweiss.de/pub/users/weiss/nagios/plugins/ DISTNAME= check_certexp.pl @@ -12,7 +11,7 @@ EXTRACT_SUFX= MAINTAINER= ecronin@gizmolabs.org COMMENT= Nagios plugin for checking SSL server certificate expiration -BROKEN= unfetchable +LICENSE= GPLv2+ RUN_DEPENDS+= p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ p5-Date-Manip>=0:devel/p5-Date-Manip diff --git a/net-mgmt/nagios-certexp-plugin/distinfo b/net-mgmt/nagios-certexp-plugin/distinfo index 218a78d04ef9..978485975c19 100644 --- a/net-mgmt/nagios-certexp-plugin/distinfo +++ b/net-mgmt/nagios-certexp-plugin/distinfo @@ -1,2 +1,3 @@ -SHA256 (check_certexp.pl) = 5746210b9385c43c15d65ce28ceb52502e804f56d5cc7284ba3371bdc7b55f43 -SIZE (check_certexp.pl) = 5420 +TIMESTAMP = 1579610598 +SHA256 (check_certexp.pl) = f543f2abf68d63311d0ca20b8365607284faab196e3172618df8b9a85cc6616f +SIZE (check_certexp.pl) = 6190 |