svn commit: r441456 - head/sysutils/istatserver

Babak Farrokhi farrokhi at FreeBSD.org
Mon May 22 13:30:14 UTC 2017


Author: farrokhi
Date: Mon May 22 13:30:13 2017
New Revision: 441456
URL: https://svnweb.freebsd.org/changeset/ports/441456

Log:
  Add missing dependency to openssl
  
  Reviewed by:	mat
  Approved by:	mat
  Differential Revision:	https://reviews.freebsd.org/D10643

Modified:
  head/sysutils/istatserver/Makefile

Modified: head/sysutils/istatserver/Makefile
==============================================================================
--- head/sysutils/istatserver/Makefile	Mon May 22 13:17:38 2017	(r441455)
+++ head/sysutils/istatserver/Makefile	Mon May 22 13:30:13 2017	(r441456)
@@ -3,7 +3,7 @@
 
 PORTNAME=	istatserver
 PORTVERSION=	3.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/bjango/files/istatserverlinux/
 
@@ -15,6 +15,7 @@ LICENSE=	BSD3CLAUSE
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libsqlite3.so:databases/sqlite3
 
+USES=		ssl
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
 


More information about the svn-ports-all mailing list