diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-27 16:10:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-27 16:10:22 +0000 |
commit | 499919c7a862b71107d9120724b970ad1c222e63 (patch) | |
tree | 7fa84f89119e14fdba50ceadb071d05c9a994962 /dns/bind910/Makefile | |
parent | ff6e5f792cb21927a0213ff6ec5d3bb260f94497 (diff) | |
download | ports-499919c7a862b71107d9120724b970ad1c222e63.tar.gz ports-499919c7a862b71107d9120724b970ad1c222e63.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 8995a4d98b6a..cd10c842f380 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -29,7 +29,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.4-P2 +ISCVERSION= 9.10.4-P3 MAKE_JOBS_UNSAFE= yes |