pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mosquitto: change to https



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Aug 5 11:56:36 2018 -0400
Changeset:	9bd8be2b736820db2252cec80429db222beb6947

Modified Files:
	mosquitto/Makefile

Log Message:
mosquitto: change to https

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9bd8be2b736820db2252cec80429db222beb6947

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mosquitto/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index 2509e34632..fc196de66d 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -4,11 +4,11 @@ VERSION=	1.4.15
 DISTNAME=	mosquitto-${VERSION}
 PKGREVISION=	1
 CATEGORIES=	net
-MASTER_SITES=	http://mosquitto.org/files/source/
+MASTER_SITES=	https://mosquitto.org/files/source/
 
 #MAINTAINER=	amoibos%gmail.com@localhost
 MAINTAINER=	gdt%NetBSD.org@localhost
-HOMEPAGE=	http://mosquitto.org/
+HOMEPAGE=	https://mosquitto.org/
 COMMENT=	Open Source MQTT broker
 LICENSE=	epl-v1.0
 


Home | Main Index | Thread Index | Old Index