diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 22:01:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-05 22:01:55 +0000 |
commit | 29632fcc450c6b730d53a9b657fb0734fb16fdc1 (patch) | |
tree | 51451c9e2b571a17e7ea71c39f7c259acfa20a57 /dns/bind911 | |
parent | Update to 3.0.5 (diff) |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=479045
Diffstat (limited to 'dns/bind911')
-rw-r--r-- | dns/bind911/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index cbc8ae389a63..3bebf9242c72 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 911 |