diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-11 15:41:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-11 15:41:19 +0000 |
commit | 5a05d81bd245cf6308bb331f7117e21095bae27d (patch) | |
tree | 13a76e5f13dc651e51ee2e99e2764dcb9446d357 /chat | |
parent | aa648704b29ceb2b09d24db4d655166d3e3ebc7d (diff) | |
download | pkgsrc-5a05d81bd245cf6308bb331f7117e21095bae27d.tar.gz |
gloox: follow redirect
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gloox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/gloox/Makefile b/chat/gloox/Makefile index ab96e072be4..2416d785d31 100644 --- a/chat/gloox/Makefile +++ b/chat/gloox/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2016/09/19 13:04:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/02/11 15:41:19 wiz Exp $ DISTNAME= gloox-1.0.17 PKGREVISION= 1 CATEGORIES= chat -MASTER_SITES= http://camaya.net/download/ +MASTER_SITES= https://camaya.net/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= schnoebe@cirr.com -HOMEPAGE= http://camaya.net/gloox/ +HOMEPAGE= https://camaya.net/gloox/ COMMENT= Jabber/XMPP client library LICENSE= gnu-gpl-v3 |