diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-18 23:30:13 +0000 |
commit | c6f7d1b90e3b606d33d600e12e82f8b03d5d1331 (patch) | |
tree | e0d085ed59a29c7541ca2379075be70dfe11b527 /devel/cunit | |
parent | 70d04c743a2f6b012f14a36d6348a7056a43b701 (diff) | |
download | pkgsrc-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/cunit')
-rw-r--r-- | devel/cunit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 1b29643f30c..bc68b008ea8 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/10/19 08:32:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:25 rillig Exp $ DISTNAME= CUnit-2.1-0-src PKGNAME= CUnit-2.1 @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cunit/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://cunit.sourceforge.net/ +HOMEPAGE= https://cunit.sourceforge.net/ COMMENT= C Unit checking test software USE_LIBTOOL= yes |