diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:13 +0000 |
commit | c6f7d1b90e3b606d33d600e12e82f8b03d5d1331 (patch) | |
tree | e0d085ed59a29c7541ca2379075be70dfe11b527 /converters/libiconv | |
parent | 70d04c743a2f6b012f14a36d6348a7056a43b701 (diff) | |
download | pkgsrc-c6f7d1b90e3b606d33d600e12e82f8b03d5d1331.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 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 3577bf50a54..807d3a8b18c 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2019/05/04 15:32:32 rillig Exp $ +# $NetBSD: Makefile,v 1.68 2020/01/18 23:30:14 rillig Exp $ DISTNAME= libiconv-1.14 PKGREVISION= 3 @@ -6,7 +6,7 @@ CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnu.org/software/libiconv/ +HOMEPAGE= https://www.gnu.org/software/libiconv/ COMMENT= Character set conversion library LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2 |