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 AB50A7A281 for ; Sat, 27 Aug 2016 14:25:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5F0A185EF5; Sat, 27 Aug 2016 14:25:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E52FC85EF1 for ; Sat, 27 Aug 2016 14:25:18 +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 SdkOR1IDBuaZ for ; Sat, 27 Aug 2016 14:25:18 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7FC3984C6C for ; Sat, 27 Aug 2016 14:25:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D784FBC3; Sat, 27 Aug 2016 14:25:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472307918246390" MIME-Version: 1.0 Date: Sat, 27 Aug 2016 14:25:18 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/databases/freetds To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160827142518.7D784FBC3@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. --_----------=_1472307918246390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Aug 27 14:25:18 UTC 2016 Modified Files: pkgsrc/databases/freetds: Makefile Log Message: Update MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/freetds/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472307918246390 Content-Disposition: inline Content-Length: 677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/freetds/Makefile diff -u pkgsrc/databases/freetds/Makefile:1.56 pkgsrc/databases/freetds/Makefile:1.57 --- pkgsrc/databases/freetds/Makefile:1.56 Sat Mar 5 11:27:41 2016 +++ pkgsrc/databases/freetds/Makefile Sat Aug 27 14:25:18 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.56 2016/03/05 11:27:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.57 2016/08/27 14:25:18 mef Exp $ DISTNAME= freetds-0.91 PKGREVISION= 5 CATEGORIES= databases -MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/ +MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freetds.org/ --_----------=_1472307918246390--