Date: Tue, 17 Jan 2017 16:49:19 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431753 - head/net-mgmt/smokeping Message-ID: <201701171649.v0HGnJ5g039877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Jan 17 16:49:19 2017 New Revision: 431753 URL: https://svnweb.freebsd.org/changeset/ports/431753 Log: net-mgmt/smokeping: Allow slaves to contact master over HTTPS MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9142 Modified: head/net-mgmt/smokeping/Makefile Modified: head/net-mgmt/smokeping/Makefile ============================================================================== --- head/net-mgmt/smokeping/Makefile Tue Jan 17 16:48:06 2017 (r431752) +++ head/net-mgmt/smokeping/Makefile Tue Jan 17 16:49:19 2017 (r431753) @@ -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- 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701171649.v0HGnJ5g039877>