diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-18 23:29:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-18 23:29:55 +0000 |
commit | db3686f3ea0ff12a87e724d0daf0f5ca4ea0d21e (patch) | |
tree | dca1722a16892956f6b9fc3c624b6fff9b675459 /audio/abcmidi | |
parent | d7b5d84d4252d1028116da99f05a96def53c3769 (diff) | |
download | pkgsrc-db3686f3ea0ff12a87e724d0daf0f5ca4ea0d21e.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 'audio/abcmidi')
-rw-r--r-- | audio/abcmidi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcmidi/Makefile b/audio/abcmidi/Makefile index 49ef0bc3292..443db4e6f7b 100644 --- a/audio/abcmidi/Makefile +++ b/audio/abcmidi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/01/19 18:52:01 agc Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/18 23:29:57 rillig Exp $ # DISTNAME= abcMIDI-${ABCMIDIVER} @@ -9,7 +9,7 @@ MASTER_SITES+= http://ifdo.pugmarks.com/~seymour/backup/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://abc.sourceforge.net/abcMIDI/ +HOMEPAGE= https://abc.sourceforge.net/abcMIDI/ COMMENT= Music utilities for abc LICENSE= gnu-gpl-v2 |