From owner-svn-ports-all@FreeBSD.ORG Thu May 15 14:12:35 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 D2EDA317; Thu, 15 May 2014 14:12:35 +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 A62E92C46; Thu, 15 May 2014 14:12:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FECZdh013549; Thu, 15 May 2014 14:12:35 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FECYai013544; Thu, 15 May 2014 14:12:34 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201405151412.s4FECYai013544@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 15 May 2014 14:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354129 - 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: Thu, 15 May 2014 14:12:35 -0000 Author: mat Date: Thu May 15 14:12:34 2014 New Revision: 354129 URL: http://svnweb.freebsd.org/changeset/ports/354129 QAT: https://qat.redports.org/buildarchive/r354129/ Log: Try and fix the plist for bind9* ports when <10. Poked by: swills 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 Thu May 15 14:07:48 2014 (r354128) +++ head/dns/bind98/Makefile Thu May 15 14:12:34 2014 (r354129) @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.8.7 -PORTREVISION= 11 +PORTREVISION= 12 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 Thu May 15 14:07:48 2014 (r354128) +++ head/dns/bind98/pkg-plist Thu May 15 14:12:34 2014 (r354129) @@ -336,7 +336,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample +%%BASE%%%%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 Thu May 15 14:07:48 2014 (r354128) +++ head/dns/bind99/Makefile Thu May 15 14:12:34 2014 (r354129) @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 13 +PORTREVISION= 14 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 Thu May 15 14:07:48 2014 (r354128) +++ head/dns/bind99/pkg-plist Thu May 15 14:12:34 2014 (r354129) @@ -342,7 +342,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample +%%BASE%%%%BIND_DESTETC%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root