diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:01:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-06 06:01:55 +0800 |
commit | a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af (patch) | |
tree | 51451c9e2b571a17e7ea71c39f7c259acfa20a57 /dns | |
parent | 3ded173ce6a6c1c0f8bff05406f0aa524172ed12 (diff) | |
download | freebsd-ports-gnome-a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af.tar.gz freebsd-ports-gnome-a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af.tar.zst freebsd-ports-gnome-a8790a3e1f9d4e3f2826fdff40f74803fe3ab3af.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/bind911/Makefile | 2 | ||||
-rw-r--r-- | dns/bind912/Makefile | 4 | ||||
-rw-r--r-- | dns/bind913/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsperf/Makefile | 1 |
5 files changed, 6 insertions, 5 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index e766fb7e32ab..2692b8b7d62f 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -9,7 +9,7 @@ PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 # XXX: put the ISC master_site 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 diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 9cc1b3398648..0b3deebf52ed 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -5,10 +5,10 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 0 +PORTREVISION= 1 .else # dns/bind912 here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/bind913/Makefile b/dns/bind913/Makefile index b5643bf851f8..a6ff8ef2473f 100644 --- a/dns/bind913/Makefile +++ b/dns/bind913/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind913 here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index cddd769a26ed..8ba6bd3286ef 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnsperf PORTVERSION= 2.1.0.0 +PORTREVISION= 1 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 |