Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 03:13:58 +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: r354193 - in head/dns: bind98 bind99
Message-ID:  <201405160313.s4G3DwWg072195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri May 16 03:13:57 2014
New Revision: 354193
URL: http://svnweb.freebsd.org/changeset/ports/354193
QAT: https://qat.redports.org/buildarchive/r354193/

Log:
  Ok, revert r354129, it was a bad idea.
  
  Poked by:	many
  Sponsored by:	Absolight

Modified:
  head/dns/bind98/Makefile
  head/dns/bind98/pkg-plist
  head/dns/bind99/Makefile
  head/dns/bind99/pkg-plist

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Fri May 16 03:11:14 2014	(r354192)
+++ head/dns/bind98/Makefile	Fri May 16 03:13:57 2014	(r354193)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.8.7
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}

Modified: head/dns/bind98/pkg-plist
==============================================================================
--- head/dns/bind98/pkg-plist	Fri May 16 03:11:14 2014	(r354192)
+++ head/dns/bind98/pkg-plist	Fri May 16 03:13:57 2014	(r354193)
@@ -336,7 +336,7 @@ sbin/named-journalprint
 sbin/nsec3hash
 sbin/rndc
 sbin/rndc-confgen
-%%BASE%%%%BIND_DESTETC%%/rndc.conf.sample
+%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample
 %%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample
 %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample
 %%NOBASE%%%%ETCDIR%%/named.root

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Fri May 16 03:11:14 2014	(r354192)
+++ head/dns/bind99/Makefile	Fri May 16 03:13:57 2014	(r354193)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.9.5
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}

Modified: head/dns/bind99/pkg-plist
==============================================================================
--- head/dns/bind99/pkg-plist	Fri May 16 03:11:14 2014	(r354192)
+++ head/dns/bind99/pkg-plist	Fri May 16 03:13:57 2014	(r354193)
@@ -342,7 +342,7 @@ sbin/named-journalprint
 sbin/nsec3hash
 sbin/rndc
 sbin/rndc-confgen
-%%BASE%%%%BIND_DESTETC%%/rndc.conf.sample
+%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample
 %%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample
 %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample
 %%NOBASE%%%%ETCDIR%%/named.root



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405160313.s4G3DwWg072195>