summaryrefslogtreecommitdiff
path: root/devel/cpputest
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-18 23:30:13 +0000
committerrillig <rillig@pkgsrc.org>2020-01-18 23:30:13 +0000
commitc6f7d1b90e3b606d33d600e12e82f8b03d5d1331 (patch)
treee0d085ed59a29c7541ca2379075be70dfe11b527 /devel/cpputest
parent70d04c743a2f6b012f14a36d6348a7056a43b701 (diff)
downloadpkgsrc-c6f7d1b90e3b606d33d600e12e82f8b03d5d1331.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 'devel/cpputest')
-rw-r--r--devel/cpputest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cpputest/Makefile b/devel/cpputest/Makefile
index 67f7f8545fa..8d9cc2191dd 100644
--- a/devel/cpputest/Makefile
+++ b/devel/cpputest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/06/22 15:56:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:25 rillig Exp $
GITHUB_PROJECT= cpputest
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=cpputest/}
MAINTAINER= schmonz@NetBSD.org
-HOMEPAGE= http://cpputest.github.io/
+HOMEPAGE= https://cpputest.github.io/
COMMENT= Unit testing and mocking framework for C/C++
LICENSE= modified-bsd