pkgsrc-WIP-changes archive

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

weewx: Use https for download and homepage



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Dec 29 14:27:32 2021 -0500
Changeset:	0c5f09b34124a3d150d91581e36ec084784df551

Modified Files:
	py-weewx/Makefile

Log Message:
weewx: Use https for download and homepage

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

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

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

diffs:
diff --git a/py-weewx/Makefile b/py-weewx/Makefile
index 8ee0eca065..2f4d0258ba 100644
--- a/py-weewx/Makefile
+++ b/py-weewx/Makefile
@@ -3,14 +3,14 @@
 DISTNAME=	weewx-4.5.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	misc
-MASTER_SITES=	http://weewx.com/downloads/released_versions/
+MASTER_SITES=	https://weewx.com/downloads/released_versions/
 
 # See also
 # https://reviews.freebsd.org/file/data/wxlggqqqglli6l66usac/PHID-FILE-kucs3bj4stbb6iw4zpy5/D6324.diff
 
 # Do not make this package installable; email me if questions.
 MAINTAINER=	gdt%NetBSD.org@localhost
-HOMEPAGE=	http://weewx.com/
+HOMEPAGE=	https://weewx.com/
 COMMENT=	Python-powered template engine and code-generator
 LICENSE=	gnu-gpl-v3
 


Home | Main Index | Thread Index | Old Index