Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 335B57A281 for ; Thu, 1 Sep 2016 13:34:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D7B3585EE0; Thu, 1 Sep 2016 13:34:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6735585EC7 for ; Thu, 1 Sep 2016 13:34:35 +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 mYU9KI0NSwbh for ; Thu, 1 Sep 2016 13:34:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C98AA84CE5 for ; Thu, 1 Sep 2016 13:34:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4AA4FBC3; Thu, 1 Sep 2016 13:34:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147273687492060" MIME-Version: 1.0 Date: Thu, 1 Sep 2016 13:34:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/net/samba To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160901133434.C4AA4FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147273687492060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Sep 1 13:34:34 UTC 2016 Modified Files: pkgsrc/net/samba: Makefile.mirrors Log Message: - Drop MASTER_SITE pingable, but no reponse with ftp To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/samba/Makefile.mirrors Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147273687492060 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/samba/Makefile.mirrors diff -u pkgsrc/net/samba/Makefile.mirrors:1.12 pkgsrc/net/samba/Makefile.mirrors:1.13 --- pkgsrc/net/samba/Makefile.mirrors:1.12 Thu Sep 1 13:31:05 2016 +++ pkgsrc/net/samba/Makefile.mirrors Thu Sep 1 13:34:34 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mirrors,v 1.12 2016/09/01 13:31:05 mef Exp $ +# $NetBSD: Makefile.mirrors,v 1.13 2016/09/01 13:34:34 mef Exp $ # # This Makefile fragment contains the mirror sites for fetching Samba. @@ -7,7 +7,6 @@ ### http://www.samba.org/samba/download/ftp_mirrors.html ### SAMBA_MIRRORS= \ - ftp://ca.samba.org/ \ ftp://mirrors.dotsrc.org/samba/ \ ftp://de3.samba.org/pub/samba/ \ ftp://ftp.ntua.gr/pub/net/samba/ \ --_----------=_147273687492060--