Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2017 18:42:11 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
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
Message-ID:  <201710261842.v9QIgB0a000825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710261842.v9QIgB0a000825>