From a5a9805ffa6934c7f8a35773ecb955b8f49bc571 Mon Sep 17 00:00:00 2001 From: jbeich Date: Mon, 25 Sep 2017 00:05:05 +0000 Subject: devel/boost-*: enable C++11 features PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 --- dns/dnsdist/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns/dnsdist') diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 9a0b592a88c6..b9e7f27e1290 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm -- cgit