diff options
author | feld <feld@FreeBSD.org> | 2017-01-18 00:49:19 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-01-18 00:49:19 +0800 |
commit | 4dbd5f99750797b233f9f106352a7c4f6c0d4c55 (patch) | |
tree | 73363d451b7af351d1d2f0cef31f9ea0f05c04f1 /net-mgmt | |
parent | af1fa51465f637615a49b1884d05712b6abba287 (diff) | |
download | freebsd-ports-gnome-4dbd5f99750797b233f9f106352a7c4f6c0d4c55.tar.gz freebsd-ports-gnome-4dbd5f99750797b233f9f106352a7c4f6c0d4c55.tar.zst freebsd-ports-gnome-4dbd5f99750797b233f9f106352a7c4f6c0d4c55.zip |
net-mgmt/smokeping: Allow slaves to contact master over HTTPS
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9142
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 2423d0322da7..d85f38d1b128 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -3,7 +3,7 @@ PORTNAME= smokeping PORTVERSION= 2.6.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-CGI-Session>=0:www/p5-CGI-Session \ p5-IO-Pty-Easy>=0:devel/p5-IO-Pty-Easy \ p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session \ p5-libwww>=0:www/p5-libwww \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-CGI>=0:www/p5-CGI \ p5-FCGI>=0:www/p5-FCGI \ p5-Config-Grammar>=0:devel/p5-Config-Grammar \ |