Date: Sat, 22 Feb 2020 08:35:46 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526744 - in head/dns: bind9-devel bind916 bind916/files Message-ID: <202002220835.01M8Zkeh088109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sat Feb 22 08:35:46 2020 New Revision: 526744 URL: https://svnweb.freebsd.org/changeset/ports/526744 Log: Remvoe the scary pkg-message from BIND9 9.16. And make a note that it needs to be removed when a new release comes along, so that I don't forget next year. Reported by: Matthias Fechner Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind916/Makefile (contents, props changed) head/dns/bind916/files/pkg-message.in (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Sat Feb 22 08:03:14 2020 (r526743) +++ head/dns/bind9-devel/Makefile Sat Feb 22 08:35:46 2020 (r526744) @@ -77,6 +77,7 @@ CONFIGURE_ARGS+= --disable-shared EXTRA_PATCHES= ${PATCHDIR}/extrapatch-bind-tools .else USE_RC_SUBR= named +# XXX: remove the big warning about it being a development version from pkg-message SUB_FILES= named.conf pkg-message EXTRA_PATCHES= ${PATCHDIR}/extrapatch-no-bind-tools Modified: head/dns/bind916/Makefile ============================================================================== --- head/dns/bind916/Makefile Sat Feb 22 08:03:14 2020 (r526743) +++ head/dns/bind916/Makefile Sat Feb 22 08:35:46 2020 (r526744) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind916 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: head/dns/bind916/files/pkg-message.in ============================================================================== --- head/dns/bind916/files/pkg-message.in Sat Feb 22 08:03:14 2020 (r526743) +++ head/dns/bind916/files/pkg-message.in Sat Feb 22 08:35:46 2020 (r526744) @@ -19,11 +19,4 @@ And then restarting syslogd with: service syslogd rest EOT type: install } -{ - message: <<EOT -+------------------------------------------------------------+ -|THIS IS A DEVELOPMENT VERSION OF BIND, IT WILL EAT YOUR DATA| -+------------------------------------------------------------+ -EOT -} ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002220835.01M8Zkeh088109>