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/rip | |
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/rip')
-rw-r--r-- | audio/rip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rip/Makefile b/audio/rip/Makefile index 3a8a2792af7..2be8152dd5d 100644 --- a/audio/rip/Makefile +++ b/audio/rip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/08/11 13:17:57 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/18 23:30:05 rillig Exp $ # DISTNAME= rip-1.07 @@ -7,7 +7,7 @@ CATEGORIES= audio perl5 MASTER_SITES= http://rip.sourceforge.net/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://rip.sourceforge.net/ +HOMEPAGE= https://rip.sourceforge.net/ COMMENT= Command-line based audio CD ripper and encoder LICENSE= gnu-gpl-v2 |