From owner-svn-ports-all@FreeBSD.ORG Fri May 16 03:13:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06095466; Fri, 16 May 2014 03:13:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDF5A2FD7; Fri, 16 May 2014 03:13:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4G3DwYq072199; Fri, 16 May 2014 03:13:58 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4G3DwWg072195; Fri, 16 May 2014 03:13:58 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201405160313.s4G3DwWg072195@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 16 May 2014 03:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354193 - in head/dns: bind98 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 03:13:59 -0000 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