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/mp3splt | |
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/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 40c9bb04761..8c87539790b 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2018/09/30 22:30:05 schmonz Exp $ +# $NetBSD: Makefile,v 1.26 2020/01/18 23:30:02 rillig Exp $ # DISTNAME= mp3splt-2.6.2 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/} MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://mp3splt.sourceforge.net/ +HOMEPAGE= https://mp3splt.sourceforge.net/ COMMENT= Command line utility to split MP3 (VBR supported) and OGG files LICENSE= gnu-gpl-v2 |