Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2016 07:17:35 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412547 - head/security/tls-check
Message-ID:  <201604050717.u357HZmq097707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Apr  5 07:17:34 2016
New Revision: 412547
URL: https://svnweb.freebsd.org/changeset/ports/412547

Log:
  security/tls-check: add missing depend

Modified:
  head/security/tls-check/Makefile

Modified: head/security/tls-check/Makefile
==============================================================================
--- head/security/tls-check/Makefile	Tue Apr  5 07:15:59 2016	(r412546)
+++ head/security/tls-check/Makefile	Tue Apr  5 07:17:34 2016	(r412547)
@@ -4,7 +4,7 @@ PORTNAME=	tls-check
 PORTVERSION=	1.0.2
 DISTVERSIONPREFIX=v
 DISTVERSIONSUFFIX=-Release
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 
 MAINTAINER=	pi@FreeBSD.org
@@ -12,7 +12,8 @@ COMMENT=	Scan a list of domains for TLS-
 
 LICENSE=	ART20
 
-MY_DEPENDS=	p5-IO-All>=0.86:devel/p5-IO-All \
+MY_DEPENDS=	p5-File-HomeDir>=1.00:devel/p5-File-HomeDir \
+		p5-IO-All>=0.86:devel/p5-IO-All \
 		p5-IO-Socket-Timeout>=0.32:net/p5-IO-Socket-Timeout \
 		p5-IPC-Run>=0.94:devel/p5-IPC-Run \
 		p5-Log-Log4perl>=1.47:devel/p5-Log-Log4perl \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604050717.u357HZmq097707>