diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-19 11:21:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-19 11:21:38 +0000 |
commit | b0dcf1a5601c1a63446ce716d73590ad5fa735a0 (patch) | |
tree | ffb55f59207644db99a95a0011f79ddccad4f7bc /dns/bind910/Makefile | |
parent | 9d96fdf5d7f0bafc91ffefb780a9148e18f9074b (diff) | |
download | ports-b0dcf1a5601c1a63446ce716d73590ad5fa735a0.tar.gz ports-b0dcf1a5601c1a63446ce716d73590ad5fa735a0.zip |
Notes
Diffstat (limited to 'dns/bind910/Makefile')
-rw-r--r-- | dns/bind910/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index f58448a22e86..2e193355848b 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 910 @@ -19,7 +19,7 @@ DEPRECATED= Going out of support, please migrate to dns/bind911 EXPIRATION_DATE= 2018-06-30 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.6-P1 +ISCVERSION= 9.10.7 USES= cpe libedit |