Received: by mail.netbsd.org (Postfix, from userid 605) id 944BE84EB8; Wed, 14 Dec 2022 21:44:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C266384D4E for ; Wed, 14 Dec 2022 21:44:04 +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 MopZxErHAdBV for ; Wed, 14 Dec 2022 21:44:04 +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 1725984CED for ; Wed, 14 Dec 2022 21:44:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10D8DFA90; Wed, 14 Dec 2022 21:44:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671054244298400" MIME-Version: 1.0 Date: Wed, 14 Dec 2022 21:44:04 +0000 From: "Christopher KOBAYASHI" Subject: CVS commit: pkgsrc/net/bind918 To: pkgsrc-changes@NetBSD.org Reply-To: sekiya@netbsd.org X-Mailer: log_accum Message-Id: <20221214214404.10D8DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671054244298400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sekiya Date: Wed Dec 14 21:44:04 UTC 2022 Modified Files: pkgsrc/net/bind918: Makefile Log Message: Fix MASTER_SITE, which was weirdly botched between test and commit. No functional code change. Reported by jklos@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind918/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671054244298400 Content-Disposition: inline Content-Length: 697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind918/Makefile diff -u pkgsrc/net/bind918/Makefile:1.2 pkgsrc/net/bind918/Makefile:1.3 --- pkgsrc/net/bind918/Makefile:1.2 Mon Dec 12 22:07:04 2022 +++ pkgsrc/net/bind918/Makefile Wed Dec 14 21:44:03 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2022/12/12 22:07:04 sekiya Exp $ +# $NetBSD: Makefile,v 1.3 2022/12/14 21:44:03 sekiya Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/ EXTRACT_SUFX= .tar.xz MAINTAINER= sekiya@NetBSD.org --_----------=_1671054244298400--