svn commit: r462668 - head/net/mosquitto

Yuri Victorovich yuri at FreeBSD.org
Fri Feb 23 04:04:36 UTC 2018


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


More information about the svn-ports-head mailing list