diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:43 +0000 |
commit | e6aafc34bcab826d3415e2834cbf1d3a4c314d73 (patch) | |
tree | 69e5f73d105651b25cece924dfbbf81ed5fafbef /pkgtools/digest | |
parent | 7c758e908e7fa9bd3d84e7cf5b2e896033d8bca8 (diff) | |
download | pkgsrc-e6aafc34bcab826d3415e2834cbf1d3a4c314d73.tar.gz |
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index bb9bef2840b..542ca143e7d 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2018/05/25 13:08:49 joerg Exp $ +# $NetBSD: Makefile,v 1.63 2020/01/18 23:33:25 rillig Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -7,7 +7,7 @@ PKGNAME?= digest-${VERSION} CATEGORIES= pkgtools MAINTAINER?= agc@NetBSD.org -HOMEPAGE?= http://www.NetBSD.org/docs/software/packages.html +HOMEPAGE?= https://www.NetBSD.org/docs/software/packages.html COMMENT?= Message digest wrapper utility LICENSE= original-bsd |