diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-02-22 16:35:46 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-02-22 16:35:46 +0800 |
commit | 55ac651a0d82efae490e852025524ae9e81cec76 (patch) | |
tree | 6a15ffb7ef720e8c52a0b51003c285d39e905fcf /dns | |
parent | dae8c275960ca9b0c3711c8f223f84069086f407 (diff) | |
download | freebsd-ports-gnome-55ac651a0d82efae490e852025524ae9e81cec76.tar.gz freebsd-ports-gnome-55ac651a0d82efae490e852025524ae9e81cec76.tar.zst freebsd-ports-gnome-55ac651a0d82efae490e852025524ae9e81cec76.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 1 | ||||
-rw-r--r-- | dns/bind916/Makefile | 2 | ||||
-rw-r--r-- | dns/bind916/files/pkg-message.in | 7 |
3 files changed, 2 insertions, 8 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 4b8256dba4ea..8c25324a1959 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -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 diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index d26bafb9a16b..94c27805930e 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind916 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/bind916/files/pkg-message.in b/dns/bind916/files/pkg-message.in index bb1834c03d3c..1150a96522ff 100644 --- a/dns/bind916/files/pkg-message.in +++ b/dns/bind916/files/pkg-message.in @@ -19,11 +19,4 @@ And then restarting syslogd with: service syslogd restart EOT type: install } -{ - message: <<EOT -+------------------------------------------------------------+ -|THIS IS A DEVELOPMENT VERSION OF BIND, IT WILL EAT YOUR DATA| -+------------------------------------------------------------+ -EOT -} ] |