svn commit: r526744 - in head/dns: bind9-devel bind916 bind916/files

Mathieu Arnold mat at FreeBSD.org
Sat Feb 22 08:35:47 UTC 2020


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
-}
 ]


More information about the svn-ports-head mailing list