Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 99A25850E0 for ; Thu, 28 Dec 2023 22:58:41 +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 Ha-wo28-eMRt for ; Thu, 28 Dec 2023 22:58:41 +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 1A51D84CD7 for ; Thu, 28 Dec 2023 22:58:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0ECE6FA42; Thu, 28 Dec 2023 22:58:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170380432163050" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 22:58:41 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/net/ncftp3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228225841.0ECE6FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170380432163050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Thu Dec 28 22:58:40 UTC 2023 Modified Files: pkgsrc/net/ncftp3: Makefile Log Message: fix master site To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/ncftp3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170380432163050 Content-Disposition: inline Content-Length: 647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ncftp3/Makefile diff -u pkgsrc/net/ncftp3/Makefile:1.37 pkgsrc/net/ncftp3/Makefile:1.38 --- pkgsrc/net/ncftp3/Makefile:1.37 Sun May 7 21:29:57 2023 +++ pkgsrc/net/ncftp3/Makefile Thu Dec 28 22:58:40 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.37 2023/05/07 21:29:57 nikita Exp $ +# $NetBSD: Makefile,v 1.38 2023/12/28 22:58:40 zafer Exp $ DISTNAME= ncftp-3.2.6-src PKGNAME= ${DISTNAME:S/ncftp/ncftp3/:S/-src//} PKGREVISION= 6 CATEGORIES= net -MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ +MASTER_SITES= https://www.ncftp.com/downloads/ncftp/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_170380432163050--