aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmt <cmt@FreeBSD.org>2018-03-31 03:27:47 +0800
committercmt <cmt@FreeBSD.org>2018-03-31 03:27:47 +0800
commit52a1f0951f8873f40522c3e8a3af7e8f6bedbf0f (patch)
tree4f5db285fb6cad0159641c4aaee8e8292d16eee7
parent97529a6a3594587f93377c9f7970b8c8726d40be (diff)
downloadfreebsd-ports-gnome-52a1f0951f8873f40522c3e8a3af7e8f6bedbf0f.tar.gz
freebsd-ports-gnome-52a1f0951f8873f40522c3e8a3af7e8f6bedbf0f.tar.zst
freebsd-ports-gnome-52a1f0951f8873f40522c3e8a3af7e8f6bedbf0f.zip
check_ssl_cert: update to 1.65.0
while here, make curl a dependency (avoid surprising failures) and mark this as NO_ARCH.
-rw-r--r--net-mgmt/check_ssl_cert/Makefile6
-rw-r--r--net-mgmt/check_ssl_cert/distinfo6
2 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/check_ssl_cert/Makefile b/net-mgmt/check_ssl_cert/Makefile
index 4a680d444ded..433167bff9f1 100644
--- a/net-mgmt/check_ssl_cert/Makefile
+++ b/net-mgmt/check_ssl_cert/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= check_ssl_cert
-PORTVERSION= 1.64.0
+PORTVERSION= 1.65.0
DISTVERSIONPREFIX= v
CATEGORIES= net-mgmt
@@ -11,13 +11,15 @@ COMMENT= Nagios/Icinga plugin for checking SSL/TLS certificates
LICENSE= GPLv3
RUN_DEPENDS= expect:lang/expect \
+ curl:ftp/curl \
p5-TimeDate>=0:devel/p5-TimeDate
NO_BUILD= yes
+NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= matteocorti
-GV_PROJECT= check_ssl_cert
+GH_PROJECT= check_ssl_cert
PLIST_FILES= libexec/nagios/check_ssl_cert \
${MANPREFIX}/man/man1/check_ssl_cert.1.gz
diff --git a/net-mgmt/check_ssl_cert/distinfo b/net-mgmt/check_ssl_cert/distinfo
index 2e34783ed2b7..86a214e7bb47 100644
--- a/net-mgmt/check_ssl_cert/distinfo
+++ b/net-mgmt/check_ssl_cert/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522266645
-SHA256 (matteocorti-check_ssl_cert-v1.64.0_GH0.tar.gz) = 4fae8b3956e7441745dcb92aa6c195ffb3e884135ed1120cbeaf6255f814efa3
-SIZE (matteocorti-check_ssl_cert-v1.64.0_GH0.tar.gz) = 188266
+TIMESTAMP = 1522437079
+SHA256 (matteocorti-check_ssl_cert-v1.65.0_GH0.tar.gz) = 74b8e404b707d12468672d64ed2050abdffacb5d7761a9c4d44a5cf04071fd47
+SIZE (matteocorti-check_ssl_cert-v1.65.0_GH0.tar.gz) = 188289