diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-30 00:04:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-30 00:04:36 +0800 |
commit | acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756 (patch) | |
tree | 11008e8801186db5586972165ff6346d48d8dcaa /dns | |
parent | 1092c3a8421bfd8a6d890691e305b73e61108d99 (diff) | |
download | freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.tar.gz freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.tar.zst freebsd-ports-gnome-acd8bea513b0a2b6bd1cd8d4b229f2ab9b991756.zip |
Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsdist/Makefile | 2 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index d925952ce4e9..b92898c05565 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 342e8750a97b..7780e13aa612 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} |