Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2014 14:12:34 +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: r354129 - in head/dns: bind98 bind99
Message-ID:  <201405151412.s4FECYai013544@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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