Received: by mail.netbsd.org (Postfix, from userid 605) id 8635384DB3; Sun, 30 Sep 2018 22:10:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B92A84D7C for ; Sun, 30 Sep 2018 22:10:52 +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 D6drf8VCnw7a for ; Sun, 30 Sep 2018 22:10:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B110884C78 for ; Sun, 30 Sep 2018 22:10:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAC8EFBEE; Sun, 30 Sep 2018 22:10:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538345451243220" MIME-Version: 1.0 Date: Sun, 30 Sep 2018 22:10:51 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/djbdns To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20180930221051.AAC8EFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1538345451243220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Sep 30 22:10:51 UTC 2018 Modified Files: pkgsrc/net/djbdns: options.mk Log Message: 2018Q3 is branched; remove compatibility options for djbdns-qmerge{1,2}. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/djbdns/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538345451243220 Content-Disposition: inline Content-Length: 923 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/djbdns/options.mk diff -u pkgsrc/net/djbdns/options.mk:1.20 pkgsrc/net/djbdns/options.mk:1.21 --- pkgsrc/net/djbdns/options.mk:1.20 Fri Sep 28 20:36:24 2018 +++ pkgsrc/net/djbdns/options.mk Sun Sep 30 22:10:51 2018 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2018/09/28 20:36:24 schmonz Exp $ +# $NetBSD: options.mk,v 1.21 2018/09/30 22:10:51 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.djbdns PKG_SUPPORTED_OPTIONS+= # inet6 @@ -6,10 +6,6 @@ PKG_SUPPORTED_OPTIONS+= djbdns-cachesta PKG_SUPPORTED_OPTIONS+= djbdns-mergequeries djbdns-tinydns64 PKG_SUGGESTED_OPTIONS+= djbdns-mergequeries djbdns-tinydns64 -# For users migrating from 2018Q2; remove compatibility after 2018Q3 is branched -PKG_OPTIONS_LEGACY_OPTS+= djbdns-qmerge1:djbdns-mergequeries -PKG_OPTIONS_LEGACY_OPTS+= djbdns-qmerge2:djbdns-mergequeries - .include "../../mk/bsd.options.mk" PLIST_VARS+= inet6 --_----------=_1538345451243220--