Received: by mail.netbsd.org (Postfix, from userid 605) id A3E8285263; Sun, 2 May 2021 08:53:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDF2F850F9 for ; Sun, 2 May 2021 08:53:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MpXpROSG7tz6 for ; Sun, 2 May 2021 08:53:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3C25284D2C for ; Sun, 2 May 2021 08:53:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28411FA95; Sun, 2 May 2021 08:53:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161994561327120" MIME-Version: 1.0 Date: Sun, 2 May 2021 08:53:33 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/farstream To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210502085333.28411FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161994561327120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 2 08:53:33 UTC 2021 Modified Files: pkgsrc/chat/farstream: Makefile Log Message: farstream: MASTER_SITES redirects to https To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/farstream/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161994561327120 Content-Disposition: inline Content-Length: 726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/farstream/Makefile diff -u pkgsrc/chat/farstream/Makefile:1.25 pkgsrc/chat/farstream/Makefile:1.26 --- pkgsrc/chat/farstream/Makefile:1.25 Wed Apr 21 13:24:25 2021 +++ pkgsrc/chat/farstream/Makefile Sun May 2 08:53:32 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2021/04/21 13:24:25 adam Exp $ +# $NetBSD: Makefile,v 1.26 2021/05/02 08:53:32 nia Exp $ DISTNAME= farstream-0.2.9 PKGREVISION= 6 CATEGORIES= chat multimedia -MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ +MASTER_SITES= https://freedesktop.org/software/farstream/releases/farstream/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.freedesktop.org/wiki/Software/Farstream/ --_----------=_161994561327120--