diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:05 +0000 |
commit | b831c01fc9da1c5001588ec465faa98afe3bf1c8 (patch) | |
tree | bc9d7f24b9a4d046704f52f30922bbfce87279a2 /audio/sidplay2 | |
parent | 5cc0fec1a826d6c92df3c3e772b38bd28114cab0 (diff) | |
download | pkgsrc-b831c01fc9da1c5001588ec465faa98afe3bf1c8.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/sidplay2')
-rw-r--r-- | audio/sidplay2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile index 0afa45676fb..e60139f41a5 100644 --- a/audio/sidplay2/Makefile +++ b/audio/sidplay2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/04/20 12:10:31 nros Exp $ +# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:05 rillig Exp $ # DISTNAME= sidplay-2.0.9 @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://sidplay2.sourceforge.net/ +HOMEPAGE= https://sidplay2.sourceforge.net/ COMMENT= Tool for playing sidtunes LICENSE= gnu-gpl-v2 |