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 /chat/gg2 | |
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 'chat/gg2')
-rw-r--r-- | chat/gg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gg2/Makefile b/chat/gg2/Makefile index 84b100370dd..b4b6d6342e8 100644 --- a/chat/gg2/Makefile +++ b/chat/gg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2020/01/18 21:48:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.68 2020/01/18 23:30:11 rillig Exp $ DISTNAME= gg2-2.3.0 PKGREVISION= 41 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggadu/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org -HOMEPAGE= http://ggadu.sourceforge.net/ +HOMEPAGE= https://ggadu.sourceforge.net/ COMMENT= Instant messenger software for Poland; Jabber plugin included USE_LIBTOOL= yes |