Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2018 04:04:33 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462668 - head/net/mosquitto
Message-ID:  <201802230404.w1N44XMg053947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Feb 23 04:04:33 2018
New Revision: 462668
URL: https://svnweb.freebsd.org/changeset/ports/462668

Log:
  net/mosquitto: Added net/mosquitto dependency.
  
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/net/mosquitto/Makefile

Modified: head/net/mosquitto/Makefile
==============================================================================
--- head/net/mosquitto/Makefile	Fri Feb 23 03:14:56 2018	(r462667)
+++ head/net/mosquitto/Makefile	Fri Feb 23 04:04:33 2018	(r462668)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mosquitto
 PORTVERSION=	1.4.14
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://mosquitto.org/files/source/
 
@@ -12,7 +12,8 @@ COMMENT=	Open-Source MQTT Broker
 
 LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	libcares.so:dns/c-ares
+LIB_DEPENDS=	libcares.so:dns/c-ares \
+		libuuid.so:misc/e2fsprogs-libuuid
 BUILD_DEPENDS=	xsltproc:textproc/libxslt
 
 USES=		cmake ssl



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