From owner-svn-ports-head@freebsd.org Thu Oct 26 18:42:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313F3E50AAA; Thu, 26 Oct 2017 18:42:13 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F24BE64BBC; Thu, 26 Oct 2017 18:42:12 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9QIgB7I001192; Thu, 26 Oct 2017 18:42:11 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9QIgB0a000825; Thu, 26 Oct 2017 18:42:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201710261842.v9QIgB0a000825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 26 Oct 2017 18:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452938 - in head: dns/powerdns dns/powerdns-recursor dns/unbound net/libzmq4 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: dns/powerdns dns/powerdns-recursor dns/unbound net/libzmq4 X-SVN-Commit-Revision: 452938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 18:42:13 -0000 Author: tijl Date: Thu Oct 26 18:42:11 2017 New Revision: 452938 URL: https://svnweb.freebsd.org/changeset/ports/452938 Log: After r452629 also bump ports that optionally depend on libsodium. PR: 223192 Modified: head/dns/powerdns-recursor/Makefile head/dns/powerdns/Makefile head/dns/unbound/Makefile head/net/libzmq4/Makefile Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Thu Oct 26 18:38:56 2017 (r452937) +++ head/dns/powerdns-recursor/Makefile Thu Oct 26 18:42:11 2017 (r452938) @@ -3,7 +3,7 @@ PORTNAME= recursor PORTVERSION= 4.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Thu Oct 26 18:38:56 2017 (r452937) +++ head/dns/powerdns/Makefile Thu Oct 26 18:42:11 2017 (r452938) @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 4.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Oct 26 18:38:56 2017 (r452937) +++ head/dns/unbound/Makefile Thu Oct 26 18:42:11 2017 (r452938) @@ -3,6 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.6.7 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ Modified: head/net/libzmq4/Makefile ============================================================================== --- head/net/libzmq4/Makefile Thu Oct 26 18:38:56 2017 (r452937) +++ head/net/libzmq4/Makefile Thu Oct 26 18:42:11 2017 (r452938) @@ -3,6 +3,7 @@ PORTNAME= libzmq4 PORTVERSION= 4.2.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/zeromq/libzmq/releases/download/${DISTVERSIONFULL}/ DISTNAME= zeromq-${DISTVERSION}