diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /dns | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | dns/opendnssec/Makefile | 1 | ||||
-rw-r--r-- | dns/opendnssec13/Makefile | 1 | ||||
-rw-r--r-- | dns/samba-nsupdate/Makefile | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 145f4413d550..255dca447275 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.8.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 613c0a1a65c2..78e1f0081e88 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/opendnssec/Makefile b/dns/opendnssec/Makefile index 204fa781250f..ce7b63cd11e0 100644 --- a/dns/opendnssec/Makefile +++ b/dns/opendnssec/Makefile @@ -3,6 +3,7 @@ PORTNAME= opendnssec PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ diff --git a/dns/opendnssec13/Makefile b/dns/opendnssec13/Makefile index 6ea4a6811c83..c556be5a0633 100644 --- a/dns/opendnssec13/Makefile +++ b/dns/opendnssec13/Makefile @@ -3,6 +3,7 @@ PORTNAME= opendnssec PORTVERSION= 1.3.16 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ PKGNAMESUFFIX= 13 diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile index e94c001fcd41..a385c9db6dd5 100644 --- a/dns/samba-nsupdate/Makefile +++ b/dns/samba-nsupdate/Makefile @@ -2,6 +2,7 @@ PORTNAME= nsupdate PORTVERSION= 9.8.6 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} |