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 /devel/libconfig | |
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 'devel/libconfig')
-rw-r--r-- | devel/libconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile index 3eb3f06d607..fbdc0c8023a 100644 --- a/devel/libconfig/Makefile +++ b/devel/libconfig/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2018/10/08 20:58:12 triaxx Exp $ +# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:31 rillig Exp $ DISTNAME= libconfig-1.7.2 CATEGORIES= devel MASTER_SITES= http://hyperrealm.github.io/libconfig/dist/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://hyperrealm.github.io/libconfig/ +HOMEPAGE= https://hyperrealm.github.io/libconfig/ COMMENT= Simple library for manipulating structured configuration files LICENSE= gnu-lgpl-v2.1 |