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/sphinxtrain | |
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/sphinxtrain')
-rw-r--r-- | audio/sphinxtrain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sphinxtrain/Makefile b/audio/sphinxtrain/Makefile index 299ff6913fd..eb50d287126 100644 --- a/audio/sphinxtrain/Makefile +++ b/audio/sphinxtrain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/08/11 13:17:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:06 rillig Exp $ DISTNAME= sphinxtrain-1.0.8 PKGREVISION= 5 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/} MAINTAINER= fhajny@NetBSD.org -HOMEPAGE= http://cmusphinx.sourceforge.net/ +HOMEPAGE= https://cmusphinx.sourceforge.net/ COMMENT= CMUSphinx speed recognition acoustic model training tools LICENSE= 2-clause-bsd |