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/libmtp | |
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/libmtp')
-rw-r--r-- | devel/libmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libmtp/Makefile b/devel/libmtp/Makefile index 7746ec187e6..1a385ce829b 100644 --- a/devel/libmtp/Makefile +++ b/devel/libmtp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2019/09/21 09:52:42 adam Exp $ +# $NetBSD: Makefile,v 1.17 2020/01/18 23:30:32 rillig Exp $ DISTNAME= libmtp-1.1.16 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/} MAINTAINER= ku3@sl.aanet.ru -HOMEPAGE= http://libmtp.sourceforge.net/ +HOMEPAGE= https://libmtp.sourceforge.net/ COMMENT= Implementation of Media Transfer Protocol (MTP) LICENSE= gnu-lgpl-v2 |