From owner-svn-ports-head@freebsd.org Fri Oct 19 04:47:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1519AFCDA32; Fri, 19 Oct 2018 04:47:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A36438E696; Fri, 19 Oct 2018 04:47:27 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3D189223E4; Fri, 19 Oct 2018 00:47:27 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute4.internal (MEProxy); Fri, 19 Oct 2018 00:47:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=OZUoIvJ5GARZH1tiyBFspLxLDPV2lzDYLEUy9ZNh8 jI=; b=ojkW+JqsPEL7d/qUqxR51oqtWKpOGQOOJTFiKczvGyopsVb44CDl8HZch vRiuR0J1gGeoVQQgcMvfLSXhlUW1dU0lerh5HJpFDJIfwIeAWeuRjlK41TyhkLeQ KA9ZnSJr81hVDVN4N3eaUxkW18R/6Rw1Xe0svvOFjNg/Ja9GVvjaEKJ9SLg2nrWr oFyXdlVipB29kwfVpJVryKELqfT3eMUayCn5bQ0SbQVH0zWdSckydu7vfU92IC1d 5o9qqzO6Y5gOtf8yngX8hRXJBM6H4S7m13jciQEc5KOMHt+yp/D+D6idScHIdZ/g EKMLEUAKeDGwWun6HVwmDz9ZxC3Bg== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id C048A415B; Fri, 19 Oct 2018 00:47:26 -0400 (EDT) Message-Id: <1539924446.3548510.1547316640.62104DEE@webmail.messagingengine.com> From: Tobias Kortkamp To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-cc4e8f33 Subject: Re: svn commit: r482403 - in head/dns/knot2: . files References: <201810190423.w9J4NAX4050397@repo.freebsd.org> In-Reply-To: <201810190423.w9J4NAX4050397@repo.freebsd.org> Date: Fri, 19 Oct 2018 06:47:26 +0200 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 04:47:28 -0000 On Fri, Oct 19, 2018, at 06:23, Kurt Jaeger wrote: > Author: pi > Date: Fri Oct 19 04:23:10 2018 > New Revision: 482403 > URL: https://svnweb.freebsd.org/changeset/ports/482403 > > Log: > dns/knot2: update 2.6.8 -> 2.7.3 > > PR: 232284 > Submitted by: Leo Vandewoestijne (maintainer) > Relnotes: https://www.knot-dns.cz/2018-08-13-version-269.html > https://www.knot-dns.cz/2018-08-14-version-271.html > https://www.knot-dns.cz/2018-08-29-version-272.html > https://www.knot-dns.cz/2018-10-11-version-273.html > > Modified: > head/dns/knot2/Makefile > head/dns/knot2/distinfo > head/dns/knot2/files/pkg-message.in > head/dns/knot2/pkg-plist > > Modified: head/dns/knot2/Makefile > ============================================================================== > --- head/dns/knot2/Makefile Fri Oct 19 03:12:21 2018 (r482402) > +++ head/dns/knot2/Makefile Fri Oct 19 04:23:10 2018 (r482403) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= knot > -DISTVERSION= 2.6.8 > -PORTREVISION= 1 > +DISTVERSION= 2.7.3 > CATEGORIES= dns ipv6 > MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ > https://dns.company/downloads/knot-dns/ > @@ -14,6 +13,12 @@ COMMENT= High performance authoritative-only DNS serve > > LICENSE= GPLv3 > > +.include This breaks all options. Options have been processed after this point, so the options helpers below it will have no effect anymore.