diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-06 10:59:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-06 10:59:46 +0000 |
commit | 458efc5914aa8f6d8ef1b6d0ce41a7f33c958033 (patch) | |
tree | 706172a7398f9cf43ec470d3de39b37bbfe1c41b /dns | |
parent | 4e5e6e3978344ea2aeab47ed6270dc26c704072e (diff) | |
download | ports-458efc5914aa8f6d8ef1b6d0ce41a7f33c958033.tar.gz ports-458efc5914aa8f6d8ef1b6d0ce41a7f33c958033.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind910/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/pkg-plist | 2 | ||||
-rw-r--r-- | dns/bind98/Makefile | 2 | ||||
-rw-r--r-- | dns/bind98/pkg-plist | 3 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/pkg-plist | 3 |
6 files changed, 6 insertions, 8 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 3dcef20d1e5e..c7f9f1f6990a 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.10.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind910/pkg-plist b/dns/bind910/pkg-plist index 3c842606393b..8214c75d2dfe 100644 --- a/dns/bind910/pkg-plist +++ b/dns/bind910/pkg-plist @@ -402,7 +402,7 @@ sbin/nsec3hash sbin/rndc sbin/rndc-confgen sbin/tsig-keygen -@sample %%ETCDIR%%/rndc.conf.sample +%%ETCDIR%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root %%NOBASE%%%%ETCDIR%%/master/empty.db diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 951074cd8293..bde460f11795 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.8.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind98/pkg-plist b/dns/bind98/pkg-plist index ba7e6dc311ad..f5e840b02bce 100644 --- a/dns/bind98/pkg-plist +++ b/dns/bind98/pkg-plist @@ -336,8 +336,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample -%%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample +%%BIND_DESTETC%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root %%NOBASE%%%%ETCDIR%%/master/empty.db diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index c8ac92d7f27c..1b2784560092 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind99/pkg-plist b/dns/bind99/pkg-plist index 831e1e2fe926..ee264937862c 100644 --- a/dns/bind99/pkg-plist +++ b/dns/bind99/pkg-plist @@ -342,8 +342,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample -%%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample +%%BIND_DESTETC%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root %%NOBASE%%%%ETCDIR%%/master/empty.db |