Received: by mail.netbsd.org (Postfix, from userid 605) id 8379284DD7; Sun, 11 Feb 2018 15:41:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EF8084D03 for ; Sun, 11 Feb 2018 15:41:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id P5vLqsqhczqP for ; Sun, 11 Feb 2018 15:41:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9893084CD9 for ; Sun, 11 Feb 2018 15:41:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 912D2FB40; Sun, 11 Feb 2018 15:41:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151836367943430" MIME-Version: 1.0 Date: Sun, 11 Feb 2018 15:41:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/chat/gloox To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180211154119.912D2FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151836367943430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 11 15:41:19 UTC 2018 Modified Files: pkgsrc/chat/gloox: Makefile Log Message: gloox: follow redirect To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/gloox/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151836367943430 Content-Disposition: inline Content-Length: 723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/gloox/Makefile diff -u pkgsrc/chat/gloox/Makefile:1.16 pkgsrc/chat/gloox/Makefile:1.17 --- pkgsrc/chat/gloox/Makefile:1.16 Mon Sep 19 13:04:19 2016 +++ pkgsrc/chat/gloox/Makefile Sun Feb 11 15:41:19 2018 @@ -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 --_----------=_151836367943430--