Date: Fri, 19 Oct 2018 06:47:26 +0200 From: Tobias Kortkamp <tobik@FreeBSD.org> To: Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482403 - in head/dns/knot2: . files Message-ID: <1539924446.3548510.1547316640.62104DEE@webmail.messagingengine.com> In-Reply-To: <201810190423.w9J4NAX4050397@repo.freebsd.org> References: <201810190423.w9J4NAX4050397@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <freebsd@dns.company> (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 <bsd.port.options.mk> This breaks all options. Options have been processed after this point, so the options helpers below it will have no effect anymore.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1539924446.3548510.1547316640.62104DEE>