svn commit: r412547 - head/security/tls-check

Kurt Jaeger pi at FreeBSD.org
Tue Apr 5 07:17:36 UTC 2016


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 at 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 \


More information about the svn-ports-all mailing list