summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
commit0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch)
treed0a3f84c95c120b8b0804700a18681e739dece61 /chat
parent8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff)
downloadpkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz
all: migrate homepages from http to https
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Diffstat (limited to 'chat')
-rw-r--r--chat/libgadu/Makefile4
-rw-r--r--chat/libpurple/Makefile.common4
-rw-r--r--chat/loudmouth/Makefile4
-rw-r--r--chat/mcabber/Makefile4
-rw-r--r--chat/pidgin-icb/Makefile4
-rw-r--r--chat/scrollz/Makefile4
-rw-r--r--chat/swift/Makefile4
-rw-r--r--chat/tkirc2/Makefile4
-rw-r--r--chat/xaric/Makefile4
-rw-r--r--chat/zircon/Makefile4
10 files changed, 20 insertions, 20 deletions
diff --git a/chat/libgadu/Makefile b/chat/libgadu/Makefile
index a8e3fe0fb65..442c74fd6ee 100644
--- a/chat/libgadu/Makefile
+++ b/chat/libgadu/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2020/01/20 17:25:10 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/26 17:30:48 rillig Exp $
DISTNAME= libgadu-1.12.2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=wojtekka/}
MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://libgadu.net/
+HOMEPAGE= https://libgadu.net/
COMMENT= Library for handling the protocol of Gadu-Gadu
LICENSE= gnu-lgpl-v2.1
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index 7c4aff45a46..c6dc014ce15 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.51 2019/08/16 16:20:46 otis Exp $
+# $NetBSD: Makefile.common,v 1.52 2020/01/26 17:30:48 rillig Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.pidgin.im/
+HOMEPAGE= https://www.pidgin.im/
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile
index b1a6371f0e4..fc70715dbb7 100644
--- a/chat/loudmouth/Makefile
+++ b/chat/loudmouth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2020/01/18 21:48:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.48 2020/01/26 17:30:49 rillig Exp $
DISTNAME= loudmouth-1.5.3
PKGREVISION= 1
@@ -7,7 +7,7 @@ MASTER_SITES= https://mcabber.com/files/loudmouth/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.loudmouth-project.org/
+HOMEPAGE= https://www.loudmouth-project.org/
COMMENT= Lightweight Jabber client library
LICENSE= gnu-lgpl-v2.1
diff --git a/chat/mcabber/Makefile b/chat/mcabber/Makefile
index 1f552330d9e..8cdf03472d0 100644
--- a/chat/mcabber/Makefile
+++ b/chat/mcabber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 21:48:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/26 17:30:49 rillig Exp $
DISTNAME= mcabber-1.1.0
PKGREVISION= 2
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= degroote@NetBSD.org
-HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/
+HOMEPAGE= https://www.lilotux.net/~mikael/mcabber/
COMMENT= Jabber console client
LICENSE= gnu-gpl-v2
diff --git a/chat/pidgin-icb/Makefile b/chat/pidgin-icb/Makefile
index 8d35ef2f873..61a9a15d242 100644
--- a/chat/pidgin-icb/Makefile
+++ b/chat/pidgin-icb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/07/21 22:24:32 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2020/01/26 17:30:49 rillig Exp $
DISTNAME= pidgin-icb-20070505
PKGREVISION= 43
@@ -6,7 +6,7 @@ CATEGORIES= chat
MASTER_SITES= http://nic.com.pl/~alek/pidgin-icb/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://nic.com.pl/~alek/
+HOMEPAGE= https://nic.com.pl/~alek/
COMMENT= ICB protocol plugin for the Pidgin instant messenger
USE_TOOLS+= pkg-config
diff --git a/chat/scrollz/Makefile b/chat/scrollz/Makefile
index 309fe844303..d3cf0d7bc52 100644
--- a/chat/scrollz/Makefile
+++ b/chat/scrollz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/01/18 21:48:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/26 17:30:49 rillig Exp $
DISTNAME= ScrollZ-2.2.3
PKGNAME= ${DISTNAME:tl}
@@ -7,7 +7,7 @@ CATEGORIES= chat
MASTER_SITES= http://www.scrollz.info/download/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.scrollz.info/
+HOMEPAGE= https://www.scrollz.info/
COMMENT= Advanced IRC client based on ircII client
LICENSE= modified-bsd # XXX ?
diff --git a/chat/swift/Makefile b/chat/swift/Makefile
index f3df32b2302..b24b0bf1fc5 100644
--- a/chat/swift/Makefile
+++ b/chat/swift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/01/18 21:48:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2020/01/26 17:30:49 rillig Exp $
DISTNAME= swift-3.0
PKGREVISION= 35
@@ -6,7 +6,7 @@ CATEGORIES= chat
MASTER_SITES= http://swift.im/downloads/releases/${DISTNAME}/
MAINTAINER= eric@cirr.com
-HOMEPAGE= http://swift.im/
+HOMEPAGE= https://swift.im/
COMMENT= Graphical XMPP Client
LICENSE= gnu-gpl-v3
diff --git a/chat/tkirc2/Makefile b/chat/tkirc2/Makefile
index b7919a13c42..6e78ca2d902 100644
--- a/chat/tkirc2/Makefile
+++ b/chat/tkirc2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/07/04 13:40:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/26 17:30:49 rillig Exp $
DISTNAME= tkirc2.46
PKGNAME= tkirc2-2.46
@@ -7,7 +7,7 @@ CATEGORIES= chat x11
MASTER_SITES= # ftp://ftp.netsplit.de/pub/tcltk/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://netsplit.de/tkirc2/
+HOMEPAGE= https://netsplit.de/tkirc2/
COMMENT= GUI for the ircII Internet Relay Chat client
DEPENDS+= ircII-[0-9]*:../../chat/ircII
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile
index 74af81bec78..f42915947ce 100644
--- a/chat/xaric/Makefile
+++ b/chat/xaric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/01/18 21:48:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/26 17:30:49 rillig Exp $
#
DISTNAME= xaric-0.13.6
@@ -7,7 +7,7 @@ CATEGORIES= chat
MASTER_SITES= http://xaric.org/software/xaric/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xaric.org/
+HOMEPAGE= https://xaric.org/
COMMENT= IRC client similar to BitchX and ircII
GNU_CONFIGURE= yes
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile
index 6ae5f4c3b45..ac056e50680 100644
--- a/chat/zircon/Makefile
+++ b/chat/zircon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/01/13 23:18:27 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2020/01/26 17:30:49 rillig Exp $
#
DISTNAME= zircon-1.18.256
@@ -7,7 +7,7 @@ CATEGORIES= chat
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/
+HOMEPAGE= https://catless.ncl.ac.uk/Programs/Zircon/
COMMENT= X11 interface to Internet Relay Chat
LICENSE= original-bsd