Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2019 17:59:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490394 - head/net/mosquitto
Message-ID:  <201901151759.x0FHxVGD007388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jan 15 17:59:31 2019
New Revision: 490394
URL: https://svnweb.freebsd.org/changeset/ports/490394

Log:
  net/mosquitto: update to 1.5.5
  
  PR:		234957
  Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
  Approved by:	joe@thrallingpenguin.com (maintainer)

Modified:
  head/net/mosquitto/Makefile   (contents, props changed)
  head/net/mosquitto/distinfo   (contents, props changed)

Modified: head/net/mosquitto/Makefile
==============================================================================
--- head/net/mosquitto/Makefile	Tue Jan 15 17:45:53 2019	(r490393)
+++ head/net/mosquitto/Makefile	Tue Jan 15 17:59:31 2019	(r490394)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mosquitto
-PORTVERSION=	1.5.4
+PORTVERSION=	1.5.5
 CATEGORIES=	net
 MASTER_SITES=	http://mosquitto.org/files/source/
 
@@ -26,11 +26,11 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 OPTIONS_DEFINE=	WS
 
+CMAKE_ARGS+=	-DCMAKE_LIBDATADIR="${PREFIX}/libdata"
+
 WS_DESC=	MQTT over Websockets support
 WS_LIB_DEPENDS=	libwebsockets.so:net/libwebsockets
 WS_CMAKE_ON=	-DWITH_WEBSOCKETS=ON
-
-CMAKE_ARGS+=	-DCMAKE_LIBDATADIR="${PREFIX}/libdata"
 
 post-patch:
 # do not run ldconfig in stage dir

Modified: head/net/mosquitto/distinfo
==============================================================================
--- head/net/mosquitto/distinfo	Tue Jan 15 17:45:53 2019	(r490393)
+++ head/net/mosquitto/distinfo	Tue Jan 15 17:59:31 2019	(r490394)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542087175
-SHA256 (mosquitto-1.5.4.tar.gz) = 5fd7f3454fd6d286645d032bc07f44a1c8583cec02ef2422c9eb32e0a89a9b2f
-SIZE (mosquitto-1.5.4.tar.gz) = 430602
+TIMESTAMP = 1545122205
+SHA256 (mosquitto-1.5.5.tar.gz) = fcdb47e340864c545146681af7253399cc292e41775afd76400fda5b0d23d668
+SIZE (mosquitto-1.5.5.tar.gz) = 431998



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